*{box-sizing:border-box}
.stl-page{margin:0; padding:0}
.stl{
  --gap:34px;
  --idx-gap:14px; --idx-m:0 0 var(--gap); --idx-s:12px; --idx-ink:var(--muted);
  --cue-gap:13px; --cue-x:14px; --cue-s:16px; --cue-c:var(--head-ink);
  --mark-s:24px; --mark-c:var(--head-ink); --mark-o:.4;
  --edge:0px;
  --deck-h:480px;
  max-width:860px; margin:0 auto; padding:28px 30px 46px;
  background-color:var(--paper); background-image:var(--grain,none); color:var(--ink);
  font-family:var(--body); font-size:var(--fs); line-height:var(--lh);
}
.stl-head{margin-bottom:var(--gap); position:relative}
.stl-head::before, .stl-head::after{
  content:''; position:absolute; bottom:var(--horn-b,0px);
  width:var(--horn-w,0); height:var(--horn-h,0); border-radius:var(--horn-r,0);
  background:var(--horn-c,var(--rule));
  transform:var(--horn-t,none);
}
.stl-head::before{left:0}
.stl-head::after{right:0}
h1.stl-title{
  margin:0; font-family:var(--display); font-weight:var(--title-w);
  font-size:var(--title-s); line-height:1.22; letter-spacing:var(--title-t);
  color:var(--ink); text-wrap:balance; text-align:center;
}
.stl{timeline-scope:--stl-deck}
.stl-deck{
  display:flex; gap:28px; margin-bottom:var(--gap); padding-bottom:10px;
  overflow-x:auto; scroll-snap-type:x mandatory; overscroll-behavior-x:contain;
  scroll-behavior:smooth; scroll-timeline:--stl-deck x; anchor-name:--stl-deck-a;
}
.stl-deck::-webkit-scrollbar{height:4px}
.stl-deck::-webkit-scrollbar-thumb{background:var(--rule); border-radius:2px}
.stl-deck::-webkit-scrollbar-track{background:transparent}
.stl-deck::-webkit-scrollbar-button{display:none}
@supports (-moz-appearance:none){
  .stl-deck{scrollbar-width:thin; scrollbar-color:var(--rule) transparent}
}
.stl-sl{
  flex:0 0 100%; min-width:0;
  scroll-snap-align:center; scroll-snap-stop:always;
  display:flex; justify-content:center; align-items:center;
}
.stl-plate{margin:0; width:fit-content; max-width:100%; border:1px solid var(--rule-2)}
.stl-plate img{display:block; max-width:100%; max-height:var(--deck-h); width:auto; height:auto}
.stl-deck::scroll-button(*){
  display:none; position:absolute; position-anchor:--stl-deck-a; align-self:anchor-center;
  z-index:1; width:34px; height:34px; padding:.11em 0 0; border:0; background:none;
  font:24px Georgia,serif; text-box:trim-both ex alphabetic; text-align:center;
  cursor:pointer; user-select:none; color:var(--head-ink);
}
.stl-deck::scroll-button(left){content:"‹" / "Previous photo"; left:anchor(left)}
.stl-deck::scroll-button(right){content:"›" / "Next photo"; right:anchor(right)}
.stl-deck::scroll-button(*):disabled{opacity:.25; cursor:default}
.stl-deck:not(:has(.stl-sl:nth-child(2)))::scroll-button(*){display:none}
@media (hover:hover) and (pointer:fine){ .stl-deck::scroll-button(*){display:block} }
.stl-pbar{display:none; height:2px; margin:12px 0 var(--gap); background:var(--rule-2)}
.stl-pbar i{
  display:block; height:100%; background:var(--head-ink);
  transform-origin:0 50%; transform:scaleX(0);
  animation:stl-pb linear both; animation-timeline:--stl-deck;
}
@keyframes stl-pb{to{transform:scaleX(1)}}
.stl-count{
  display:none; margin:10px 0 var(--gap); text-align:center;
  font-family:var(--label); font-size:10.5px; font-weight:600;
  letter-spacing:.14em; text-transform:uppercase; color:var(--muted);
}
@media (prefers-reduced-motion:reduce){ .stl-deck{scroll-behavior:auto} }
.stl-index{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:var(--idx-gap);
  margin:var(--idx-m); padding:0;
  font-family:var(--label); font-size:var(--idx-s); font-weight:600;
  letter-spacing:.1em; text-transform:uppercase; color:var(--idx-ink);
}
.stl-index .cue{display:inline-flex; align-items:center; gap:7px; font-weight:500; opacity:.8}
.stl-index .cue svg{width:13px; height:13px; stroke-width:2}
.stl-index b{font-weight:600}
.stl-index b:not(:last-of-type)::after{
  content:''; display:inline-block; width:3px; height:3px; border-radius:50%;
  background:currentColor; opacity:.5; vertical-align:.3em; margin-left:var(--idx-gap);
}
.stl-sec{margin-top:var(--gap)}
.stl-sec-hd{display:flex; align-items:center; gap:11px; margin-bottom:16px}
.stl-badge{display:flex; align-items:center; justify-content:center; flex:none; color:var(--on-badge)}
.stl-i{width:20px; height:20px; stroke-width:1.7}
.stl-sec-hd h2{
  margin:0; font-family:var(--label); font-size:13px; font-weight:650;
  letter-spacing:.13em; text-transform:uppercase; color:var(--head-ink);
}
.stl-sec-hd .rule{flex:1; height:1px; background:var(--rule); min-width:22px; position:relative}
.stl-sec-hd .rule::after{
  content:''; position:absolute; right:0; top:50%;
  width:var(--orn-w,0); height:var(--orn-h,0); border-radius:var(--orn-r,0);
  background:var(--orn-c,var(--rule));
  transform:translate(0,-50%) rotate(var(--orn-rot,0deg));
}
.stl-sec[class*="stl-rail--"] .stl-sec-hd .rule::after{content:none}
.stl-body > *:first-child{margin-top:0}
.stl-body > *:last-child{margin-bottom:0}
.stl-body p{margin:0 0 14px; max-width:68ch}
.stl-body b{font-weight:700; color:var(--ink)}
.stl-list{margin:0 0 16px; padding:0; list-style:none; display:flex; flex-direction:column; gap:8px}
.stl-list li{position:relative; padding-left:22px; max-width:66ch}
.stl-list li::before{
  content:''; position:absolute; left:var(--bullet-x); top:var(--bullet-y);
  width:var(--bullet-w); height:var(--bullet-h); border-radius:var(--bullet-r); background:var(--bullet-c);
}
.stl-scroll{overflow-x:auto; margin:0 0 16px}
.stl-facts{width:auto; max-width:100%; border-collapse:collapse; font-variant-numeric:tabular-nums}
.stl-facts th, .stl-facts td{text-align:left; vertical-align:middle; padding:var(--cell-y) var(--cell-x)}
.stl-facts th{
  font-family:var(--label); font-weight:600; font-size:var(--key-s);
  letter-spacing:var(--key-t); text-transform:var(--key-case);
  color:var(--muted); white-space:nowrap; padding-left:var(--edge);
}
.stl-facts td{color:var(--ink); padding-right:var(--edge)}
.stl-facts tr{border-bottom:1px solid var(--rule-2)}
.stl-facts tr:last-child{border-bottom:0}
.stl-note{margin:0 0 16px; padding:var(--note-p); display:flex; flex-direction:column; gap:6px; max-width:68ch}
.stl-note span{display:block}
.stl-cues{margin:0 0 16px; padding:0; list-style:none; display:flex; flex-direction:column; gap:var(--cue-gap)}
.stl-cues li{display:grid; grid-template-columns:auto minmax(0,1fr); gap:var(--cue-x); align-items:center; max-width:64ch}
.stl-cue-i{display:flex; align-items:center; justify-content:center; flex:none; color:var(--cue-c)}
.stl-cue-i svg{width:var(--cue-s); height:var(--cue-s); stroke-width:1.6}
.stl-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px}
.stl-card{display:block; text-decoration:none; color:inherit; min-width:0}
.stl-thumb{
  position:relative; width:100%; height:0; padding-top:100%; overflow:hidden;
  border:1px solid var(--rule-2); border-radius:var(--card-r); margin-bottom:9px;
}
.stl-thumb img{position:absolute; top:0; left:0; display:block; width:100%; height:100%; object-fit:contain}
.stl-card h3{margin:0; font-family:var(--card-face); font-size:14px; font-weight:var(--card-w); line-height:1.35; color:var(--ink); text-wrap:balance}
.stl-qty{display:inline-block; margin-top:6px; font-family:var(--label); font-size:10.5px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted)}
.stl-colophon{
  margin:calc(var(--gap) + 14px) 0 0; text-align:center;
  font-family:var(--colophon-f,var(--label)); font-style:var(--colophon-i,italic);
  font-size:var(--colophon-s,12.5px); letter-spacing:var(--colophon-t,.06em);
  color:var(--colophon-c,var(--muted));
}
.stl-accents{
  display:flex; justify-content:center; align-items:center;
  gap:clamp(28px, 9vw, 88px);
  margin-top:calc(var(--gap) + 12px);
  color:var(--mark-c); opacity:var(--mark-o);
}
.stl-accents + .stl-colophon{margin-top:18px}
.stl-accents::before, .stl-accents::after{
  content:''; flex:1; max-width:104px; height:1px; background:currentColor; opacity:.5;
}
.stl-mk{flex:none; width:var(--mark-s); height:var(--mark-s); stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round}
@media (max-width:700px){ .stl-grid{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width:640px){
  .stl{--gap:26px; padding:20px 16px 36px; font-size:calc(var(--fs) - 1px)}
  h1.stl-title{font-size:var(--title-s-m)}
  .stl{--deck-h:none}
  .stl-deck{gap:18px}
  .stl-plate{width:100%; box-sizing:border-box}
  .stl-plate img{width:100%}
  .stl-facts{width:100%}
  .stl-facts th, .stl-facts td{display:block; width:auto; padding-left:var(--edge); padding-right:var(--edge)}
  .stl-facts th{padding-bottom:1px}
  .stl-facts td{padding-top:0; padding-bottom:11px}
  .stl-sec-hd h2{font-size:12px}
  .stl-accents::before, .stl-accents::after{max-width:26px}
}
.stl{--grain-texture:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.62' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23g)' opacity='.16'/%3E%3C/svg%3E")}
.stl--glaze{
  --paper:#FCFCFB; --ink:#22252B; --muted:#767C86;
  --cobalt:#27458C; --greige:#CFC7BA; --wash:#EDF0F6;
  --rule:#DFDCD5; --rule-2:#E9E7E1; --grain:var(--grain-texture);
  --head-ink:#27458C; --on-badge:#27458C;
  --display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:400;
  --fs:17.5px; --lh:1.6;
  --title-s:30px; --title-s-m:23px; --title-w:400; --title-t:-.01em;
  --key-s:11px; --key-t:.1em; --key-case:uppercase;
  --cell-y:12px; --cell-x:24px;
  --bullet-x:2px; --bullet-y:.66em; --bullet-w:5px; --bullet-h:5px; --bullet-r:50%; --bullet-c:var(--cobalt);
  --note-p:15px 19px; --card-r:2px;
  --cue-gap:15px;
}
.stl--glaze .stl-head{padding-bottom:17px; border-bottom:3px double var(--greige)}
.stl--glaze h1.stl-title{font-family:var(--display)}
.stl--glaze .stl-index{--idx-ink:var(--muted); --idx-s:11px}
.stl--glaze .stl-badge{width:29px; height:29px; border-radius:50%; background:var(--wash); border:1px solid #EEECE8; color:var(--cobalt)}
.stl--glaze .stl-i{width:16px; height:16px; stroke-linecap:round; stroke-linejoin:round}
.stl--glaze .stl-sec-hd h2{color:var(--cobalt); letter-spacing:.14em; font-size:12.5px}
.stl--glaze .stl-sec-hd .rule{background:none; border-top:3px double var(--rule-2); height:3px}
.stl--glaze .stl-note{background:var(--wash); border-left:3px solid var(--cobalt); border-radius:0 2px 2px 0; color:#3D444F}
.stl--glaze .stl-cue-i{color:var(--cobalt)}
.stl--glaze .stl-thumb{border-radius:2px; border-color:var(--rule)}
.stl--glaze{--colophon-f:var(--display); --colophon-s:16px; --colophon-t:.01em; --colophon-c:var(--cobalt)}
.stl--glaze .stl-card h3{font-size:15px}
.stl--hearth{
  --paper:#FAF7F0; --ink:#2B2620; --muted:#7B6F60;
  --green:#3D5A45; --green-2:#6D8A72; --brown:#7A5231; --tan:#C6AC83;
  --rule:#DBCDB4; --rule-2:#E7DECA; --grain:var(--grain-texture);
  --head-ink:#3D5A45; --on-badge:#FAF7F0;
  --display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --body:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --label:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --card-face:var(--display); --card-w:500;
  --fs:19px; --lh:1.58;
  --title-s:31px; --title-s-m:24px; --title-w:400; --title-t:-.008em;
  --key-s:11px; --key-t:.09em; --key-case:uppercase;
  --cell-y:11px; --cell-x:22px;
  --bullet-x:2px; --bullet-y:.62em; --bullet-w:6px; --bullet-h:6px; --bullet-r:50%; --bullet-c:var(--brown);
  --note-p:16px 20px; --card-r:3px;
}
.stl--hearth .stl-head{padding-bottom:18px; border-bottom:0; background:
  linear-gradient(var(--rule),var(--rule)) left bottom / calc(50% - 9px) 1px no-repeat,
  linear-gradient(var(--rule),var(--rule)) right bottom / calc(50% - 9px) 1px no-repeat}
.stl--hearth h1.stl-title::after{
  content:''; position:absolute; left:calc(50% - 4.5px); bottom:-4px;
  width:9px; height:9px; border-radius:50%; background:var(--rule);
}
.stl--hearth .stl-badge{width:30px; height:30px; border-radius:50%; background:var(--green)}
.stl--hearth .stl-i{stroke-linecap:round; stroke-linejoin:round; width:17px; height:17px}
.stl--hearth .stl-sec-hd h2{letter-spacing:.14em; font-size:12.5px}
.stl--hearth .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:16px; height:16px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--hearth .stl-facts th{color:var(--brown)}
.stl--hearth .stl-facts{font-variant-numeric:oldstyle-nums}
.stl--hearth .stl-note{background:#F1EADC; border-left:3px solid var(--brown); border-radius:0 3px 3px 0; font-style:italic; color:#544B3F}
.stl--hearth .stl-thumb{border-radius:3px}
.stl--hearth .stl-card h3{font-size:15px}
.stl--hearth .stl-qty{color:var(--brown)}
.stl--hearth .stl-index{--idx-ink:var(--brown); --idx-s:11.5px}
.stl--hearth .stl-cue-i{color:var(--green)}
.stl--hearth{--colophon-f:var(--display); --colophon-i:italic; --colophon-s:16px; --colophon-t:0; --colophon-c:var(--brown)}
.stl--spec{
  --paper:#FFFFFF; --ink:#15181C; --muted:#5A626B;
  --accent:#14487A; --panel:#F5F6F7; --amber:#B26A00;
  --rule:#D8DCE0; --rule-2:#E4E7EA;
  --head-ink:#14487A; --on-badge:#14487A;
  --display:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --body:var(--display); --label:var(--display);
  --mono:ui-monospace,SFMono-Regular,Consolas,Menlo,"Liberation Mono",monospace;
  --card-face:var(--display); --card-w:600;
  --fs:16.5px; --lh:1.5;
  --title-s:25px; --title-s-m:20px; --title-w:650; --title-t:-.012em;
  --key-s:12px; --key-t:.02em; --key-case:none;
  --cell-y:9px; --cell-x:20px; --edge:14px;
  --bullet-x:3px; --bullet-y:.72em; --bullet-w:8px; --bullet-h:2px; --bullet-r:0; --bullet-c:var(--accent);
  --note-p:13px 16px; --card-r:0;
}
.stl--spec h1.stl-title{text-align:left}
.stl--spec .stl-head{padding-bottom:16px; border-bottom:2px solid var(--accent)}
.stl--spec .stl-badge{width:22px; height:22px}
.stl--spec .stl-i{stroke-linecap:square; stroke-linejoin:miter; stroke-width:1.8; width:19px; height:19px}
.stl--spec .stl-sec-hd{gap:9px; padding-bottom:7px; margin-bottom:15px; position:relative; border-bottom:0;
  background-image:linear-gradient(var(--rule),var(--rule));
  background-repeat:no-repeat; background-position:left bottom;
  background-size:calc(100% - var(--rule-inset, 0px)) 1px;
}
.stl--spec .stl-sec[class*="stl-rail--"] .stl-sec-hd{--rule-inset:30px}
.stl--spec .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); position:absolute; right:0; bottom:-8.5px; width:18px; height:18px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--spec .stl-sec-hd .rule{display:none}
.stl--spec .stl-facts{border:1px solid var(--rule)}
.stl--spec .stl-facts tr{border-bottom:1px solid var(--rule-2)}
.stl--spec .stl-facts tr:nth-child(odd){background:var(--panel)}
.stl--spec .stl-facts th{color:var(--muted); font-weight:600}
.stl--spec .stl-facts td{font-family:var(--mono); font-size:14.5px}
.stl--spec .stl-note{background:#FBF6EC; border-left:3px solid var(--amber); color:#4A4034}
.stl--spec .stl-note b{color:var(--amber)}
.stl--spec .stl-card h3{font-size:14px; letter-spacing:-.005em}
.stl--spec .stl-qty{font-family:var(--mono); text-transform:none; letter-spacing:0}
.stl--spec .stl-index{--idx-ink:var(--accent); --idx-s:11.5px; --idx-gap:13px; font-family:var(--mono); letter-spacing:.04em; text-transform:none}
.stl--spec .stl-index b:not(:last-of-type)::after{width:1px; height:11px; border-radius:0; vertical-align:-.12em; opacity:.35}
.stl--spec .stl-cues{--cue-gap:11px}
.stl--spec{--colophon-f:var(--mono); --colophon-s:12px; --colophon-t:.02em; --colophon-c:var(--muted)}
.stl--tabletop{
  --paper:#F7F5EF; --ink:#1C1A2E; --muted:#5E5A78;
  --indigo:#2E2A5C; --amber:#DE9A21; --card:#FFFFFF;
  --rule:#D8D4E2; --rule-2:#E5E2EC; --grain:var(--grain-texture);
  --head-ink:#2E2A5C; --on-badge:#FFFFFF;
  --display:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --body:var(--display); --label:var(--display); --card-face:var(--display); --card-w:650;
  --fs:17px; --lh:1.52;
  --title-s:29px; --title-s-m:22px; --title-w:750; --title-t:-.022em;
  --key-s:12px; --key-t:.03em; --key-case:none;
  --cell-y:8px; --cell-x:16px;
  --bullet-x:2px; --bullet-y:.55em; --bullet-w:7px; --bullet-h:7px; --bullet-r:1px; --bullet-c:var(--amber);
  --note-p:15px 18px; --card-r:3px;
  --cue-gap:13px; --cue-c:var(--indigo);
}
.stl--tabletop .stl-head{padding-bottom:18px; border-bottom:3px solid var(--indigo)}
.stl--tabletop .stl-index{--idx-ink:var(--muted); --idx-s:11.5px}
.stl--tabletop .stl-badge{width:31px; height:31px; background:var(--indigo); clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}
.stl--tabletop .stl-i{width:17px; height:17px; stroke-width:1.8; stroke-linecap:round}
.stl--tabletop .stl-sec-hd h2{color:var(--indigo); font-size:13px; letter-spacing:.11em; font-weight:750}
.stl--tabletop .stl-sec-hd .rule{background:var(--rule)}
.stl--tabletop .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:18px; height:18px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--tabletop .stl-facts{border-collapse:separate; border-spacing:0; max-width:34em}
.stl--tabletop .stl-facts tr{border:0}
.stl--tabletop .stl-facts th{color:var(--muted); font-weight:600; border-bottom:1px dotted var(--rule); white-space:nowrap}
.stl--tabletop .stl-facts td{border-bottom:1px dotted var(--rule); font-weight:650; color:var(--indigo); text-align:right; font-variant-numeric:tabular-nums}
.stl--tabletop .stl-facts tr:last-child th, .stl--tabletop .stl-facts tr:last-child td{border-bottom:0}
.stl--tabletop .stl-note{background:var(--card); border-left:4px solid var(--amber); color:#3A3652}
.stl--tabletop .stl-cue-i{color:var(--indigo)}
.stl--tabletop .stl-thumb{border-color:var(--rule); border-radius:3px; background-color:var(--card)}
.stl--tabletop .stl-card h3{font-size:14px; color:var(--indigo)}
.stl--tabletop .stl-qty{color:var(--amber); font-weight:700}
.stl--tabletop{--horn-w:8px; --horn-h:8px; --horn-r:1px; --horn-t:rotate(45deg); --horn-c:var(--indigo); --horn-b:-5.5px}
.stl--tabletop{--colophon-s:12px; --colophon-t:.13em; --colophon-c:var(--indigo)}
@media (max-width:640px){
  .stl--tabletop .stl-facts td{text-align:left; padding-bottom:9px}
  .stl--tabletop .stl-facts th{border-bottom:0; padding-bottom:0}
}
.stl--sleeve{
  --paper:#EEEBE4; --ink:#1C1A17; --muted:#6E6862;
  --rust:#A63A24; --panel:#E5E1D8; --rule:#D2CDC3; --rule-2:#DFDAD0; --grain:var(--grain-texture);
  --head-ink:#A63A24; --on-badge:#A63A24;
  --display:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --body:var(--display); --label:var(--display); --card-face:var(--display); --card-w:700;
  --fs:17px; --lh:1.6;
  --title-s:30px; --title-s-m:22px; --title-w:800; --title-t:-.03em;
  --key-s:10.5px; --key-t:.16em; --key-case:uppercase;
  --cell-y:11px; --cell-x:26px;
  --bullet-x:0; --bullet-y:.74em; --bullet-w:9px; --bullet-h:2px; --bullet-r:0; --bullet-c:var(--rust);
  --note-p:0 0 0 18px; --card-r:0;
  --cue-gap:13px;
}
.stl--sleeve h1.stl-title{text-transform:uppercase; line-height:1.12; text-align:left}
.stl--sleeve .stl-head{padding-bottom:15px; border-bottom:4px solid var(--ink)}
.stl--sleeve .stl-index{--idx-ink:var(--muted); --idx-s:11px}
.stl--sleeve .stl-badge{width:21px; height:21px}
.stl--sleeve .stl-i{width:19px; height:19px; stroke-width:1.55; stroke-linecap:round; stroke-linejoin:round}
.stl--sleeve .stl-sec-hd{gap:10px; margin-bottom:15px}
.stl--sleeve .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:15px; height:15px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--sleeve .stl-sec-hd h2{color:var(--rust); font-size:12px; letter-spacing:.2em; font-weight:750}
.stl--sleeve .stl-sec-hd .rule{height:1px; background:var(--rule)}
.stl--sleeve .stl-facts th{color:var(--rust)}
.stl--sleeve .stl-facts tr{border-bottom:1px solid var(--rule)}
.stl--sleeve .stl-facts tr:last-child{border-bottom:0}
.stl--sleeve .stl-note{border-left:3px solid var(--rust); color:#443E38}
.stl--sleeve .stl-thumb{border:1px solid var(--rule)}
.stl--sleeve .stl-card h3{font-size:13px; text-transform:uppercase; letter-spacing:.02em; line-height:1.3}
.stl--sleeve .stl-qty{color:var(--rust)}
.stl--sleeve{--colophon-s:11.5px; --colophon-t:.19em; --colophon-c:var(--rust)}
.stl--plinth{
  --paper:#141312; --ink:#EDE8E0; --muted:#9A9186;
  --gold:#B08C4F; --rule:#302C28; --rule-2:#282521;
  --head-ink:#B08C4F; --on-badge:#B08C4F;
  --display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:400;
  --fs:17px; --lh:1.68;
  --title-s:32px; --title-s-m:24px; --title-w:400; --title-t:-.012em;
  --key-s:10px; --key-t:.17em; --key-case:uppercase;
  --cell-y:12px; --cell-x:26px;
  --bullet-x:0; --bullet-y:.84em; --bullet-w:7px; --bullet-h:1px; --bullet-r:0; --bullet-c:var(--gold);
  --note-p:0 0 0 22px; --card-r:0;
  --cue-gap:14px; --cue-c:var(--gold);
  max-width:820px; padding:44px 34px 56px;
}
@media (max-width:640px){ .stl--plinth{padding:20px 16px 36px} }
.stl--plinth .stl-head{padding-bottom:26px; border-bottom:1px solid var(--gold)}
.stl--plinth h1.stl-title{font-family:var(--display); font-style:italic}
.stl--plinth .stl-index{--idx-ink:var(--muted); --idx-s:10px; letter-spacing:.16em}
.stl--plinth .stl-deck{margin-bottom:10px; padding-bottom:0; scrollbar-width:none}
.stl--plinth .stl-count{display:block; letter-spacing:.18em; font-size:10px}
.stl--plinth .stl-badge{width:18px; height:18px}
.stl--plinth .stl-i{width:16px; height:16px; stroke-width:1.3; stroke-linecap:round; stroke-linejoin:round}
.stl--plinth .stl-sec-hd{justify-content:center; gap:10px; margin-bottom:20px}
.stl--plinth .stl-sec-hd h2{color:var(--gold); font-size:10px; letter-spacing:.24em; font-weight:600}
.stl--plinth .stl-sec-hd .rule{display:none}
.stl--plinth .stl-body{max-width:60ch; margin:0 auto}
.stl--plinth .stl-facts{margin:0 auto}
.stl--plinth .stl-facts tr{border-bottom:1px solid var(--rule)}
.stl--plinth .stl-facts tr:last-child{border-bottom:0}
.stl--plinth .stl-facts th{color:var(--muted)}
.stl--plinth .stl-facts td{color:var(--ink)}
.stl--plinth .stl-note{border-left:1px solid var(--gold); color:var(--muted); font-style:italic}
.stl--plinth .stl-thumb{border:1px solid var(--rule)}
.stl--plinth .stl-card h3{font-size:14px; color:var(--ink); text-align:center}
.stl--plinth .stl-qty{color:var(--gold); display:block; text-align:center}
.stl--plinth .stl-grid{display:flex; flex-wrap:wrap; justify-content:center; gap:20px}
.stl--plinth .stl-card{flex:0 0 calc(25% - 15px)}
@media (max-width:700px){ .stl--plinth .stl-card{flex-basis:calc(50% - 10px)} }
.stl--plinth{--colophon-f:var(--display); --colophon-i:italic; --colophon-s:15px; --colophon-t:.02em; --colophon-c:var(--gold)}
.stl--gallery{
  --paper:#F7F5F1; --ink:#22201D; --muted:#7C756C;
  --gold:#9A7B3F; --rule:#E1DACC; --rule-2:#EAE4D9; --grain:var(--grain-texture);
  --head-ink:#9A7B3F; --on-badge:#9A7B3F;
  --display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:400;
  --fs:17px; --lh:1.68;
  --title-s:32px; --title-s-m:24px; --title-w:400; --title-t:-.012em;
  --key-s:10px; --key-t:.17em; --key-case:uppercase;
  --cell-y:12px; --cell-x:26px;
  --bullet-x:0; --bullet-y:.84em; --bullet-w:7px; --bullet-h:1px; --bullet-r:0; --bullet-c:var(--gold);
  --note-p:0 0 0 22px; --card-r:0;
  --cue-gap:14px; --cue-c:var(--gold);
  max-width:820px; padding:44px 34px 56px;
}
@media (max-width:640px){ .stl--gallery{padding:20px 16px 36px} }
.stl--gallery .stl-head{padding-bottom:26px; border-bottom:1px solid var(--gold)}
.stl--gallery h1.stl-title{font-family:var(--display); font-style:italic}
.stl--gallery .stl-index{--idx-ink:var(--muted); --idx-s:10px; letter-spacing:.16em}
.stl--gallery .stl-deck{margin-bottom:10px; padding-bottom:0; scrollbar-width:none}
.stl--gallery .stl-plate{border:1px solid #C9BE96; background:#FFFDF9; padding:14px}
.stl--gallery .stl-deck::scroll-button(*){color:var(--gold); font-size:28px}
.stl--gallery .stl-count{display:block; letter-spacing:.18em; font-size:10px}
.stl--gallery .stl-badge{width:18px; height:18px}
.stl--gallery .stl-i{width:16px; height:16px; stroke-width:1.3; stroke-linecap:round; stroke-linejoin:round}
.stl--gallery .stl-sec-hd{justify-content:center; gap:10px; margin-bottom:20px}
.stl--gallery .stl-sec-hd h2{color:var(--gold); font-size:10px; letter-spacing:.24em; font-weight:600}
.stl--gallery .stl-sec-hd .rule{display:none}
.stl--gallery .stl-body{max-width:60ch; margin:0 auto}
.stl--gallery .stl-facts{margin:0 auto}
.stl--gallery .stl-facts tr{border-bottom:1px solid var(--rule)}
.stl--gallery .stl-facts tr:last-child{border-bottom:0}
.stl--gallery .stl-facts th{color:var(--muted)}
.stl--gallery .stl-note{border-left:1px solid var(--gold); color:#5F5A52; font-style:italic}
.stl--gallery .stl-thumb{border:1px solid var(--rule)}
.stl--gallery .stl-card h3{font-size:14px; text-align:center}
.stl--gallery .stl-qty{color:var(--gold); display:block; text-align:center}
.stl--gallery .stl-grid{display:flex; flex-wrap:wrap; justify-content:center; gap:20px}
.stl--gallery .stl-card{flex:0 0 calc(25% - 15px)}
@media (max-width:700px){ .stl--gallery .stl-card{flex-basis:calc(50% - 10px)} }
.stl--gallery{--colophon-f:var(--display); --colophon-i:italic; --colophon-s:15px; --colophon-t:.02em; --colophon-c:var(--gold)}
.stl--powder{
  --paper:#FAF3F5; --ink:#2E2130; --muted:#7E6E7C;
  --rose:#B0537B; --lav:#8A79B5; --panel:#F4E9EF;
  --rule:#E8D8DF; --rule-2:#F0E4E9; --grain:var(--grain-texture);
  --head-ink:#B0537B; --on-badge:#FAF3F5;
  --display:"Bodoni MT",Didot,"Didot LT STD","Playfair Display","Times New Roman",serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:400;
  --fs:17px; --lh:1.65;
  --title-s:34px; --title-s-m:25px; --title-w:400; --title-t:.004em;
  --key-s:10px; --key-t:.2em; --key-case:uppercase;
  --cell-y:9px; --cell-x:28px;
  --bullet-x:0; --bullet-y:.78em; --bullet-w:9px; --bullet-h:1px; --bullet-r:0; --bullet-c:var(--rose);
  --note-p:0 0 0 20px; --card-r:3px;
  --cue-gap:14px; --cue-c:var(--lav);
}
.stl--powder .stl-head{padding-bottom:20px; border-bottom:0; background:
  linear-gradient(var(--rose),var(--rose)) left bottom / calc(50% - 9px) 1px no-repeat,
  linear-gradient(var(--rose),var(--rose)) right bottom / calc(50% - 9px) 1px no-repeat}
.stl--powder h1.stl-title{font-family:var(--display)}
.stl--powder h1.stl-title::after{
  content:''; position:absolute; left:calc(50% - 4.5px); bottom:-4px;
  width:9px; height:9px; border-radius:50%; background:var(--rose);
}
.stl--powder .stl-index{--idx-ink:var(--lav); --idx-s:10.5px; letter-spacing:.15em}
.stl--powder .stl-badge{width:28px; height:28px; border-radius:50%; background:var(--rose)}
.stl--powder .stl-i{width:15px; height:15px; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round}
.stl--powder .stl-sec-hd{gap:11px; margin-bottom:17px}
.stl--powder .stl-sec-hd h2{color:var(--rose); font-size:10.5px; letter-spacing:.26em; font-weight:600}
.stl--powder .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:16px; height:16px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--powder .stl-facts{--cell-y:11px}
.stl--powder .stl-facts tr{border-bottom:0}
.stl--powder .stl-facts th{color:var(--lav)}
.stl--powder .stl-note{border-left:1px solid var(--lav); color:#6B5C6A; font-style:italic}
.stl--powder .stl-thumb{border:1px solid var(--rule)}
.stl--powder .stl-card h3{font-family:var(--display); font-size:15px}
.stl--powder .stl-qty{color:var(--rose)}
.stl--powder .stl-grid{gap:20px}
.stl--powder{--colophon-f:var(--display); --colophon-s:17px; --colophon-t:.01em; --colophon-c:var(--rose)}
.stl--bureau{
  --paper:#FFFFFF; --ink:#1E2226; --muted:#666E77;
  --accent:#3C4C57; --wash:#F2F4F5;
  --rule:#E2E6E9; --rule-2:#EDF0F2;
  --head-ink:#3C4C57; --on-badge:#FFFFFF;
  --display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--body); --card-w:500;
  --mono:ui-monospace,SFMono-Regular,Consolas,Menlo,"Liberation Mono",monospace;
  --fs:17px; --lh:1.58;
  --title-s:27px; --title-s-m:21px; --title-w:400; --title-t:-.008em;
  --key-s:11px; --key-t:.09em; --key-case:uppercase;
  --cell-y:11px; --cell-x:22px;
  --bullet-x:2px; --bullet-y:.7em; --bullet-w:5px; --bullet-h:5px; --bullet-r:0; --bullet-c:var(--accent);
  --note-p:14px 18px; --card-r:2px;
  --cue-gap:13px;
}
.stl--bureau .stl-head{padding-bottom:16px; border-bottom:1px solid var(--rule)}
.stl--bureau h1.stl-title{font-family:var(--display)}
.stl--bureau .stl-index{--idx-ink:var(--muted); --idx-s:11px}
.stl--bureau .stl-badge{width:27px; height:27px; border-radius:50%; background:var(--accent)}
.stl--bureau .stl-i{width:16px; height:16px; stroke-linecap:round; stroke-linejoin:round}
.stl--bureau .stl-sec-hd h2{color:var(--accent); letter-spacing:.13em; font-size:11.5px}
.stl--bureau .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:16px; height:16px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--bureau .stl-facts td{font-family:var(--mono); font-size:14.5px}
.stl--bureau .stl-facts th{color:var(--muted)}
.stl--bureau .stl-note{background:var(--wash); border-left:3px solid var(--accent); border-radius:0 2px 2px 0; color:#414A52}
.stl--bureau .stl-cue-i{color:var(--accent)}
.stl--bureau .stl-thumb{border-radius:2px; border-color:var(--rule)}
.stl--bureau .stl-card h3{font-size:14.5px}
.stl--bureau{--colophon-f:var(--display); --colophon-s:15px; --colophon-t:.01em; --colophon-c:var(--muted)}
.stl--parlor{
  --paper:#F6F1E3; --ink:#191613; --muted:#8A7D68;
  --brass:#8C6D2F; --rule:#D9CFB8; --rule-2:#E5DCC8; --grain:var(--grain-texture);
  --head-ink:#191613; --on-badge:#8C6D2F; --cue-c:#8C6D2F; --mark-c:#8C6D2F;
  --display:Perpetua,"Times New Roman",serif;
  --body:var(--display); --label:var(--display);
  --card-face:var(--body); --card-w:600;
  --fs:18px; --lh:1.6;
  --title-s:30px; --title-s-m:23px; --title-w:400; --title-t:0em;
  --key-s:15px; --key-t:.08em; --key-case:none;
  --cell-y:9px; --cell-x:20px;
  --bullet-x:2px; --bullet-y:.68em; --bullet-w:5px; --bullet-h:5px; --bullet-r:0; --bullet-c:var(--brass);
  --note-p:12px 16px 10px; --card-r:0;
  --cue-gap:13px;
}
.stl--parlor .stl-head{padding-bottom:16px; border-bottom:0; background:
  linear-gradient(var(--ink),var(--ink)) left bottom / calc(50% - 8px) 1px no-repeat,
  linear-gradient(var(--ink),var(--ink)) right bottom / calc(50% - 8px) 1px no-repeat}
.stl--parlor h1.stl-title::after{
  content:''; position:absolute; left:calc(50% - 4.5px); bottom:-4px;
  width:7px; height:7px; border:1.1px solid var(--brass);
  transform:rotate(45deg);
}
.stl--parlor .stl-index{letter-spacing:.18em; --idx-s:11px; --idx-ink:var(--brass)}
.stl--parlor .stl-deck::-webkit-scrollbar-thumb{background:var(--brass)}
.stl--parlor .stl-sl{padding:4px}
.stl--parlor .stl-plate{border:1px solid #C9BC9F; outline:1px solid #C9BC9F; outline-offset:3px}
.stl--parlor .stl-deck::scroll-button(*){color:var(--brass)}
.stl--parlor .stl-badge{width:24px; height:24px; border:1.1px solid var(--brass)}
.stl--parlor .stl-i{width:14px; height:14px; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round}
.stl--parlor .stl-sec-hd h2{font-weight:400; letter-spacing:.22em}
.stl--parlor .stl-sec-hd .rule{background:
  linear-gradient(var(--rule),var(--rule)) left center / calc(100% - 26px) 1px no-repeat}
.stl--parlor .stl-sec[class*="stl-rail--"] .stl-sec-hd .rule{background:var(--rule)}
.stl--parlor .stl-sec-hd .rule::after{
  width:22px; height:10px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.2 7.6 19.6 8.8'%3E%3Cpath fill='%23D9CFB8' d='M12 7.6 L16.4 12 L12 16.4 L7.6 12 Z M2.2 12 L4.3 9.9 L6.4 12 L4.3 14.1 Z M17.6 12 L19.7 9.9 L21.8 12 L19.7 14.1 Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.stl--parlor .stl-facts th{font-variant:small-caps; color:var(--brass)}
.stl--parlor .stl-note{border:1px solid #C9BC9F; border-top:0; position:relative; margin-top:8px;
  font-style:italic; color:#453E33; background:
    linear-gradient(#C9BC9F,#C9BC9F) left top / 12px 1px no-repeat,
    linear-gradient(#C9BC9F,#C9BC9F) right top / calc(100% - 58px) 1px no-repeat}
.stl--parlor .stl-note::before{
  content:'NOTE'; position:absolute; top:-8px; left:12px; padding:0 7px;
  font-style:normal; font-size:10px; letter-spacing:.16em; color:var(--brass);
}
.stl--parlor .stl-thumb{border-color:var(--rule)}
.stl--parlor .stl-card h3{font-size:15px}
.stl--parlor .stl-qty{color:var(--brass)}
.stl--parlor .stl-colophon{text-transform:uppercase}
.stl--parlor{--colophon-f:var(--body); --colophon-i:normal; --colophon-s:11px; --colophon-t:.2em; --colophon-c:var(--brass)}
.stl--society{
  --paper:#F9F8F4; --ink:#242B33; --muted:#8A8478;
  --slate:#3E5265; --rule:#DFDCD2; --rule-2:#EAE7DD; --grain:var(--grain-texture);
  --head-ink:#3E5265; --on-badge:#FFFFFF; --cue-c:#3E5265; --mark-c:#3E5265;
  --display:Garamond,"Times New Roman",serif;
  --body:var(--display); --label:var(--display);
  --card-face:var(--body); --card-w:600;
  --fs:18px; --lh:1.55;
  --title-s:29px; --title-s-m:23px; --title-w:600; --title-t:0em;
  --key-s:11px; --key-t:.14em; --key-case:uppercase;
  --cell-y:9px; --cell-x:20px;
  --bullet-x:2px; --bullet-y:.62em; --bullet-w:5px; --bullet-h:5px; --bullet-r:50%; --bullet-c:#3E5265;
  --note-p:12px 16px; --card-r:0;
  --horn-w:5px; --horn-h:5px; --horn-r:0; --horn-b:-3px; --horn-c:#3E5265;
  --colophon-f:var(--body); --colophon-s:15px; --colophon-t:.01em; --colophon-c:#3E5265;
}
.stl--society .stl-head{padding-bottom:16px; border-bottom:1px solid var(--slate)}
.stl--society .stl-index{letter-spacing:.15em; --idx-s:11px; --idx-ink:var(--slate)}
.stl--society .stl-badge{width:24px; height:24px; background:var(--slate)}
.stl--society .stl-i{width:14px; height:14px; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round}
.stl--society .stl-sec-hd h2{font-style:italic; text-transform:none; font-size:17px; font-weight:600; letter-spacing:.01em}
.stl--society .stl-facts td{font-variant-numeric:oldstyle-nums}
.stl--society .stl-note{border:1px solid #C9CFD6; font-style:italic; color:#4A5058}
.stl--society .stl-thumb{border-color:var(--rule)}
.stl--society .stl-card h3{font-size:15px}
.stl--society .stl-qty{color:var(--slate)}
.stl--quarry{
  --paper:#EFF1F0; --ink:#2B3033; --muted:#757D7B;
  --sage:#6E8A78; --rule:#D8DCDA; --rule-2:#E2E5E3; --grain:var(--grain-texture);
  --head-ink:#2B3033; --on-badge:#FFFFFF;
  --display:"Sitka Heading",Sitka,Georgia,serif;
  --body:"Sitka Text",Sitka,Georgia,serif;
  --label:var(--body); --card-face:var(--display); --card-w:600;
  --fs:17.5px; --lh:1.6;
  --title-s:28px; --title-s-m:22px; --title-w:400; --title-t:0em;
  --key-s:10.5px; --key-t:.14em; --key-case:uppercase;
  --cell-y:9px; --cell-x:20px;
  --bullet-x:2px; --bullet-y:.66em; --bullet-w:5px; --bullet-h:5px; --bullet-r:0; --bullet-c:var(--ink);
  --note-p:13px 16px; --card-r:0;
  --colophon-f:var(--label); --colophon-i:normal; --colophon-s:11px; --colophon-t:.2em; --colophon-c:#6E8A78;
}
.stl--quarry .stl-head{padding-bottom:16px; border-bottom:3px solid var(--ink)}
.stl--quarry .stl-head::after{left:0; right:0; width:auto; height:1px; bottom:-6px; background:var(--ink)}
.stl--quarry .stl-index{letter-spacing:.16em; --idx-s:10.5px; --idx-ink:#757D7B}
.stl--quarry .stl-badge{width:24px; height:24px; background:var(--ink)}
.stl--quarry .stl-i{width:14px; height:14px; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round}
.stl--quarry .stl-sec-hd h2{font-size:11px; font-weight:600; letter-spacing:.18em}
.stl--quarry .stl-facts th{color:var(--sage)}
.stl--quarry .stl-facts td{font-variant-numeric:oldstyle-nums}
.stl--quarry .stl-note{background:#E6E9E7; color:#444B48}
.stl--quarry .stl-thumb{border-color:var(--rule)}
.stl--quarry .stl-card h3{font-size:15px}
.stl--quarry .stl-colophon{text-transform:uppercase}
.stl--gilt{
  --paper:#F8FAFB; --ink:#1F2733; --muted:#6B7684;
  --cobalt:#2B4A7E; --gold:#B8912F; --wash:#EFF3F7;
  --rule:#D9E0E7; --rule-2:#E4E9EE; --grain:var(--grain-texture);
  --head-ink:#2B4A7E; --on-badge:#2B4A7E;
  --display:Constantia,"Palatino Linotype",Georgia,serif;
  --body:Constantia,"Palatino Linotype",Georgia,serif;
  --label:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --card-face:var(--display); --card-w:400;
  --fs:17.5px; --lh:1.6;
  --title-s:28px; --title-s-m:22px; --title-w:400; --title-t:0em;
  --key-s:15px; --key-t:.06em; --key-case:none;
  --cell-y:9px; --cell-x:22px;
  --bullet-x:2px; --bullet-y:.64em; --bullet-w:5px; --bullet-h:5px; --bullet-r:50%; --bullet-c:var(--cobalt);
  --note-p:12px 16px; --card-r:2px;
  --colophon-f:var(--label); --colophon-i:normal; --colophon-s:10.5px; --colophon-t:.2em; --colophon-c:var(--gold);
}
.stl--gilt .stl-deck{margin-bottom:14px; padding-bottom:0; scrollbar-width:none}
.stl--gilt .stl-plate{border-color:var(--rule); border-radius:2px; background:#FFF}
.stl--gilt .stl-deck::scroll-button(*){width:30px; height:30px; border:1.4px solid var(--gold); border-radius:50%; background:#FFF; color:var(--cobalt); font-size:19px}
.stl--gilt .stl-pbar{display:block; background:var(--rule-2)}
.stl--gilt .stl-pbar i{background:var(--gold)}
.stl--gilt .stl-head{padding-bottom:16px; border-bottom:3px double var(--gold)}
.stl--gilt .stl-index{--idx-ink:var(--cobalt); --idx-s:10.5px; letter-spacing:.15em}
.stl--gilt .stl-badge{width:26px; height:26px; border-radius:50%; border:1.4px solid var(--gold)}
.stl--gilt .stl-i{width:14px; height:14px; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round}
.stl--gilt .stl-sec-hd h2{color:var(--cobalt); font-size:11.5px; letter-spacing:.17em}
.stl--gilt .stl-facts th{font-variant:small-caps; color:var(--cobalt)}
.stl--gilt .stl-facts td{font-variant-numeric:oldstyle-nums}
.stl--gilt .stl-note{background:var(--wash); border-left:3px solid var(--gold); color:#3A4553}
.stl--gilt .stl-cue-i{color:var(--cobalt)}
.stl--gilt .stl-thumb{border-color:var(--rule); border-radius:2px}
.stl--gilt .stl-card h3{font-size:15px}
.stl--gilt .stl-qty{color:var(--gold)}
.stl--gilt .stl-colophon{text-transform:uppercase}
.stl--haberdasher{
  --paper:#FBF9F4; --ink:#252B38; --muted:#7D7668;
  --navy:#2C3A55; --oxblood:#7A2E2A; --selvedge:#C9BFA8;
  --rule:#E4DFD2; --rule-2:#EDE9DD; --grain:var(--grain-texture);
  --head-ink:#2C3A55; --on-badge:#FBF9F4;
  --display:"Baskerville Old Face","Book Antiqua","Palatino Linotype",Georgia,serif;
  --body:"Book Antiqua","Palatino Linotype",Georgia,serif;
  --label:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --card-face:var(--display); --card-w:400;
  --fs:17.5px; --lh:1.58;
  --title-s:29px; --title-s-m:22px; --title-w:400; --title-t:.004em;
  --key-s:10.5px; --key-t:.12em; --key-case:uppercase;
  --cell-y:9px; --cell-x:20px;
  --bullet-x:2px; --bullet-y:.66em; --bullet-w:5px; --bullet-h:5px; --bullet-r:0; --bullet-c:var(--oxblood);
  --note-p:12px 16px; --card-r:0;
  --colophon-f:var(--display); --colophon-i:italic; --colophon-s:15px; --colophon-t:.01em; --colophon-c:var(--navy);
}
.stl--haberdasher .stl-head{padding-bottom:16px; border-bottom:1px solid var(--navy); background:
  linear-gradient(var(--rule),var(--rule)) left 0 bottom 4px / 100% 1px no-repeat}
.stl--haberdasher .stl-index{--idx-ink:var(--oxblood); --idx-s:10.5px; letter-spacing:.14em}
.stl--haberdasher .stl-badge{width:25px; height:25px; border-radius:50%; background:var(--oxblood)}
.stl--haberdasher .stl-i{width:14px; height:14px; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round}
.stl--haberdasher .stl-sec-hd h2{font-size:12px; letter-spacing:.15em}
.stl--haberdasher .stl-facts th{color:var(--oxblood)}
.stl--haberdasher .stl-facts td{font-variant-numeric:oldstyle-nums}
.stl--haberdasher .stl-note{border:1px dashed var(--selvedge); color:#4A4438}
.stl--haberdasher .stl-cue-i{color:var(--navy)}
.stl--haberdasher .stl-thumb{border-color:var(--rule)}
.stl--haberdasher .stl-card h3{font-size:15px}
.stl--haberdasher .stl-qty{color:var(--oxblood)}
.stl--fieldhouse{
  --paper:#F7F5EE; --ink:#232A24; --muted:#6E7A6E;
  --pine:#2F5D43; --leather:#8C5A33; --red:#C33B2E;
  --rule:#DDD8C8; --rule-2:#E7E3D4; --grain:var(--grain-texture);
  --head-ink:#2F5D43; --on-badge:#FFFFFF;
  --display:"Franklin Gothic Medium","Arial Narrow",Arial,sans-serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--display); --card-face:var(--display); --card-w:500;
  --fs:17px; --lh:1.55;
  --title-s:28px; --title-s-m:22px; --title-w:500; --title-t:.006em;
  --key-s:11px; --key-t:.12em; --key-case:uppercase;
  --cell-y:8px; --cell-x:16px;
  --edge:12px;
  --bullet-x:2px; --bullet-y:.6em; --bullet-w:6px; --bullet-h:6px; --bullet-r:1px; --bullet-c:var(--leather);
  --note-p:13px 17px; --card-r:3px;
  --colophon-f:var(--label); --colophon-i:normal; --colophon-s:11px; --colophon-t:.16em; --colophon-c:var(--pine);
}
.stl--fieldhouse .stl-head{padding-bottom:16px; border-bottom:4px solid var(--pine)}
.stl--fieldhouse .stl-head::after{left:0; right:0; width:auto; height:2px; bottom:-8px; background:var(--leather)}
.stl--fieldhouse .stl-plate{border:2px solid var(--pine)}
.stl--fieldhouse .stl-deck::scroll-button(*){color:var(--pine)}
.stl--fieldhouse .stl-index{--idx-ink:var(--leather); --idx-s:11px; letter-spacing:.12em}
.stl--fieldhouse .stl-badge{width:26px; height:26px; border-radius:6px; background:var(--pine)}
.stl--fieldhouse .stl-i{width:15px; height:15px; stroke-width:1.7; stroke-linecap:round}
.stl--fieldhouse .stl-sec-hd h2{font-size:12.5px; font-weight:500; letter-spacing:.14em; color:var(--pine)}
.stl--fieldhouse .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:17px; height:17px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--fieldhouse .stl-facts th{color:var(--leather); border:1px solid var(--rule)}
.stl--fieldhouse .stl-facts td{border:1px solid var(--rule); font-variant-numeric:tabular-nums}
.stl--fieldhouse .stl-facts tr{border-bottom:0}
.stl--fieldhouse .stl-note{background:#F0EDE0; border-left:4px solid var(--red); color:#42493F}
.stl--fieldhouse .stl-cue-i{color:var(--pine)}
.stl--fieldhouse .stl-thumb{border-color:var(--rule); border-radius:3px}
.stl--fieldhouse .stl-card h3{font-size:14px; color:var(--pine)}
.stl--fieldhouse .stl-qty{color:var(--leather)}
.stl--fieldhouse .stl-colophon{text-transform:uppercase}
@media (max-width:640px){
  .stl--fieldhouse .stl-facts th, .stl--fieldhouse .stl-facts td{border:0}
  .stl--fieldhouse .stl-facts tr{border-bottom:1px solid var(--rule)}
}
.stl--fjord{
  --paper:#F4F6F7; --ink:#232A2E; --muted:#7A868D;
  --sea:#4E6E81; --rule:#DCE2E5; --rule-2:#DCE2E5;
  --head-ink:#4E6E81; --on-badge:#4E6E81;
  --display:Corbel,"Segoe UI",sans-serif;
  --body:Corbel,"Segoe UI",sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:600;
  --fs:17.5px; --lh:1.6;
  --title-s:28px; --title-s-m:22px; --title-w:600; --title-t:0em;
  --key-s:13px; --key-t:.01em; --key-case:none;
  --cell-y:10px; --cell-x:22px;
  --bullet-x:2px; --bullet-y:.6em; --bullet-w:6px; --bullet-h:6px; --bullet-r:50%; --bullet-c:var(--sea);
  --note-p:14px 17px; --card-r:6px;
  --colophon-i:normal; --colophon-s:12px; --colophon-t:.14em; --colophon-c:var(--muted);
}
.stl--fjord .stl-head{padding-bottom:16px; border-bottom:1px solid #C7D2D8}
.stl--fjord .stl-index{text-transform:lowercase; letter-spacing:.08em; --idx-ink:var(--sea)}
.stl--fjord .stl-badge{width:26px; height:26px; border-radius:7px; background:#E7EDF0}
.stl--fjord .stl-i{width:15px; height:15px; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round}
.stl--fjord .stl-sec-hd h2{font-size:14px; font-weight:600; letter-spacing:.02em; text-transform:lowercase}
.stl--fjord .stl-sec-hd h2::first-letter{text-transform:uppercase}
.stl--fjord .stl-facts tr{border-bottom:0}
.stl--fjord .stl-facts td{font-weight:600}
.stl--fjord .stl-note{background:#EBF1F3; border-radius:8px; color:#42505A}
.stl--fjord .stl-thumb{border-color:var(--rule)}
.stl--fjord .stl-card h3{font-size:15px}
.stl--fjord .stl-colophon{text-transform:lowercase}
.stl--pulp{
  --paper:#F6EED9; --ink:#2E241C; --muted:#8A7B63;
  --orange:#D8481F; --teal:#1D6E75; --panel:#FBF4DF;
  --rule:#D9C9A4; --rule-2:#DECDA2;
  --head-ink:#D8481F; --on-badge:#F6EED9;
  --display:Rockwell,"Rockwell Nova","Courier New",Georgia,serif;
  --body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:700;
  --fs:17px; --lh:1.6;
  --title-s:28px; --title-s-m:22px; --title-w:700; --title-t:-.005em;
  --key-s:10.5px; --key-t:.12em; --key-case:uppercase;
  --cell-y:9px; --cell-x:16px;
  --edge:14px;
  --bullet-x:2px; --bullet-y:.64em; --bullet-w:5px; --bullet-h:5px; --bullet-r:0; --bullet-c:var(--orange);
  --note-p:12px 15px; --card-r:0;
  --cue-c:var(--teal);
  --colophon-f:var(--label); --colophon-i:normal; --colophon-s:11px; --colophon-t:.22em; --colophon-c:var(--teal);
}
.stl--pulp .stl-head{padding-bottom:14px; border-bottom:3px solid var(--orange)}
.stl--pulp .stl-head::after{left:0; right:0; width:auto; height:1px; bottom:-5px; background:var(--teal)}
.stl--pulp .stl-index{--idx-ink:var(--teal); --idx-s:10.5px; letter-spacing:.14em; font-weight:700}
.stl--pulp .stl-badge{
  width:30px; height:30px; background-color:var(--orange);
  clip-path:polygon(50% 0, 64.6% 14.6%, 85.4% 14.6%, 85.4% 35.4%, 100% 50%, 85.4% 64.6%, 85.4% 85.4%, 64.6% 85.4%, 50% 100%, 35.4% 85.4%, 14.6% 85.4%, 14.6% 64.6%, 0 50%, 14.6% 35.4%, 14.6% 14.6%, 35.4% 14.6%);
}
.stl--pulp .stl-i{width:13px; height:13px; stroke-width:2; stroke-linecap:round; stroke-linejoin:round}
.stl--pulp .stl-sec-hd h2{font-family:var(--display); font-size:13px; font-weight:700; letter-spacing:.1em}
.stl--pulp .stl-facts{border:2px solid var(--teal); background:var(--panel)}
.stl--pulp .stl-facts th{color:var(--teal); font-weight:700}
.stl--pulp .stl-facts td{font-weight:600}
.stl--pulp .stl-note{background:#F0E4C8; border-left:4px solid var(--orange); color:#4E4234}
.stl--pulp .stl-note b{color:var(--orange)}
.stl--pulp .stl-thumb{border-color:var(--rule)}
.stl--pulp .stl-card h3{font-size:14px}
.stl--pulp .stl-qty{color:var(--teal)}
.stl--pulp .stl-colophon{text-transform:uppercase; font-weight:700}
@media (max-width:640px){
  .stl--pulp .stl-facts{border:0; background:none}
}
.stl--starchart{
  --paper:#101725; --ink:#E7ECF5; --muted:#6C7A94;
  --silver:#AEB9CC; --rule:#263149; --rule-2:#3A4763; --wash:#18213A;
  --head-ink:#DDE5F2; --on-badge:#AEB9CC;
  --mark-c:#AEB9CC; --mark-o:.5;
  --display:"Segoe UI",system-ui,-apple-system,Roboto,"Helvetica Neue",Arial,sans-serif;
  --body:"Segoe UI",system-ui,-apple-system,Roboto,"Helvetica Neue",Arial,sans-serif;
  --label:var(--body); --card-face:var(--display); --card-w:300;
  --fs:17px; --lh:1.62;
  --title-s:22px; --title-s-m:18px; --title-w:300; --title-t:.18em;
  --key-s:10px; --key-t:.14em; --key-case:uppercase;
  --cell-y:10px; --cell-x:24px;
  --bullet-x:2px; --bullet-y:.68em; --bullet-w:4px; --bullet-h:4px; --bullet-r:0; --bullet-c:var(--silver);
  --note-p:11px 14px; --card-r:2px;
  --cue-gap:14px; --cue-c:var(--silver);
  --horn-w:5px; --horn-h:5px; --horn-b:-3px; --horn-c:#DDE5F2; --horn-t:rotate(45deg);
  --colophon-f:var(--body); --colophon-s:9.5px; --colophon-t:.26em; --colophon-c:var(--muted);
}
.stl--starchart .stl-head{padding-bottom:15px; border-bottom:1px solid var(--silver)}
.stl--starchart h1.stl-title{text-transform:uppercase}
.stl--starchart .stl-index{--idx-ink:var(--muted); --idx-s:10px; letter-spacing:.2em; text-transform:uppercase}
.stl--starchart .stl-badge{width:23px; height:23px; border-radius:50%; border:1px solid var(--silver); color:var(--silver)}
.stl--starchart .stl-i{width:12px; height:12px; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round}
.stl--starchart .stl-sec-hd h2{color:var(--silver); font-size:10.5px; letter-spacing:.24em; font-weight:600}
.stl--starchart .stl-sec-hd .rule{background:none; border-top:1px dotted var(--rule-2); height:1px}
.stl--starchart .stl-note{background:var(--wash); border-left:2px solid var(--silver); color:#C6CFDE; font-style:italic}
.stl--starchart .stl-thumb{border:1px solid var(--rule-2); border-radius:2px}
.stl--starchart .stl-card h3{font-size:14px}
.stl--starchart .stl-qty{color:var(--muted)}
.stl--starchart .stl-colophon{text-transform:uppercase}
.stl--battlemat{
  --paper:#EFF1F4; --ink:#191C24; --muted:#5A6070;
  --indigo:#2E2A5C; --amber:#DE9A21; --card:#FFFFFF;
  --rule:#D3D8E0; --rule-2:#E2E6EC; --grain:var(--grain-texture);
  --head-ink:#2E2A5C; --on-badge:#FFFFFF;
  --display:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --body:var(--display); --label:var(--display); --card-face:var(--display); --card-w:650;
  --fs:17px; --lh:1.52;
  --title-s:29px; --title-s-m:22px; --title-w:750; --title-t:-.022em;
  --key-s:12px; --key-t:.03em; --key-case:none;
  --cell-y:8px; --cell-x:16px;
  --bullet-x:2px; --bullet-y:.55em; --bullet-w:7px; --bullet-h:7px; --bullet-r:1px; --bullet-c:var(--amber);
  --note-p:15px 18px; --card-r:3px;
  --cue-gap:13px; --cue-c:var(--indigo);
}
.stl--battlemat .stl-head{padding-bottom:18px; border-bottom:3px solid var(--indigo)}
.stl--battlemat .stl-index{--idx-ink:var(--muted); --idx-s:11.5px}
.stl--battlemat .stl-badge{width:31px; height:31px; background:var(--indigo); clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}
.stl--battlemat .stl-i{width:17px; height:17px; stroke-width:1.8; stroke-linecap:round}
.stl--battlemat .stl-sec-hd h2{color:var(--indigo); font-size:13px; letter-spacing:.11em; font-weight:750}
.stl--battlemat .stl-sec-hd .rule{background:var(--rule)}
.stl--battlemat .stl-sec-hd::after{
  content:''; display:var(--rail-display, block); flex:none; width:18px; height:18px;
  background-image:var(--rail, none);
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.stl--battlemat .stl-facts{border-collapse:separate; border-spacing:0; max-width:34em}
.stl--battlemat .stl-facts tr{border:0}
.stl--battlemat .stl-facts th{color:var(--muted); font-weight:600; border-bottom:1px dotted var(--rule); white-space:nowrap}
.stl--battlemat .stl-facts td{border-bottom:1px dotted var(--rule); font-weight:650; color:var(--indigo); text-align:right; font-variant-numeric:tabular-nums}
.stl--battlemat .stl-facts tr:last-child th, .stl--battlemat .stl-facts tr:last-child td{border-bottom:0}
.stl--battlemat .stl-note{background:var(--card); border-left:4px solid var(--amber); color:#363B48}
.stl--battlemat .stl-cue-i{color:var(--indigo)}
.stl--battlemat .stl-thumb{border-color:var(--rule); border-radius:3px; background-color:var(--card)}
.stl--battlemat .stl-card h3{font-size:14px; color:var(--indigo)}
.stl--battlemat .stl-qty{color:var(--amber); font-weight:700}
.stl--battlemat{--horn-w:8px; --horn-h:8px; --horn-r:1px; --horn-t:rotate(45deg); --horn-c:var(--indigo); --horn-b:-5.5px}
.stl--battlemat{--colophon-s:12px; --colophon-t:.13em; --colophon-c:var(--indigo)}
@media (max-width:640px){
  .stl--battlemat .stl-facts td{text-align:left; padding-bottom:9px}
  .stl--battlemat .stl-facts th{border-bottom:0; padding-bottom:0}
}
.stl-sec--description,.stl-body--description,.stl-sec--condition,.stl-body--condition,.stl-sec--shipping,.stl-body--shipping,.stl-sec--related,.stl-body--related,.stl-cue--condition,.stl-cue--shipping,.stl-cue--related,.stl-page--glaze,.stl-page--hearth,.stl-page--spec,.stl-page--tabletop,.stl-page--sleeve,.stl-page--plinth,.stl-page--gallery,.stl-page--powder,.stl-page--bureau,.stl-page--parlor,.stl-page--society,.stl-page--quarry,.stl-page--gilt,.stl-page--haberdasher,.stl-page--fieldhouse,.stl-page--fjord,.stl-page--pulp,.stl-page--starchart,.stl-page--battlemat{}
.stl-badge{background-repeat:no-repeat;background-position:center}
.stl-cue-i{display:inline-block;flex:none;width:var(--cue-s,16px);height:var(--cue-s,16px);background-repeat:no-repeat;background-position:center;background-size:contain}
.stl-index .cue::before{content:'';display:inline-block;width:13px;height:13px;background-repeat:no-repeat;background-position:center;background-size:contain;margin-right:7px;vertical-align:-2px}
.stl-mk{display:inline-block;background-size:contain}
.stl-sec-hd::after{content:'';display:none;flex:none;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}
.stl-sec[class*="stl-rail--"] .stl-sec-hd::after{display:block}
.stl--glaze .stl-badge{background-size:16px 16px}
.stl--glaze .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FCFCFB%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FCFCFB%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--candelabra{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.645 0.645) scale(0.044355)%22 fill=%22%2327458C%22 stroke=%22none%22%3E%3Cpath d=%22M256,112c-4.418,0-8-3.582-8-8V56c0-4.418,3.582-8,8-8s8,3.582,8,8v48C264,108.418,260.418,112,256,112z%22/%3E%3Crect height=%2296%22 width=%2248%22 x=%22232%22 y=%2296%22/%3E%3Cpath d=%22M280,48c0,13.255-10.745,24-24,24c-13.255,0-24-10.745-24-24s24-40,24-40S280,34.745,280,48z%22/%3E%3Cpath d=%22M80,112c-4.418,0-8-3.582-8-8V56c0-4.418,3.582-8,8-8s8,3.582,8,8v48C88,108.418,84.418,112,80,112z%22/%3E%3Cpolygon points=%2256,96 104,104 104,192 56,192%22/%3E%3Cpath d=%22M432,112c-4.418,0-8-3.582-8-8V56c0-4.418,3.582-8,8-8s8,3.582,8,8v48C440,108.418,436.418,112,432,112z%22/%3E%3Cpolygon points=%22456,96 408,104 408,192 456,192%22/%3E%3Cpath d=%22M448,200h-32v28.936c0,10.529-8.535,19.064-19.064,19.064h-112.12c-7.078,0-12.816-5.738-12.816-12.816V200 h-32v35.184c0,7.078-5.738,12.816-12.816,12.816h-112.12C104.535,248,96,239.465,96,228.936V200H64v33.015 C64,258.964,85.036,280,110.985,280h116.859c6.714,0,12.156,5.443,12.156,12.156V320h32v-27.844c0-6.714,5.443-12.156,12.156-12.156 h116.859C426.964,280,448,258.964,448,233.015V200z%22/%3E%3Crect height=%2264%22 width=%2232%22 x=%22240%22 y=%22328%22/%3E%3Cpath d=%22M272,408h-32v0c0,20.226-9.194,39.355-24.988,51.99L200,472h112l-15.012-12.01 C281.194,447.355,272,428.226,272,408L272,408z%22/%3E%3Cpath d=%22M352,504H160l4.012-10.031c7.24-18.1,24.771-29.969,44.265-29.969h95.445 c19.495,0,37.025,11.869,44.265,29.969L352,504z%22/%3E%3Cpath d=%22M280,416h-48c-8.837,0-16-7.163-16-16v0c0-8.837,7.163-16,16-16h48c8.837,0,16,7.163,16,16v0 C296,408.837,288.837,416,280,416z%22/%3E%3Cpath d=%22M269.116,352h-26.233c-6.573,0-12.484-4.002-14.926-10.105L216,312h80l-11.958,29.895 C281.601,347.998,275.69,352,269.116,352z%22/%3E%3Cpath d=%22M290.097,216h-68.193c-8.171,0-15.294-5.561-17.275-13.488L200,184h112l-4.628,18.512 C305.39,210.439,298.268,216,290.097,216z%22/%3E%3Cpath d=%22M466.097,216h-68.193c-8.171,0-15.294-5.561-17.275-13.488L376,184h112l-4.628,18.512 C481.39,210.439,474.268,216,466.097,216z%22/%3E%3Cpath d=%22M45.903,216h68.193c8.171,0,15.294-5.561,17.275-13.488L136,184H24l4.628,18.512 C30.61,210.439,37.732,216,45.903,216z%22/%3E%3Cpath d=%22M104,48c0,13.255-10.745,24-24,24S56,61.255,56,48S80,8,80,8S104,34.745,104,48z%22/%3E%3Cpath d=%22M408,48c0,13.255,10.745,24,24,24s24-10.745,24-24S432,8,432,8S408,34.745,408,48z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--flute{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(8.396 1) scale(0.443638)%22 fill=%22%2327458C%22 stroke=%22none%22%3E%3Cg transform=%22translate(-576.764 -141.394)%22%3E%3Cpath d=%22M584.89,147.939c-4.045,0-8.126-1.012-8.126-3.272s4.081-3.273,8.126-3.273,8.126,1.012,8.126,3.273S588.935,147.939,584.89,147.939Zm-6.077-3.272c.428.436,2.468,1.272,6.077,1.272s5.648-.836,6.076-1.272c-.428-.437-2.468-1.273-6.076-1.273S579.241,144.23,578.813,144.667Z%22/%3E%3Cpath d=%22M584.894,150.667c-1.891,0-8.06-.2-8.06-2.71h2a.477.477,0,0,0-.1-.3c.326.342,2.531,1.014,6.156,1.014s5.828-.672,6.154-1.014a.477.477,0,0,0-.1.3h2C592.952,150.471,586.784,150.667,584.894,150.667Z%22/%3E%3Cpath d=%22M584.89,190.98c-4.045,0-8.126-1.011-8.126-3.272s4.081-3.273,8.126-3.273,8.126,1.012,8.126,3.273S588.935,190.98,584.89,190.98Zm-6.077-3.272c.428.437,2.468,1.272,6.077,1.272s5.648-.835,6.076-1.272c-.428-.437-2.468-1.273-6.076-1.273S579.241,187.271,578.813,187.708Z%22/%3E%3Cpath d=%22M584.89,173.789c-5.321,0-8.1-14.652-8.1-29.125h2c0,16.806,3.555,27.125,6.1,27.125s6.1-10.319,6.1-27.125h2C592.993,159.137,590.21,173.789,584.89,173.789Z%22/%3E%3Cpath d=%22M586.56,165.032a.97.97,0,0,1-.254-.034,1,1,0,0,1-.713-1.221,69.771,69.771,0,0,0,1.869-12.227,1,1,0,1,1,1.994.147,71.672,71.672,0,0,1-1.93,12.589A1,1,0,0,1,586.56,165.032Z%22/%3E%3Cpath d=%22M584.89,187.831a1,1,0,0,1-1-1V172.789a1,1,0,1,1,2,0v14.042A1,1,0,0,1,584.89,187.831Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--fork{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M8.67 8a3.33 3.33 0 0 0 6.67 0z%22 fill=%22%2327458C%22 stroke=%22none%22 /%3E%3Cpath d=%22M8.67 2v6a3.33 3.33 0 0 0 6.67 0V2%22 /%3E%3Cpath d=%22M12 2V22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--martini{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(3.805 1) scale(0.490852)%22 fill=%22%2327458C%22 stroke=%22none%22%3E%3Cg transform=%22translate(-207.872 -325.799)%22%3E%3Cpath d=%22M225.577,347.563a1,1,0,0,1-.689-1.726l14.074-13.353a1,1,0,0,1,1.377,1.451l-14.074,13.353A1,1,0,0,1,225.577,347.563Z%22/%3E%3Cpath d=%22M223.556,347.563a.994.994,0,0,1-.688-.275l-14.073-13.353a1,1,0,0,1,1.377-1.451l14.073,13.353a1,1,0,0,1-.689,1.726Z%22/%3E%3Cpath d=%22M225.879,367.29a1,1,0,0,1-.975-.781c-.1-.446-2.424-11.022-.05-20.3a1.637,1.637,0,0,1,.054-.223,1,1,0,0,1,1.921.554.987.987,0,0,1-.021.1c-2.283,8.834.024,19.326.047,19.431a1,1,0,0,1-.756,1.195A1.035,1.035,0,0,1,225.879,367.29Z%22/%3E%3Cpath d=%22M223.11,367.294a1.042,1.042,0,0,1-.22-.024,1,1,0,0,1-.757-1.195c.024-.106,2.357-10.75.009-19.614a1,1,0,0,1,1.934-.512c2.475,9.346.11,20.111.008,20.564A1,1,0,0,1,223.11,367.294Z%22/%3E%3Cpath d=%22M224.567,370.618c-5.042,0-10.469-1.258-10.469-4.02,0-2.669,4.852-3.554,6.939-3.811a1,1,0,0,1,.244,1.985c-3.781.465-5.14,1.517-5.183,1.828.082.6,3.063,2.018,8.469,2.018s8.387-1.417,8.468-2.022c-.043-.311-1.418-1.371-5.245-1.831a1,1,0,1,1,.239-1.987c2.106.254,7.006,1.133,7.006,3.82C235.035,369.36,229.609,370.618,224.567,370.618Z%22/%3E%3Cpath d=%22M224.564,347.86a3.022,3.022,0,0,1-2.273-1.053,1,1,0,0,1,1.508-1.315,1.012,1.012,0,0,0,1.622-.118,1,1,0,0,1,1.649,1.133A3.059,3.059,0,0,1,224.564,347.86Z%22/%3E%3Cpath d=%22M224.567,337.81c-8.3,0-16.7-2.063-16.7-6.005s8.4-6.006,16.7-6.006,16.695,2.062,16.695,6.006S232.863,337.81,224.567,337.81Zm0-10.011c-8.97,0-14.7,2.372-14.7,4.006s5.725,4.005,14.7,4.005,14.695-2.372,14.695-4.005S233.537,327.8,224.567,327.8Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--plate{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0 -20z%22 /%3E%3Cpath d=%22M12 5.72a6.28 6.28 0 1 1 0 12.56 6.28 6.28 0 0 1 0 -12.56z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--snifter{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(4.433 1) scale(0.581856)%22 fill=%22%2327458C%22 stroke=%22none%22%3E%3Cg transform=%22translate(-391.882 -418.003)%22%3E%3Cpath d=%22M404.89,426.057c-4.657,0-9.669-1.26-9.669-4.027S400.233,418,404.89,418s9.669,1.261,9.669,4.027S409.547,426.057,404.89,426.057Zm0-6.054c-4.982,0-7.669,1.439-7.669,2.027s2.687,2.027,7.669,2.027,7.669-1.439,7.669-2.027S409.871,420,404.89,420Z%22/%3E%3Cpath d=%22M404.89,455.809c-5.054,0-10.493-1.261-10.493-4.028,0-2.378,3.84-3.34,6.128-3.7a1,1,0,0,1,.313,1.975c-3.244.513-4.4,1.46-4.441,1.727.077.6,3.058,2.027,8.493,2.027s8.416-1.422,8.492-2.029c-.034-.256-1.15-1.176-4.259-1.7a1,1,0,0,1,.33-1.973c2.214.37,5.929,1.339,5.929,3.669C415.382,454.548,409.943,455.809,404.89,455.809Z%22/%3E%3Cpath d=%22M404.89,444.342c-8.632,0-13.008-3.5-13.008-10.4,0-3.521,2.092-10.573,3.86-13.008l1.618,1.174c-1.495,2.061-3.478,8.807-3.478,11.834,0,5.73,3.5,8.4,11.008,8.4s11.007-2.669,11.007-8.4c0-3.015-1.972-9.75-3.461-11.812l1.624-1.17c1.756,2.437,3.837,9.474,3.837,12.982C417.9,440.843,413.521,444.342,404.89,444.342Z%22/%3E%3Cpath d=%22M411.894,438.848a1,1,0,0,1-.849-1.527c1.108-1.792,1.295-2.89.906-5.344a26.745,26.745,0,0,0-.852-3.2c-.215-.7-.414-1.347-.532-1.838a1,1,0,0,1,1.946-.466c.109.458.3,1.062.5,1.717a28.029,28.029,0,0,1,.915,3.478c.465,2.929.188,4.5-1.18,6.71A1,1,0,0,1,411.894,438.848Z%22/%3E%3Cpath d=%22M407.263,451.717a.99.99,0,0,1-.739-.33c-.116-.13-2.819-3.243-.2-8.577a1,1,0,0,1,1.8.88c-1.995,4.069-.174,6.28-.1,6.371a1,1,0,0,1-.759,1.656Z%22/%3E%3Cpath d=%22M402.5,451.72a1,1,0,0,1-.743-1.669c.07-.083,1.9-2.292-.1-6.359a1,1,0,0,1,1.795-.884c2.629,5.336-.087,8.451-.2,8.581A1,1,0,0,1,402.5,451.72Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--glaze .stl-mk--wineglass{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2327458C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M6.35 2h11.29l-1.18 6.59a4.47 4.47 0 0 1 -8.94 0z%22 style=%22fill:%23FCFCFB%22 /%3E%3Cpath d=%22M12 13.06V21.53M7.76 22h8.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-badge{background-size:17px 17px}
.stl--hearth .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF7F0%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF7F0%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF7F0%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF7F0%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FAF7F0%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--basket{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.366667)%22 fill=%22%233D5A45%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M60,20H35.414L46.247,9.167C47.038,9.691,47.983,10,49,10c2.757,0,5-2.243,5-5s-2.243-5-5-5s-5,2.243-5,5 c0,1.017,0.309,1.962,0.833,2.753L32.586,20h-5.172L15.167,7.753C15.691,6.962,16,6.017,16,5c0-2.757-2.243-5-5-5S6,2.243,6,5 s2.243,5,5,5c1.017,0,1.962-0.309,2.753-0.833L24.586,20H0v8h2v27.434C2,57.951,4.048,60,6.566,60h46.867 C55.952,60,58,57.951,58,55.434V28h2V20z M46,5c0-1.654,1.346-3,3-3s3,1.346,3,3s-1.346,3-3,3c-0.462,0-0.894-0.114-1.285-0.301 l2.084-2.084c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0l-2.084,2.084C46.113,5.894,46,5.462,46,5z M11,8 C9.346,8,8,6.654,8,5s1.346-3,3-3s3,1.346,3,3c0,0.462-0.113,0.894-0.301,1.285l-2.084-2.084c-0.391-0.391-1.023-0.391-1.414,0 s-0.391,1.023,0,1.414l2.084,2.084C11.894,7.886,11.462,8,11,8z M30.586,22L30,22.586L29.414,22H30.586z M56,55.434 C56,56.849,54.849,58,53.434,58H6.566C5.151,58,4,56.849,4,55.434V28h52V55.434z M58,26H2v-4h24.586l2.707,2.707 C29.488,24.902,29.744,25,30,25s0.512-0.098,0.707-0.293L33.414,22H58V26z%22/%3E %3Cpath d=%22M10,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,34,10,34z%22/%3E %3Cpath d=%22M10,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,38,10,38z%22/%3E %3Cpath d=%22M10,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,42,10,42z%22/%3E %3Cpath d=%22M10,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,46,10,46z%22/%3E %3Cpath d=%22M10,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,50,10,50z%22/%3E %3Cpath d=%22M10,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,54,10,54z%22/%3E %3Cpath d=%22M22,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,34,22,34z%22/%3E %3Cpath d=%22M22,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,38,22,38z%22/%3E %3Cpath d=%22M22,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,42,22,42z%22/%3E %3Cpath d=%22M22,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,46,22,46z%22/%3E %3Cpath d=%22M22,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,50,22,50z%22/%3E %3Cpath d=%22M22,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,54,22,54z%22/%3E %3Cpath d=%22M34,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,34,34,34z%22/%3E %3Cpath d=%22M34,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,38,34,38z%22/%3E %3Cpath d=%22M34,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,42,34,42z%22/%3E %3Cpath d=%22M34,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,46,34,46z%22/%3E %3Cpath d=%22M34,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,50,34,50z%22/%3E %3Cpath d=%22M34,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,54,34,54z%22/%3E %3Cpath d=%22M46,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,34,46,34z%22/%3E %3Cpath d=%22M46,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,38,46,38z%22/%3E %3Cpath d=%22M46,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,42,46,42z%22/%3E %3Cpath d=%22M46,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,46,46,46z%22/%3E %3Cpath d=%22M46,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,50,46,50z%22/%3E %3Cpath d=%22M46,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,54,46,54z%22/%3E %3C/g%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--bed{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.438 3.721) scale(0.032414)%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%2241%22 stroke-linejoin=%22round%22 stroke-linecap=%22butt%22%3E%3Cpath d=%22M61 212V71A64 64 0 0 1 125 7H526A64 64 0 0 1 590 71V212%22/%3E%3Cpath d=%22M118 192V118.5A26 26 0 0 1 144 92.5H272A26 26 0 0 1 298 118.5V164%22/%3E%3Cpath d=%22M353 164V118.5A26 26 0 0 1 379 92.5H507A26 26 0 0 1 533 118.5V192%22/%3E%3Cpath d=%22M57 415H34A27 27 0 0 1 7 388V338C7 325 11.5 314.5 17.5 301.5L59.5 208.5C123 180.5 243 158.5 325.5 158.5S528 180.5 591.5 208.5L633.5 301.5C639.5 314.5 644 325 644 338V388A27 27 0 0 1 617 415H594%22/%3E%3Cpath d=%22M61 362H590V504H541L499 462.5H152L110 504H61Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--coffeepot{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M7.38 8.43 2.66 6.89 2 7.77 7.38 14.14z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M17.05 9.97c3.3 0 4.95 1.32 4.95 3.19s-1.65 3.3 -4.95 3.3%22 /%3E%3Cpath d=%22M7.38 7.33h10.11l1.21 11.87a2.31 2.31 0 0 1 -2.31 2.53H8.48a2.31 2.31 0 0 1 -2.31 -2.53z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M6.95 7.33h10.99l-1.1 -2.86H8.04z%22 style=%22fill:%23FAF7F0%22 /%3E%3Ccircle cx=%2212.44%22 cy=%223.48%22 r=%221.21%22 style=%22fill:%23FAF7F0%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--mugsteam{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M6.51 5.91c0 -1.3 1.3 -1.74 1.3 -3.04M9.77 5.48c0 -1.52 1.41 -1.96 1.41 -3.48M13.03 5.91c0 -1.3 1.3 -1.74 1.3 -3.04%22 /%3E%3Cpath d=%22M4.34 8.52h11.09v11.52a1.96 1.96 0 0 1 -1.96 1.96H6.29a1.96 1.96 0 0 1 -1.96 -1.96z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M15.42 10.91c2.83 0 4.24 1.2 4.24 2.72s-1.41 2.72 -4.24 2.72%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--pillows{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.635 4.32) scale(0.060711)%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%2220%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M 258.7 80 C 255.5 58 253.8 38 255.5 20 C 252.5 15.4 246.5 15.6 243 18.5 C 200 42 80 68 24 71.8 C 19 72.5 15.4 76.9 16.5 79 C 28 100 52 160 51 221 C 51.5 226.5 55 231 63 226.8 L 112 209%22/%3E%3Cpath d=%22M 43.3 101.6 Q 51.3 119.5 55 137.4%22/%3E%3Cpath d=%22M 62.4 160.6 Q 65.2 168 66 178%22/%3E%3Cpath d=%22M 112.5 75 C 112.3 68.5 120 66.8 128 69.6 C 182 79 303 84 348 73 C 353 72.3 358.4 75.5 358.4 80 C 352 98 345.5 130 345.5 165 C 345.5 190 348 212 354.5 228 C 356 234 350 238 343 236.2 C 282 222.5 180 220.3 124 227.4 C 118 230 108 228 107.5 222 C 123 180 121 110 112.5 75 Z%22/%3E%3Cpath d=%22M 131.4 101.6 Q 136.2 121 134.3 140.4%22/%3E%3Cpath d=%22M 135.5 164.6 Q 136 172.5 134.6 180.4%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%233D5A45%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--teacup{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M9.55 8.89V4.78%22 /%3E%3Cpath d=%22M7.83 8.89h3.44l1.19 1.19v3.84H6.64v-3.84z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M7.96 2.13h3.18v2.65H7.96z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M2 10.74h15.1v5.3a5.83 5.83 0 0 1 -5.83 5.83H7.83a5.83 5.83 0 0 1 -5.83 -5.83z%22 style=%22fill:%23FAF7F0%22 /%3E%3Cpath d=%22M17.1 12.46c3.31 0 4.9 1.32 4.9 2.91 0 1.59 -1.72 2.78 -5.3 2.78%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-mk--wallmirror{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233D5A45%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.07 0.057) scale(0.046297)%22 fill=%22%233D5A45%22 stroke=%22none%22%3E%3Cpath fill=%22%233D5A45%22 d=%22M257.688 20.375c-38.528 0-74.835 12.49-107.282 34.813h-54.25V460.5H150.063c32.555 22.454 69.036 35.063 107.625 35.063 38.588 0 75.044-12.61 107.593-35.063h53.908V55.188h-54.219c-32.447-22.323-68.754-34.812-107.283-34.812zM123.155 84.28H392.28V432.157H123.157V84.28zm18.688 18.69v108.718l126.844-108.72H141.844zm200.437 0L141.845 274.78v56.626l231.75-198.687v-29.75H342.28zm31.314 140.093L174.53 413.469h46.532l152.532-128.376v-42.03zm0 66.468l-123.5 103.94h123.5V309.53z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-rail--cup .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%224.17 10.18 17.15 10.43%22%3E%3Cg fill=%22%23DBCDB4%22 stroke=%22%23DBCDB4%22%3E%3Cg fill=%22none%22 stroke-width=%221.9%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.2 11.2h11.4v4a4.4 4.4 0 0 1-4.4 4.4H9.6a4.4 4.4 0 0 1-4.4-4.4z%22/%3E%3Cpath d=%22M16.6 12.5c2.5 0 3.7 1 3.7 2.2 0 1.2-1.3 2.1-4 2.1%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-rail--cupbag .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%224.17 4.62 17.15 15.99%22%3E%3Cg fill=%22%23DBCDB4%22 stroke=%22%23DBCDB4%22%3E%3Cg fill=%22none%22 stroke-width=%221.9%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M10.9 6.7v1.9%22/%3E%3Cpath d=%22M5.2 11.2h11.4v4a4.4 4.4 0 0 1-4.4 4.4H9.6a4.4 4.4 0 0 1-4.4-4.4z%22/%3E%3Cpath d=%22M16.6 12.5c2.5 0 3.7 1 3.7 2.2 0 1.2-1.3 2.1-4 2.1%22/%3E%3C/g%3E%3Cpath stroke=%22none%22 d=%22M9.7 4.7h2.4v2H9.7z%22/%3E%3Cpath stroke=%22none%22 d=%22M9.5 8.6h2.8l.8.8v1.8H8.7v-1.8z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-rail--cupsteam .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%224.17 4.42 17.15 16.2%22%3E%3Cg fill=%22%23DBCDB4%22 stroke=%22%23DBCDB4%22%3E%3Cg fill=%22none%22 stroke-width=%221.9%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath stroke-width=%221.45%22 d=%22M7.8 8.8c0-1.2 1.2-1.6 1.2-2.8M10.8 8.4c0-1.4 1.3-1.8 1.3-3.2M13.8 8.8c0-1.2 1.2-1.6 1.2-2.8%22/%3E%3Cpath d=%22M5.2 11.2h11.4v4a4.4 4.4 0 0 1-4.4 4.4H9.6a4.4 4.4 0 0 1-4.4-4.4z%22/%3E%3Cpath d=%22M16.6 12.5c2.5 0 3.7 1 3.7 2.2 0 1.2-1.3 2.1-4 2.1%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-rail--heart .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%223.69 4.77 16.61 15.64%22%3E%3Cg fill=%22%23DBCDB4%22 stroke=%22%23DBCDB4%22%3E%3Cg fill=%22none%22 stroke-width=%221.9%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 19.4C7.2 15.4 4.7 12.7 4.7 9.8a4.05 4.05 0 0 1 7.3-2.4 4.05 4.05 0 0 1 7.3 2.4c0 2.9-2.5 5.6-7.3 9.6z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--hearth .stl-rail--monstera .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2266.91 4.1 378.18 501.15%22%3E%3Cg fill=%22%23DBCDB4%22 stroke=%22%23DBCDB4%22%3E%3Cpath fill-rule='evenodd' d='M167.2 6.0C167.5 10.1 169.2 14.7 168.2 19.1C165.0 33.1 151.6 46.5 141.9 56.4C134.6 63.9 124.3 70.1 122.0 81.1C118.2 99.7 135.5 116.6 149.3 125.7C154.5 129.2 167.6 138.0 167.3 145.2C167.2 146.7 166.6 148.1 165.2 149.0C159.3 152.8 154.0 143.0 150.9 139.5C142.7 130.6 133.1 124.0 126.2 113.9C121.8 107.4 119.8 97.1 114.4 92.2C109.4 96.5 106.5 104.5 104.1 110.8C101.7 117.0 99.9 123.1 99.5 129.9C97.9 159.9 127.9 174.3 149.5 187.8C157.7 192.9 167.8 198.1 174.3 205.4C176.9 208.3 179.8 212.9 178.1 216.9C174.8 225.0 162.1 217.9 157.8 214.6C143.6 203.5 118.2 180.4 106.2 167.1C101.9 162.3 99.3 156.8 95.5 151.7C94.4 150.2 92.6 147.4 90.3 148.5C87.2 149.9 86.9 156.5 86.6 159.2C85.7 170.2 84.0 181.1 82.7 192.1C80.2 213.3 70.1 245.9 89.0 262.4C103.7 275.3 138.0 279.6 157.1 285.8C165.6 288.5 177.1 291.3 181.1 300.4C189.0 318.7 157.6 306.7 151.6 304.2C122.0 291.8 93.4 277.1 69.5 255.5C68.1 262.5 73.4 278.1 74.7 286.3C78.8 313.6 75.4 344.9 107.9 353.8C113.5 355.3 119.4 356.4 125.2 356.7C143.1 357.6 160.7 353.8 178.1 350.3C183.9 349.1 194.0 347.5 198.8 352.0C202.2 355.2 199.8 359.4 196.4 361.3C189.8 365.0 179.7 365.2 172.3 365.9C152.3 367.6 130.1 365.9 110.7 360.5C102.5 358.3 94.7 351.9 86.7 350.8C85.9 358.2 95.4 378.6 98.0 387.3C103.2 404.9 108.3 422.8 119.4 437.7C133.6 456.6 160.7 469.6 182.2 478.5C201.4 486.4 224.6 492.2 243.9 481.4C270.6 466.3 273.0 436.9 275.5 409.6C276.1 403.5 275.0 396.5 276.8 390.9C279.7 397.6 279.0 408.1 280.0 415.8C281.4 426.5 281.3 437.3 282.6 448.1C283.7 458.3 285.5 468.7 285.5 479.0C285.5 484.1 286.5 506.0 295.6 503.2C301.6 501.4 295.7 484.1 294.9 479.4C291.0 456.2 285.0 424.5 288.8 401.5C293.2 407.4 294.4 417.6 298.2 424.7C307.8 442.4 326.0 456.4 346.6 457.0C361.1 457.5 374.9 449.9 385.5 440.6C407.5 421.1 432.6 390.4 437.9 360.8C439.5 351.5 442.2 332.7 438.8 324.3C433.9 327.6 428.9 331.1 422.9 332.7C413.9 335.2 404.4 335.9 395.2 337.6C381.9 340.1 368.4 342.7 355.0 344.7C348.2 345.7 336.2 349.4 331.9 341.8C330.7 339.5 330.8 337.7 332.1 335.4C337.1 326.6 351.4 325.4 360.3 324.0C388.1 319.8 443.9 323.2 443.0 281.9C442.8 272.1 440.4 262.4 438.3 253.0C436.4 244.7 434.2 236.6 431.6 228.5C430.9 226.4 430.0 221.6 427.9 220.3C425.2 218.6 422.8 221.3 421.2 223.2C415.6 229.7 410.4 235.6 403.1 240.3C385.1 251.8 363.7 256.8 345.3 267.7C335.6 273.4 329.6 281.9 321.2 289.0C317.1 292.4 308.9 294.1 306.2 287.7C303.8 282.1 312.4 277.5 316.1 274.9C328.4 265.9 342.5 259.3 356.3 252.8C373.3 244.9 390.5 236.5 405.2 224.6C409.9 220.7 417.5 214.7 418.2 208.1C418.7 203.1 415.3 198.4 413.0 194.2C406.4 182.0 398.8 170.2 390.5 159.1C384.9 151.7 373.7 135.0 366.0 131.6C366.3 139.0 367.1 146.4 365.6 153.9C360.3 180.4 337.6 198.9 318.4 215.7C311.3 221.9 303.1 231.5 294.1 234.7C289.3 236.4 281.9 234.7 280.8 228.8C279.6 222.4 288.7 215.8 293.0 212.4C307.4 200.9 324.0 191.4 336.7 177.8C351.2 162.2 363.5 133.8 351.0 113.6C344.5 103.0 333.1 97.1 323.2 90.2C308.4 79.9 292.9 67.9 276.9 59.6C278.0 66.9 281.6 74.4 282.1 82.3C283.2 102.7 275.0 124.3 267.8 143.1C265.2 149.7 254.0 173.2 244.1 163.2C238.5 157.5 248.5 142.5 251.6 136.9C264.5 113.6 277.2 93.8 271.5 65.6C267.8 47.3 253.8 40.5 238.0 34.0C215.4 24.6 189.4 17.2 168.0 6.0Z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-badge{background-size:19px 19px}
.stl--spec .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FFFFFF%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FFFFFF%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-mk--boxtruck{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-0.571 -1.213) scale(1.047619)%22%3E%3Cpath d=%22M9 4.3h13.5v13H9z%22 fill=%22%2314487A%22 stroke=%22none%22/%3E%3Cpath d=%22M3.2 8.93h5.3v8.37H1.5v-4.29z%22 fill=%22%2314487A%22 stroke=%22none%22/%3E%3Cpath d=%22M3.75 9.54h3.35v3.34H2.29z%22 stroke=%22none%22 style=%22fill:%23FFFFFF%22/%3E%3Ccircle cx=%225.64%22 cy=%2217.75%22 r=%223.17%22 stroke=%22none%22 style=%22fill:%23FFFFFF%22/%3E%3Ccircle cx=%2218.12%22 cy=%2217.75%22 r=%223.17%22 stroke=%22none%22 style=%22fill:%23FFFFFF%22/%3E%3Ccircle cx=%225.64%22 cy=%2217.75%22 r=%222.01%22 fill=%22%2314487A%22 stroke=%22none%22/%3E%3Ccircle cx=%2218.12%22 cy=%2217.75%22 r=%222.01%22 fill=%22%2314487A%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-mk--car{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 6.53) scale(0.179022)%22 fill=%22%2314487A%22 stroke=%22none%22%3E%3Cpath fill-rule=%22evenodd%22 d=%22M65.22,0h26.54h6.63c0.38,0,0.52,0.34,0.68,0.68l2.66,5.53c0.16,0.34-0.31,0.68-0.68,0.68H55.93 C52.98,6.9,58.02,0,65.22,0L65.22,0z M23.83,45.74v3.74h3.74C27.12,47.65,25.67,46.19,23.83,45.74L23.83,45.74z M27.57,51.93h-3.74 v3.74C25.67,55.22,27.12,53.77,27.57,51.93L27.57,51.93z M21.39,55.67v-3.74h-3.74C18.1,53.77,19.55,55.22,21.39,55.67L21.39,55.67 z M17.64,49.49h3.74v-3.74C19.55,46.2,18.1,47.65,17.64,49.49L17.64,49.49z M90.05,45.74v3.74h3.74 C93.34,47.65,91.89,46.19,90.05,45.74L90.05,45.74z M93.79,51.93h-3.74v3.74C91.89,55.22,93.34,53.77,93.79,51.93L93.79,51.93z M87.61,55.67v-3.74h-3.74C84.31,53.77,85.76,55.22,87.61,55.67L87.61,55.67z M83.86,49.49h3.74v-3.74 C85.76,46.2,84.31,47.65,83.86,49.49L83.86,49.49z M89.66,12.77h3.52c5.08,0.23,7.17,0.05,9.19,1.59 c2.5,1.91,3.48,10.35,4.52,14.25c0.07,0.26-0.23,0.5-0.5,0.5H90.88c-0.27,0-0.47-0.22-0.5-0.5l-1.22-15.35 C89.14,13,89.39,12.77,89.66,12.77L89.66,12.77z M66.09,12.86h-11.5c-5.25,0-13.89,8.63-16.15,15.61 c-0.11,0.34,0.29,0.65,0.65,0.65h25.18c0.36,0,0.6-0.29,0.65-0.65l1.83-14.96C66.78,13.15,66.44,12.86,66.09,12.86L66.09,12.86z M71.07,12.8h14.07c0.27,0,0.48,0.23,0.5,0.5l1.07,15.32c0.02,0.27-0.23,0.5-0.5,0.5H69.24c-0.27,0-0.53-0.23-0.5-0.5l1.83-15.32 C70.6,13.02,70.79,12.8,71.07,12.8L71.07,12.8z M22.61,40.31c5.74,0,10.4,4.66,10.4,10.4c0,5.74-4.66,10.4-10.4,10.4 c-5.74,0-10.4-4.66-10.4-10.4C12.21,44.97,16.87,40.31,22.61,40.31L22.61,40.31z M1.81,40.78c0.53-0.24,1.11-0.35,1.74-0.34 c-0.03-3.28,0.19-6.14,0.95-8.17c0.28-1.17,0.79-2.02,1.47-2.64c2.14-1.91,21.25-3.59,25.28-4.11c4.95-4.84,10.46-9.27,16.33-13.46 c1.63-1.38,3.96-2.06,6.9-2.13l46.41-0.04c3.51-0.02,6.21,1.48,7.93,4.85l3.87,11.15l0.88-0.24v-4.34 c-0.16-1.45,0.41-2.17,1.52-2.35h5.2c1.43,0.06,2.44,0.78,2.6,2.85v15.42c0.01,1.59-0.57,2.63-2.04,2.85h-4.83 c-0.48,0.11-0.33,0.48-0.37,0.99v5.26c-0.35,3.88-1.41,6.88-4.52,7.27h-9.41c0.2-4.56-0.66-8.29-2.75-11.08 c-7.59-10.14-24.06-4.1-22.95,11.11H35.58c0.34-4.86-0.58-8.55-2.59-11.2c-7.57-9.99-25.18-4.6-23.1,11.51H3.64 C-0.13,53.94-1.36,42.19,1.81,40.78L1.81,40.78z M88.83,40.31c5.74,0,10.4,4.66,10.4,10.4c0,5.74-4.66,10.4-10.4,10.4 c-5.74,0-10.4-4.66-10.4-10.4C78.43,44.97,83.08,40.31,88.83,40.31L88.83,40.31z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-mk--motorcycle{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2314487A%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg fill=%22%2314487A%22 stroke=%22none%22 transform=%22translate(-1.158 0.456) scale(0.038174)%22%3E%3Cpath d=%22M392 146.5L433 135Q439.5 133.5 441.5 138.5L559 390L546.5 398.5L491.4 281.1L485.2 294.5L392 294.5L392 299.5L482.8 299.5L479.6 306.5L417 306.5L417 311.5L477.3 311.5L438 395.5L419.5 395.5L407 421.5L272 421.5L272 409.5L401.5 409.5L406.5 395.5L73 395.5L73 379.5L257.6 379.5A95.4 95.4 0 0 0 81.6 337L57 337L57 317L79.4 317A109 109 0 0 1 97.5 300C100.6 297.4 103.5 294.5 107 292C110.9 289.2 115.7 286.2 120 284C124 282 127.3 280.5 132 279C138.4 277 146.8 275.3 155 274C164.3 272.5 176.6 271.9 185 271C191.2 270.3 196 269.5 201 269C205.3 268.6 208.8 267.4 213 268C217.8 268.6 222.7 271.7 228 273.5C233.7 275.4 239.8 277.7 246 279C252.3 280.3 259.7 281.2 265.5 281.2C270.1 281.2 274.3 280.4 278 280C281 279.7 282.8 279.5 286 279C291 278.2 299 276.7 305 275C310.6 273.4 316.3 271.4 321 269C325.1 266.9 329.1 264.7 332 262C334.4 259.7 335 256.9 337.5 254.5C340.6 251.5 345.4 249 350 246C355.6 242.3 362.5 238.2 369 234C375.9 229.6 382.9 224.6 390 220C397.2 215.3 404.7 210 412 206C418.7 202.3 425.4 198.8 432 196.5C438 194.4 444.1 193.4 450 192.5L431.2 151.6L394 162Q388.5 154 392 146.5Z%22/%3E%3Cpath d=%22M81.1 371.5A83 83 0 0 1 243.9 371.5L212.4 371.5A52.4 52.4 0 0 0 112.6 371.5Z%22/%3E%3Cpath d=%22M81.1 403.5A83 83 0 0 0 243.9 403.5L212.4 403.5A52.4 52.4 0 0 1 112.6 403.5Z%22/%3E%3Cpath d=%22M528.5 307.2A83 83 0 1 1 501.4 319.9L514.7 348.4A52.4 52.4 0 1 0 541.8 335.7Z%22/%3E%3Cpath d=%22M515 176C522 177 528.5 190 528.5 206C528.5 221 522 232 512 232C502 232 490 220 490 205C490 190 506 175 515 176Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--spec .stl-rail--wheel .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2218.64 18.64 474.71 474.71%22%3E%3Cg fill=%22%23D8DCE0%22 stroke=%22%23D8DCE0%22%3E%3Cpath d='M256 21A235 235 0 0 0 21 256a235 235 0 0 0 235 235 235 235 0 0 0 235-235A235 235 0 0 0 256 21zm0 82c84.393 0 153 68.607 153 153s-68.607 153-153 153-153-68.607-153-153 68.607-153 153-153zm0 18c-20.417 0-39.757 4.52-57.09 12.602C210.457 166.482 230.218 208 256 208c25.823 0 44.926-41.65 56.752-74.555C295.505 125.462 276.284 121 256 121zm98.752 42.88c-27.714 21.143-61.142 52.79-53.17 77.327 7.981 24.564 53.508 29.858 88.459 30.936.628-5.294.959-10.678.959-16.143 0-35.642-13.755-68.012-36.248-92.12zm-197.729.243C134.663 188.204 121 220.477 121 256c0 5.55.34 11.018.988 16.39 34.833-.825 80.381-6.793 88.344-31.3 7.974-24.542-25.68-55.553-53.309-76.967zm70.188 43.643a9 9 0 0 0-5.035 1.714 9 9 0 0 0-1.99 12.57 9 9 0 0 0 12.57 1.993 9 9 0 0 0 1.992-12.572 9 9 0 0 0-7.537-3.705zm57.578 0a9 9 0 0 0-.637.004 9 9 0 0 0-6.9 3.7 9 9 0 0 0 1.992 12.573 9 9 0 0 0 12.57-1.992 9 9 0 0 0-1.99-12.57 9 9 0 0 0-5.035-1.715zM256 224a32 32 0 0 0-32 32 32 32 0 0 0 32 32 32 32 0 0 0 32-32 32 32 0 0 0-32-32zm-46.297 38.037a9 9 0 0 0-2.652.44 9 9 0 0 0-5.78 11.341 9 9 0 0 0 11.34 5.778 9 9 0 0 0 5.78-11.34 9 9 0 0 0-8.688-6.219zm92.856.008a9 9 0 0 0-8.95 6.21 9 9 0 0 0 5.78 11.34 9 9 0 0 0 11.34-5.777 9 9 0 0 0-5.78-11.341 9 9 0 0 0-2.39-.432zm-92.143 27.713c-21.59.104-50.24 16.832-72.424 31.928 19.029 34.168 52.46 59.164 92.143 66.837 9.99-33.39 18.42-78.618-2.446-93.777-4.854-3.527-10.737-5.02-17.273-4.988zm91.016.02c-6.58 0-12.492 1.516-17.346 5.042-20.895 15.181-11.863 60.106-2.088 93.678 39.687-7.715 73.108-32.76 92.1-66.973-22.006-15.224-50.935-31.747-72.666-31.748zM256 295.58a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-badge{background-size:17px 17px}
.stl--tabletop .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F7F5EF%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F7F5EF%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-mk--cards{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22rotate(-26 12 19.07)%22%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23F7F5EF%22 /%3E%3C/g%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23F7F5EF%22 /%3E%3Cg transform=%22rotate(26 12 19.07)%22%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23F7F5EF%22 /%3E%3Cg transform=%22translate(9.702 8.779) scale(0.459598)%22%3E%3Cpath d=%22M5 .8C4.1 2.6 2.4 3.8 1.6 5c-1 1.4-.3 3 1.2 3 .8 0 1.5-.4 1.9-1 0 1-.3 1.9-1 2.5h2.6c-.7-.6-1-1.5-1-2.5.4.6 1.1 1 1.9 1 1.5 0 2.2-1.6 1.2-3C7.6 3.8 5.9 2.6 5 .8z%22 fill=%22%232E2A5C%22 stroke=%22none%22 /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-mk--dice{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M13.71 3.49h5.97a2.32 2.32 0 0 1 2.32 2.32v5.97a2.32 2.32 0 0 1 -2.32 2.32h-5.97a2.32 2.32 0 0 1 -2.32 -2.32V5.81a2.32 2.32 0 0 1 2.32 -2.32z%22 fill=%22%232E2A5C%22 stroke=%22none%22 /%3E%3Cg stroke=%22none%22 style=%22fill:%23F7F5EF%22%3E%3Ccircle cx=%2214.49%22 cy=%226.59%22 r=%220.91%22 /%3E%3Ccircle cx=%2218.91%22 cy=%226.59%22 r=%220.91%22 /%3E%3Ccircle cx=%2216.7%22 cy=%228.8%22 r=%220.91%22 /%3E%3Ccircle cx=%2214.49%22 cy=%2211.01%22 r=%220.91%22 /%3E%3Ccircle cx=%2218.91%22 cy=%2211.01%22 r=%220.91%22 /%3E%3C/g%3E%3Cpath d=%22M4.32 9.24h6.63a2.32 2.32 0 0 1 2.32 2.32v6.63a2.32 2.32 0 0 1 -2.32 2.32H4.32a2.32 2.32 0 0 1 -2.32 -2.32v-6.63A2.32 2.32 0 0 1 4.32 9.24z%22 style=%22fill:%23F7F5EF%22 /%3E%3Cg fill=%22%232E2A5C%22 stroke=%22none%22%3E%3Ccircle cx=%225.31%22 cy=%2212.44%22 r=%220.91%22 /%3E%3Ccircle cx=%227.64%22 cy=%2214.76%22 r=%220.91%22 /%3E%3Ccircle cx=%229.96%22 cy=%2217.08%22 r=%220.91%22 /%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-mk--rulebook{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath stroke-linejoin=%22round%22 d=%22M12 6.90909C10.8999 5.50893 9.20406 4.10877 5.00119 4.00602C4.72513 3.99928 4.5 4.22351 4.5 4.49965C4.5 6.54813 4.5 14.3034 4.5 16.597C4.5 16.8731 4.72515 17.09 5.00114 17.099C9.20405 17.2364 10.8999 19.0998 12 20.5M12 6.90909C13.1001 5.50893 14.7959 4.10877 18.9988 4.00602C19.2749 3.99928 19.5 4.21847 19.5 4.49461C19.5 6.78447 19.5 14.3064 19.5 16.5963C19.5 16.8724 19.2749 17.09 18.9989 17.099C14.796 17.2364 13.1001 19.0998 12 20.5M12 6.90909L12 20.5%22/%3E%3Cpath stroke-linejoin=%22round%22 d=%22M19.2353 6H21.5C21.7761 6 22 6.22386 22 6.5V19.539C22 19.9436 21.5233 20.2124 21.1535 20.0481C20.3584 19.6948 19.0315 19.2632 17.2941 19.2632C14.3529 19.2632 12 21 12 21C12 21 9.64706 19.2632 6.70588 19.2632C4.96845 19.2632 3.64156 19.6948 2.84647 20.0481C2.47668 20.2124 2 19.9436 2 19.539V6.5C2 6.22386 2.22386 6 2.5 6H4.76471%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-rail--hammer .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%224.3 4.3 558.48 1072.39%22%3E%3Cg fill=%22%23B9B2CE%22 stroke=%22%23B9B2CE%22%3E%3Cg transform='translate(-63 -15)'%3E%3Cpath d=' M 324.5 23 C 319 23 306 27 303.5 32 C 299.5 40 294.5 48 290.5 71.2 L 212 71.2 C 206 69 196 55 182.5 51.3 C 171 51.3 166 58 158 66.2 C 152 62.5 140 54.8 130.5 54.8 C 122 55.3 114 60 110.5 67 C 99.5 93 89.5 119 78.5 151 C 75.5 163 71 178 71 190 L 71 218 C 72 242 93.5 285 111.5 318 C 116 325.5 122 332.8 130.5 332.8 C 140 332.8 150 326.5 158 322.5 C 164 326.5 170 335.8 178.5 336.8 C 190 336.8 200 323.5 212 317.5 L 311 317.5 L 311 662 C 305 681 292.5 696 292.5 713 C 292.5 727 303 740 304.5 758 L 304.5 1014 C 304.5 1032 289 1043 289 1059.5 C 289 1075 302 1087.5 317.5 1087.5 L 375.5 1087.5 C 391 1087.5 404 1075 404 1059.5 C 404 1043 388.5 1032 388.5 1014 L 388.5 758 C 390 740 400.5 727 400.5 713 C 400.5 696 388 681 382 662 L 382 317.5 L 481 317.5 C 493 323.5 503 336.8 514.5 336.8 C 523 335.8 529 326.5 535 322.5 C 543 326.5 553 332.8 562.5 332.8 C 571 332.8 577 325.5 581.5 318 C 599.5 285 621 242 622 218 L 622 190 C 622 178 617.5 163 614.5 151 C 603.5 119 593.5 93 582.5 67 C 579 60 571 55.3 562.5 54.8 C 553 54.8 541 62.5 535 66.2 C 527 58 522 51.3 510.5 51.3 C 497 55 487 69 481 71.2 L 402.5 71.2 C 398.5 48 393.5 40 389.5 32 C 387 27 374 23 368.5 23 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-rail--shield .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%223.16 1.16 17.68 21.94%22%3E%3Cg fill=%22%23B9B2CE%22 stroke=%22%23B9B2CE%22%3E%3Cpath fill='none' d='M12.113 21.98a.333.333 0 0 1-.226 0C10.917 21.64 4 18.94 4 11.252V4.304a.4.4 0 0 1 .303-.389l7.6-1.903a.4.4 0 0 1 .194 0l7.6 1.903a.4.4 0 0 1 .303.389v6.948c0 7.765-6.916 10.397-7.887 10.729Z' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath fill='none' d='M4 11h16M12 21V2' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-rail--swords .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%226.97 8.29 986.06 983.53%22%3E%3Cg fill=%22%23B9B2CE%22 stroke=%22%23B9B2CE%22%3E%3Cg%3E %3Cg transform='translate(0.000000,511.000000) scale(0.100000,-0.100000)'%3E %3Cpath d='M9336.9,4935.4c-208.7-106.5-366.3-342.9-366.3-551.6c0-44.7-121.4-176.8-585.7-641.1l-585.7-585.7l-372.7,372.7c-308.8,308.8-372.7,383.4-372.7,432.4c0,187.4-225.8,308.8-402.6,219.4c-213-110.8-172.5-438.8,59.7-502.7c57.5-14.9,155.5-98,374.8-319.5l298.2-298.2l-176.8-176.8l-174.6-174.7v-285.4v-285.4l283.3,14.9l281.2,14.9l170.4,168.3l170.4,170.4l336.5-336.5c183.2-183.2,334.4-349.3,334.4-366.3c0-57.5,83.1-168.3,151.2-204.5c78.8-40.5,204.5-31.9,283.3,19.2c74.5,49,125.7,174.7,108.6,264.1c-19.2,108.6-129.9,217.2-234.3,234.3c-76.7,10.6-127.8,53.2-475,398.3l-387.6,385.5l590,590c519.7,519.7,600.6,592.1,658.1,592.1c251.3,0,543.1,264.1,592.1,536.7c19.2,110.7-17.1,232.2-93.7,304.6c-55.4,51.1-85.2,63.9-198.1,70.3C9488.1,5001.4,9454.1,4992.9,9336.9,4935.4z M7647.9,2664.9c-34.1-200.2-27.7-191.7-193.8-219.4c-83.1-12.8-153.4-21.3-155.5-19.2c-8.5,8.5,46.9,293.9,57.5,306.7c10.6,8.5,300.3,68.2,308.8,61.8C7669.2,2792.7,7660.7,2735.2,7647.9,2664.9z'/%3E %3Cpath d='M244.5,4914.1c-38.3-21.3-85.2-66-106.5-98c-55.4-85.2-49-270.5,10.6-391.9c98-204.5,342.9-383.4,526.1-383.4c83.1,0,100.1-14.9,677.3-592.1l590-590l-368.5-368.5c-285.4-285.4-379.1-366.3-421.7-366.3c-76.7,0-193.8-83.1-238.5-170.4c-66-129.9-10.6-285.4,123.5-349.3c151.2-72.4,304.6-12.8,372.7,142.7c25.6,57.5,147,196,338.6,387.6l300.3,298.2l166.1-166.1l164-164h291.8h289.7l-10.6,272.6l-10.6,270.5l-168.3,170.4l-168.3,170.4l347.2,347.2c189.6,189.6,362.1,345,381.3,345c59.6,0,164,106.5,187.4,191.7c49,178.9-78.8,340.8-272.6,340.8c-80.9,0-106.5-10.6-176.8-83.1c-63.9-63.9-83.1-100.1-83.1-153.3c0-66-38.3-110.7-394-466.4l-394-394L1614,3697.9c-581.5,581.5-581.5,581.5-594.2,688C972.9,4769.2,517.2,5080.2,244.5,4914.1z M2502.2,2696.9l119.3-25.5l23.4-119.3c12.8-66,29.8-136.3,34.1-155.5c6.4-23.4,0-38.3-19.2-38.3c-68.2,0-283.3,51.1-296.1,70.3c-6.4,12.8-19.2,66-27.7,119.3c-6.4,53.2-17,115-23.4,136.3C2299.8,2728.8,2331.8,2731,2502.2,2696.9z'/%3E %3Cpath d='M5839.7,1516.9L4955.8,633L4106,1480.7l-847.7,845.6l10.7-270.5l10.6-272.6h-291.8h-289.7l851.9-851.9L4402,79.3L2568.2-1756.7L734.4-3594.7L564-3871.6C385.1-4163.4,189.2-4534,165.7-4632c-6.4-32-4.3-61.8,6.4-70.3c59.6-36.2,647.5,264.1,1024.5,523.9c147,100.1,749.7,692.2,3130.9,3075.5l2949.9,2949.8l-279-12.8l-281.1-14.9l12.8,291.8c4.3,159.7,6.4,289.7,2.1,289.7C6727.8,2400.8,6325.3,2002.5,5839.7,1516.9z'/%3E %3Cpath d='M5556.4-534.1l-270.5-270.5L6983.4-2500C8813-4323.1,8700.1-4223,9256-4542.5c232.1-134.2,453.7-234.3,513.3-234.3c76.7,0,10.6,183.2-217.3,592.1c-276.9,498.4-238.5,455.8-2027.6,2247C6604.3-1015.4,5846.1-261.5,5839.7-261.5S5705.5-382.9,5556.4-534.1z'/%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--tabletop .stl-rail--wizardhat .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%221.93 1.93 20.13 20.13%22%3E%3Cg fill=%22%23B9B2CE%22 stroke=%22%23B9B2CE%22%3E%3Cpath fill='none' d='M5 18L9.08419 8.19794C9.42316 7.38442 9.59264 6.97767 9.8379 6.62563C10.0554 6.31337 10.3164 6.03375 10.613 5.79524C10.9473 5.52634 11.3415 5.32927 12.1297 4.93514L16 3L15.1866 7.06721C15.1172 7.41402 15.0825 7.58744 15.0783 7.76119C15.0746 7.91543 15.0888 8.06957 15.1205 8.22055C15.1563 8.39064 15.2219 8.55484 15.3533 8.88323L19 18M14 18V14H10V18M4.5 21H19.5C20.3284 21 21 20.3284 21 19.5C21 18.6716 20.3284 18 19.5 18H4.5C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-badge{background-size:19px 19px}
.stl--sleeve .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23EEEBE4%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23EEEBE4%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--amp{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.054704)%22 fill=%22%23A63A24%22 stroke=%22none%22%3E%3Cpath d=%22M392.094,32.321h-99.093l0.317-0.317c-12.659-12.659-29.479-19.631-47.357-19.631c-17.88,0-34.698,6.972-47.357,19.631 l0.317,0.317H99.828c-5.557,0-10.077,4.521-10.077,10.077v33.448H61.997v-24.55c0-17.093-13.906-30.999-30.999-30.999 S0,34.203,0,51.296v1.551C0,69.94,13.905,83.846,30.998,83.846h22.999v121.591c-7.247,1.523-12.705,7.962-12.705,15.655v20.47 c0,7.693,5.458,14.132,12.705,15.655v29.696c0,2.209,1.791,4,4,4s4-1.791,4-4v-29.696c7.247-1.523,12.705-7.962,12.705-15.655 v-20.47c0-7.693-5.458-14.132-12.705-15.655V83.846h27.754v279.181c0,14.762,12.01,26.771,26.771,26.771h258.876 c14.762,0,26.771-12.009,26.771-26.771V42.398C402.17,36.842,397.649,32.321,392.094,32.321z M30.998,75.846 C18.316,75.846,8,65.529,8,52.847v-1.551c0-12.682,10.316-22.999,22.998-22.999s22.999,10.317,22.999,22.999v24.55H30.998z M58.703,249.561h-1.412c-4.411,0-7.999-3.588-7.999-8v-14.176h17.41v14.176C66.702,245.972,63.114,249.561,58.703,249.561z M66.515,219.385H49.479c0.784-3.593,3.986-6.293,7.812-6.293h1.412C62.528,213.092,65.73,215.792,66.515,219.385z M245.961,20.372 c13.008,0,25.373,4.202,35.568,11.949h-71.136C220.588,24.575,232.952,20.372,245.961,20.372z M134.833,83.846 c1.625,4.311,5.78,7.392,10.653,7.392c6.282,0,11.393-5.11,11.393-11.392s-5.11-11.392-11.393-11.392 c-4.872,0-9.028,3.081-10.653,7.392h-6.367V60.967h234.989v35.131c-38.48,8.93-77.992,13.456-117.494,13.456 s-79.014-4.526-117.495-13.456V83.846H134.833z M142.094,79.846c0-1.871,1.521-3.392,3.392-3.392c1.871,0,3.393,1.521,3.393,3.392 s-1.521,3.392-3.393,3.392C143.615,83.238,142.094,81.717,142.094,79.846z M120.467,99.266c0,1.852,1.271,3.461,3.072,3.891 c40.055,9.553,81.243,14.397,122.422,14.397s82.367-4.844,122.422-14.397c1.802-0.43,3.072-2.04,3.072-3.891V56.967 c0-2.209-1.791-4-4-4H124.466c-1.061,0-2.078,0.421-2.828,1.172c-0.75,0.75-1.172,1.768-1.172,2.828l0,18.879H97.751V42.398 c0-1.145,0.932-2.077,2.077-2.077h292.266c1.145,0,2.076,0.932,2.076,2.077v308.456c-16.206,1.844-29.101,14.738-30.946,30.944 H128.695c-1.845-16.205-14.739-29.099-30.944-30.944V83.846h22.715L120.467,99.266z M97.751,363.027v-4.11 c11.789,1.748,21.133,11.092,22.882,22.881h-4.11C106.172,381.798,97.751,373.377,97.751,363.027z M375.398,381.798h-4.112 c1.748-11.79,11.093-21.134,22.884-22.881v4.11C394.17,373.377,385.749,381.798,375.398,381.798z%22/%3E%3Cpath d=%22M124.466,361.13h242.989c2.209,0,4-1.791,4-4V114.141c0-1.223-0.559-2.378-1.518-3.136s-2.209-1.038-3.401-0.757 c-39.462,9.311-80.029,14.033-120.575,14.033s-81.113-4.722-120.576-14.033c-1.193-0.281-2.442-0.002-3.401,0.757 c-0.959,0.758-1.518,1.914-1.518,3.136V357.13C120.466,359.339,122.257,361.13,124.466,361.13z M128.467,163.28l37.105-37.105 c8.081,1.232,16.191,2.271,24.32,3.131l-61.425,61.425V163.28z M128.466,202.045l71.744-71.743 c8.607,0.742,17.232,1.272,25.865,1.596l-97.608,97.608L128.466,202.045z M128.466,279.593l148.196-148.206 c10.036-0.58,20.056-1.446,30.044-2.592l-178.24,178.25V279.593z M128.466,318.357l191.19-191.2 c11.112-1.551,22.172-3.463,33.162-5.711L128.466,345.807L128.466,318.357z M363.455,304.648l-48.482,48.482h-27.45l75.933-75.932 V304.648z M363.455,265.885l-87.246,87.246h-27.451l114.697-114.706V265.885z M363.455,227.111L237.446,353.13h-27.452 l153.461-153.47V227.111z M363.455,188.347L198.682,353.13h-27.461l192.234-192.234V188.347z M363.455,149.583L159.907,353.13 h-27.451l230.999-231.009V149.583z M326.286,353.13l37.169-37.169v37.169H326.286z M264.803,131.933L128.466,268.28l0-27.461 l108.621-108.62c2.958,0.049,5.916,0.082,8.874,0.082C252.243,132.281,258.524,132.156,264.803,131.933z M155.839,124.594 l-27.372,27.372l0-32.797C137.54,121.22,146.669,123.022,155.839,124.594z%22/%3E%3Cpath d=%22M342.923,94.349c7.654,0,13.882-6.228,13.882-13.882s-6.228-13.882-13.882-13.882c-7.655,0-13.883,6.228-13.883,13.882 S335.268,94.349,342.923,94.349z M342.923,74.585c3.243,0,5.882,2.639,5.882,5.882s-2.639,5.882-5.882,5.882 c-3.244,0-5.883-2.639-5.883-5.882S339.679,74.585,342.923,74.585z%22/%3E%3Cpath d=%22M172.968,91.238c6.282,0,11.393-5.11,11.393-11.392s-5.11-11.392-11.393-11.392c-6.281,0-11.392,5.11-11.392,11.392 S166.687,91.238,172.968,91.238z M172.968,76.454c1.871,0,3.393,1.521,3.393,3.392s-1.521,3.392-3.393,3.392 c-1.87,0-3.392-1.521-3.392-3.392S171.098,76.454,172.968,76.454z%22/%3E%3Cpath d=%22M200.45,91.238c6.282,0,11.393-5.11,11.393-11.392s-5.11-11.392-11.393-11.392c-6.281,0-11.392,5.11-11.392,11.392 S194.169,91.238,200.45,91.238z M200.45,76.454c1.871,0,3.393,1.521,3.393,3.392s-1.521,3.392-3.393,3.392 c-1.87,0-3.392-1.521-3.392-3.392S198.58,76.454,200.45,76.454z%22/%3E%3Cpath d=%22M227.933,91.238c6.281,0,11.392-5.11,11.392-11.392s-5.11-11.392-11.392-11.392c-6.282,0-11.393,5.11-11.393,11.392 S221.65,91.238,227.933,91.238z M227.933,76.454c1.87,0,3.392,1.521,3.392,3.392s-1.521,3.392-3.392,3.392 c-1.871,0-3.393-1.521-3.393-3.392S226.062,76.454,227.933,76.454z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--bass{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.035948)%22 fill=%22%23A63A24%22 stroke=%22none%22%3E%3Cpath d=%22M68.635,513.758l-16.047,16.047l-7.385-7.385l16.047-16.047L68.635,513.758z M70.965,516.073l-16.047,16.048l7.385,7.385 l16.047-16.047L70.965,516.073z M80.688,525.765L64.64,541.813l7.386,7.386l16.048-16.048L80.688,525.765z M74.366,551.555 l7.385,7.387l16.051-16.046l-7.385-7.387L74.366,551.555z M612,28.05c-0.021,10.689-6.912,19.605-17.149,22.186l-2.91,0.734 c-2.638,0.666-4.917,2.407-6.253,4.775l-34.084,60.421c-2.75,4.527-7.587,7.229-12.943,7.229c-2.336,0-4.601-0.512-6.735-1.52 c-2.865-1.354-6.066-2.069-9.255-2.069c-5.784,0-11.223,2.252-15.313,6.342l-8.001,8.001L238.443,400.651 c-3.314,7.421-2.811,13.382,1.526,17.718c6.215,6.217,17.009,5.694,33-1.598c0.631-0.273,1.498-0.689,2.749-1.315 c5.096-2.493,10.363-2.388,14.875,0.281c5.362,3.171,8.91,9.732,9.26,17.123c0.421,8.874-2.922,16.546-10.517,24.141 c-8.877,8.878-29.309,18.901-44.109,24.789c-14.553,5.796-25.327,18.304-28.818,33.457c-5.274,22.95-12.89,41.103-22.637,53.956 c-3.195,5.407-7.084,10.417-11.564,14.896C167.995,598.313,149.1,606.142,129,606.144c-0.002,0-0.009,0-0.012,0 C108.891,606.146,90,598.32,75.791,584.11l-53.747-53.749C7.828,516.146-0.001,497.246,0,477.144 c0.002-20.1,7.83-38.997,22.044-53.209c4.16-4.161,8.776-7.803,13.783-10.88l-0.221-0.207l6.89-3.46 c5.333-2.556,10.923-4.479,16.624-5.722l32.552-11.176c21.921-7.537,38.886-24.268,46.543-45.898 c10.112-28.591,23.34-48.16,40.437-59.823c0.269-0.183,0.788-0.584,1.522-1.144c32.149-24.478,54.388-29.959,66.105-16.292 c1.804,2.107,2.596,4.754,2.29,7.658c-1.052,9.994-16.042,22.718-32.083,34.979c-1.388,1.059-2.584,1.974-3.128,2.428 c-4.006,3.345-8.238,10.7-8.579,18.291c-0.227,5.037,1.25,9.183,4.387,12.32c2.751,2.751,6.523,4.188,11.26,4.294l248.65-241.79 c2.29-2.218,4.001-4.99,4.953-8.022l1.567-4.989c1.689-5.377,5.248-9.945,10.036-12.903l5.072-3.993l-4.282-5.928 c-1.689-2.338-1.164-5.603,1.175-7.292c2.337-1.688,5.604-1.164,7.291,1.175l4.03,5.58l15.746-12.393l-4.291-5.938 c-1.689-2.338-1.163-5.603,1.176-7.292c2.337-1.688,5.604-1.164,7.291,1.175l4.038,5.59l15.694-12.352l-4.537-6.281 c-1.689-2.338-1.163-5.603,1.174-7.292c2.341-1.688,5.603-1.164,7.292,1.175l4.285,5.932l15.731-12.381l-4.617-6.392 c-1.689-2.338-1.163-5.603,1.175-7.292c2.336-1.688,5.604-1.164,7.291,1.175l4.365,6.042l3.901-3.071 c4.473-3.697,9.771-5.69,15.229-5.69c1.901,0,3.811,0.243,5.678,0.721C605.559,9.141,612.019,17.569,612,28.05z M232.584,425.755 c-3.58-3.579-5.728-7.824-6.46-12.52l-10.534,10.761l-35.482-35.484l31.146-30.286c-3.623-1.229-6.818-3.179-9.47-5.83 c-5.224-5.225-7.795-12.2-7.437-20.176c0.434-9.666,5.385-20.051,12.319-25.84c0.717-0.598,1.875-1.484,3.479-2.71 c25.482-19.476,28-25.982,28.049-27.717c-7.257-8.062-26.069-1.524-51.688,17.983c-0.949,0.722-1.622,1.229-1.966,1.463 c-14.985,10.222-27.258,28.619-36.475,54.677c-8.727,24.653-28.043,43.714-52.997,52.295l-33.452,11.444 c-4.695,1.003-9.311,2.543-13.734,4.584l-0.949,0.464c-6.522,3.174-12.411,7.365-17.502,12.457 c-12.241,12.241-18.983,28.516-18.984,45.825c0,17.311,6.741,33.587,18.983,45.827l53.746,53.749 c12.237,12.235,28.507,18.975,45.814,18.975c0.002,0,0.005,0,0.008,0c17.311-0.003,33.583-6.744,45.825-18.985 c3.931-3.932,7.334-8.334,10.112-13.087l0.383-0.654l0.247-0.232c10.947-14.521,17.276-35.087,20.666-49.834 c4.259-18.495,17.394-33.754,35.133-40.82c17.713-7.046,34.404-16.284,40.587-22.47c5.514-5.514,7.748-10.376,7.47-16.261 c-0.184-3.858-1.81-7.244-4.145-8.626c-1.443-0.854-3.054-0.825-4.924,0.092c-1.427,0.713-2.408,1.182-3.143,1.499 C269.796,429.699,246.946,440.118,232.584,425.755z M601.555,28.029c0.008-4.412-2.249-9.707-8.604-11.333 c-4.044-1.037-8.133-0.014-11.761,2.981l-89.609,70.528l-0.29,0.172c-2.738,1.635-4.773,4.208-5.728,7.25l-1.568,4.989 c-1.473,4.685-4.116,8.967-7.643,12.386L194.982,388.615l20.528,20.528L491.93,126.8l8.04-8.041 c6.064-6.062,14.125-9.401,22.698-9.401c4.722,0,9.467,1.062,13.718,3.071c2.269,1.073,5.009,0.353,6.253-1.631l33.949-60.188 c2.735-4.85,7.401-8.411,12.8-9.772l2.911-0.734C599.117,38.388,601.545,32.526,601.555,28.029z M151.096,503.437l-34.667-34.667 l19.904-19.904L171,483.532L151.096,503.437z M151.095,488.664l5.131-5.132l-19.894-19.895l-5.131,5.132L151.095,488.664z M157.836,465.242l-34.667-34.667l19.904-19.904l34.667,34.668L157.836,465.242z M157.835,450.47l5.131-5.131l-19.894-19.896 l-5.131,5.132L157.835,450.47z M184.433,545.078c0.914,8.087-4.922,15.412-13.01,16.329c-0.555,0.063-1.116,0.094-1.671,0.094 c0,0,0,0-0.001,0c-7.511-0.001-13.813-5.636-14.657-13.105c-0.442-3.917,0.666-7.774,3.124-10.858 c2.457-3.084,5.968-5.026,9.887-5.469c0.553-0.063,1.115-0.095,1.67-0.095C177.285,531.974,183.586,537.608,184.433,545.078z M174.054,546.252c-0.247-2.185-2.086-3.832-4.279-3.832c-0.165,0-0.329,0.008-0.497,0.027c-1.146,0.129-2.173,0.697-2.891,1.6 c-0.719,0.901-1.043,2.03-0.913,3.175c0.247,2.186,2.085,3.834,4.277,3.834c0,0,0,0,0.001,0c0.163,0,0.329-0.008,0.495-0.027 C172.614,550.761,174.322,548.617,174.054,546.252z M160.042,571.396c0.914,8.089-4.922,15.414-13.011,16.329 c-0.554,0.063-1.115,0.094-1.67,0.094c0,0,0,0-0.001,0c-7.511,0-13.813-5.634-14.656-13.104c-0.442-3.917,0.666-7.774,3.123-10.858 c2.458-3.084,5.969-5.027,9.887-5.47c0.554-0.063,1.115-0.094,1.67-0.094C152.893,558.293,159.194,563.926,160.042,571.396z M149.661,572.569c-0.247-2.185-2.086-3.832-4.278-3.832c-0.165,0-0.329,0.008-0.498,0.027c-1.145,0.129-2.173,0.697-2.891,1.6 c-0.719,0.902-1.043,2.03-0.913,3.175c0.247,2.187,2.085,3.834,4.277,3.834c0.165,0,0.331-0.008,0.498-0.027 C148.223,577.078,149.929,574.937,149.661,572.569z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--book{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.042969)%22 fill=%22%23A63A24%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M489.86,269.259L291.814,5.181c-3.828-5.078-10.766-6.656-16.391-3.688L45.798,122.431l213.813,285.063 l225.921-119.016c3.359-1.766,5.781-4.906,6.594-8.609C492.97,276.166,492.142,272.291,489.86,269.259z%22/%3E %3Cpolygon points=%22481.767,313.228 257.908,430.587 261.298,437.071 485.157,319.697 %22/%3E %3Cpolygon points=%22254.908,469.806 486.048,348.603 482.657,342.119 251.501,463.337 %22/%3E %3Cpath d=%22M486.173,364.541L239.205,493.962c-7.5,1.906-5.781-3.953-5.797-13.125 c0.703-24.656,6.719-46.203,13.406-53.25L33.017,142.525c-9.547,11.453-17.766,47.094-10.969,85.891l211.141,281.515 c1.531,2.031,4.328,2.656,6.563,1.469l247.875-131.312c2.203-1.172,3.719-3.328,4.078-5.797c0.328-2.469-0.516-4.953-2.328-6.688 L486.173,364.541z%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--drumset{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.049474)%22 fill=%22%23A63A24%22 stroke=%22none%22%3E%3Cpath d=%22M443.305,369.556l-75.462-65.811V74.992c34.605-3.688,68.305-15.166,66.799-30.356c-0.597-6.007-6.243-10.604-16.783-13.664 c-8.872-2.575-20.751-3.937-34.354-3.937c-5.092,0-10.341,0.202-15.662,0.585V17.315c0-2.209-1.791-4-4-4s-4,1.791-4,4v11.018 c-34.606,3.688-68.305,15.167-66.798,30.357c0.597,6.007,6.242,10.604,16.781,13.663c8.871,2.575,20.749,3.938,34.352,3.938 c0.002,0,0.002,0,0.003,0c5.092,0,10.34-0.202,15.662-0.586v228.04l-42.87,37.383c0.432-3.701,0.661-7.463,0.661-11.278 c0-0.636,0-26.898,0-26.898c0-22.103-7.454-42.491-19.97-58.802v-29.983h55.909c2.209,0,4-1.791,4-4v-41.08c0-2.209-1.791-4-4-4 h-34.173c0.552-1.329,0.71-2.741,0.288-4.23c0,0,0-0.001,0-0.001l0.003-0.001l-13.256-46.762c-1.653-5.832-10.19-6.06-16.461-5.716 c-7.653,0.414-17.413,2.214-27.48,5.067c-6.762,1.917-40.328,12.063-37.056,23.608l3.31,11.678h-16.358l2.541-13.441 c2.644-13.998-42.415-22.935-47.562-23.907s-50.35-9.1-52.996,4.899l-6.003,31.757c-9.059,0.301-17.428,0.882-24.288,1.681V92.536 l11.435-11.322c1.454,0.258,2.915,0.507,4.385,0.744c14.118,2.283,28.252,3.489,40.874,3.489c13.361,0,24.872-1.334,33.289-3.858 c9.996-2.998,15.563-7.6,16.545-13.677c1.365-8.449-6.784-17.141-23.567-25.137c-15.132-7.209-35.763-13.168-58.092-16.777 c-0.175-0.028-0.35-0.052-0.524-0.08v-8.604c0-2.209-1.791-4-4-4s-4,1.791-4,4v7.447c-11.228-1.472-22.272-2.253-32.35-2.253 c-13.361,0-24.872,1.334-33.289,3.858c-9.996,2.998-15.563,7.6-16.545,13.677c-1.365,8.449,6.784,17.141,23.567,25.137 c11.935,5.686,27.297,10.588,44.208,14.179l-61.242,60.636c-1.569,1.555-1.582,4.087-0.028,5.657 c0.782,0.79,1.813,1.186,2.843,1.186c1.017,0,2.034-0.386,2.814-1.157l45.678-45.226v50.412c-8.131,1.442-13.047,3.447-13.047,7.844 v92.362c0,3.899,3.559,6.159,13.047,7.849v45.474L1.371,369.556c-1.665,1.452-1.838,3.979-0.386,5.644 c0.791,0.907,1.9,1.371,3.017,1.371c0.933,0,1.869-0.324,2.627-0.985l50.475-44.02l18.979,10.217v10.264c0,2.209,1.791,4,4,4 s4-1.791,4-4v-9.457l20.477-11.023l21.667,18.897c0.001,0.007,0.003,0.014,0.005,0.02l-23.344,75.697 c-0.651,2.111,0.532,4.35,2.644,5.001c0.393,0.121,0.789,0.179,1.18,0.179c1.709,0,3.291-1.104,3.821-2.822l19.825-64.285 c13.905,36.442,49.199,62.407,90.466,62.407c41.685,0,77.301-26.483,90.908-63.507l20.165,65.385 c0.53,1.719,2.112,2.822,3.821,2.822c0.39,0,0.787-0.058,1.18-0.179c2.111-0.651,3.295-2.89,2.644-5.001l-22.874-74.171 l23.447-20.446l19.73,10.621v10.621c0,2.209,1.791,4,4,4s4-1.791,4-4v-10.621l19.729-10.62l50.475,44.02 c0.758,0.661,1.694,0.985,2.627,0.985c1.116,0,2.226-0.464,3.017-1.371C445.143,373.535,444.97,371.008,443.305,369.556z M45.252,57.96c-14.94-7.118-19.633-13.411-19.11-16.638c0.868-5.373,15.552-10.813,41.936-10.813 c12.202,0,25.895,1.171,39.597,3.386c21.602,3.493,41.463,9.212,55.928,16.103c14.94,7.118,19.633,13.411,19.11,16.638 c-0.868,5.373-15.552,10.813-41.936,10.813c-11.799,0-24.994-1.105-38.243-3.18l5.893-5.835V53.978c0-2.209-1.791-4-4-4 s-4,1.791-4,4v11.117l-7.568,7.493C74.511,69.062,57.838,63.956,45.252,57.96z M76.083,332.697l-12.537-6.75l12.537-10.934V332.697z M76.083,250.799c-2.302-0.449-4.006-0.905-5.047-1.34v-84.006c1.496,0.408,3.197,0.762,5.047,1.09V250.799z M337.604,173.086h11.97 v33.08h-11.97V173.086z M329.604,173.086v33.08H263.43v-17.507c5.894-0.866,12.478-2.295,19.198-4.2 c10.065-2.854,19.316-6.442,26.048-10.104c0.724-0.394,1.477-0.818,2.233-1.269H329.604z M289.664,214.166v20.812 c-8.624-8.729-18.88-15.842-30.283-20.812H289.664z M280.446,176.761c-10.886,3.086-21.265,4.855-28.476,4.855 c-2.08,0-3.497-0.153-4.438-0.328c3.329-2.97,13.496-8.589,30.403-13.381c10.886-3.086,21.265-4.855,28.476-4.855 c2.08,0,3.497,0.153,4.438,0.328C307.522,166.35,297.356,171.968,280.446,176.761z M255.43,189.507v16.658h-11.97v-17.732 c3.113,1.174,6.822,1.184,8.511,1.184c0,0,0,0,0.001,0C253.063,189.617,254.222,189.578,255.43,189.507z M309.765,155.169 c-1.373-0.113-2.578-0.117-3.353-0.117c-7.918,0-19.092,1.88-30.657,5.158c-4.701,1.332-22.342,6.643-31.572,13.632l-4.851-17.113 h5.073c2.209,0,4-1.791,4-4s-1.791-4-4-4h-6.793c2.584-2.777,12.92-8.813,30.938-13.921c19.132-5.424,31.465-5.416,34.254-4.191 L309.765,155.169z M298.929,116.944l1.453,5.127c-2.207-0.183-4.489-0.137-6.532-0.027c-1.868,0.101-3.865,0.288-5.958,0.549 l-1.663-5.865C293.002,115.981,297.396,116.276,298.929,116.944z M264.676,121.14c5.013-1.421,9.546-2.462,13.577-3.213l1.687,5.948 c-4.343,0.836-8.918,1.917-13.57,3.236c-5.145,1.458-10.074,3.11-14.566,4.865l-1.681-5.93 C254.239,124.404,259.077,122.727,264.676,121.14z M242.732,129.313l1.6,5.644c0.019,0.067,0.05,0.128,0.073,0.193 c-1.442,0.683-2.806,1.374-4.079,2.067c-1.798,0.978-3.764,2.136-5.547,3.45l-1.453-5.126 C234.211,134.267,237.36,131.971,242.732,129.313z M224.82,156.729h6.196l4.443,15.674v34.859c-3.49-0.532-7.039-0.883-10.64-1.03 V156.729z M308.51,288.85c-15.465-32.943-48.953-55.812-87.688-55.812c-38.74,0-72.232,22.876-87.694,55.825 c6.772-42.297,43.516-74.72,87.697-74.72C264.997,214.143,301.734,246.559,308.51,288.85z M216.82,156.729v49.503 c-11.964,0.489-23.37,3.169-33.84,7.632v-11.312c12.953-0.166,19.766-2.824,20.769-8.127c0-0.001,0-0.001,0-0.002l0.004,0.001 l7.126-37.695H216.82z M202.78,130.954c2.331,1.333,3.735,2.473,4.211,3.274l-0.842,4.453c-1.447-0.976-2.964-1.82-4.353-2.52 L202.78,130.954z M169.14,119.886c11.206,2.294,19.923,5.014,26.165,7.536l-1.032,5.458c-7.362-2.843-16.435-5.41-26.189-7.41 L169.14,119.886z M134.115,116.145c6.591-0.174,15.72,0.369,27.159,2.276l-1.055,5.584c-9.904-1.65-19.315-2.493-27.131-2.426 L134.115,116.145z M122.154,118.191c0.592-0.46,1.828-0.905,3.671-1.265l-0.967,5.115c-1.148,0.142-2.351,0.336-3.546,0.603 L122.154,118.191z M119.612,131.644c2.612-2.056,17.938-3.833,43.73,1.043c25.802,4.877,39.423,12.126,41.105,14.994l-0.198,1.049 h-7.951c-2.209,0-4,1.791-4,4s1.791,4,4,4h6.439l-5.227,27.648c-3.084-2.08-6.499-3.562-8.276-4.332 c-8.644-3.745-20.378-7.127-33.04-9.521c-11.097-2.097-22.083-3.252-30.935-3.252c-5.086,0-9.27,0.364-12.588,1.095L119.612,131.644 z M125.259,175.273c8.368,0,18.826,1.105,29.448,3.113c24.261,4.586,37.759,11.271,40.68,14.435 c-1.589,0.724-5.612,1.748-13.7,1.748c-8.369,0-18.828-1.105-29.449-3.113c-24.259-4.586-37.758-11.271-40.679-14.434 C113.148,176.297,117.171,175.273,125.259,175.273z M84.083,157.78c5.861-0.715,13.477-1.335,22.765-1.685l-0.98,5.185 c-8.844-0.355-16.132-0.957-21.785-1.646V157.78z M84.083,167.695c2.478,0.287,5.148,0.546,7.976,0.774v5.56c0,2.209,1.791,4,4,4 s4-1.791,4-4v-5.02c1.414,0.078,2.846,0.151,4.308,0.214l-1.17,6.191l0,0c0,0.001,0,0.001,0,0.002 c-1.413,7.477,10.576,12.672,14.516,14.379c8.644,3.745,20.377,7.127,33.039,9.521c8.439,1.595,16.808,2.641,24.229,3.052v15.35 c-15.529,8.384-28.524,20.879-37.504,36.028c-4.735,0.159-9.587,0.244-14.469,0.244c-16.335,0-29.683-0.858-38.925-1.976V167.695z M84.083,333.503v-19.796l14.034,12.241L84.083,333.503z M124.006,302.951c0,0,0.004,26.256,0.004,26.898 c0,2.826,0.129,5.621,0.367,8.386l-40.294-35.144v-43.021c10.584,1.239,24.338,1.92,38.925,1.92c3.41,0,6.804-0.043,10.161-0.12 C127.296,274.349,124.006,288.272,124.006,302.951z M220.822,418.661c-48.972,0-88.813-39.841-88.813-88.812 s39.841-88.812,88.813-88.812c48.971,0,88.812,39.841,88.812,88.812S269.793,418.661,220.822,418.661z M359.843,333.1l-13.288-7.154 l13.288-11.587V333.1z M363.843,47.663c-2.209,0-4,1.791-4,4v16.027c-5.329,0.398-10.577,0.601-15.662,0.601 c-0.001,0-0.002,0-0.003,0c-31.529-0.001-42.849-7.136-43.172-10.391c-0.614-6.189,23.52-18.034,61.294-21.783 c7.23-0.718,14.364-1.081,21.205-1.081c31.532,0,42.853,7.136,43.176,10.391c0.6,6.054-22.482,17.512-58.838,21.519V51.663 C367.843,49.454,366.052,47.663,363.843,47.663z M367.843,333.1v-18.74l13.287,11.587L367.843,333.1z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--record{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.194 -2.194) scale(1.182796)%22%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%229.3%22 fill=%22%23A63A24%22 stroke=%22none%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%227.5%22 fill=%22none%22 style=%22stroke:%23EEEBE4%22 stroke-width=%22.62%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%226.1%22 fill=%22none%22 style=%22stroke:%23EEEBE4%22 stroke-width=%22.62%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%223.1%22 stroke=%22none%22 style=%22fill:%23EEEBE4%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%220.85%22 fill=%22%23A63A24%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-mk--vhs{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23A63A24%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.042969)%22 fill=%22%23A63A24%22 stroke=%22none%22%3E%3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d=%22M500.494,89.168H11.506C5.151,89.168,0,94.32,0,100.674V382.34c0,22.327,18.164,40.491,40.491,40.491h431.018 c22.327,0,40.491-18.164,40.491-40.491V100.674C512,94.32,506.849,89.168,500.494,89.168z M488.989,382.34 c0,9.638-7.841,17.479-17.479,17.479H40.491c-9.638,0-17.479-7.841-17.479-17.479V169.707h465.978V382.34z M488.989,146.696 H23.011v-34.517h465.978V146.696z%22/%3E %3Cpath d=%22M92.266,371.056h327.467c22.327,0,40.491-18.164,40.491-40.491v-91.602c0-22.327-18.164-40.491-40.491-40.491H92.266 c-22.327-0.001-40.491,18.163-40.491,40.489v91.602C51.775,352.892,69.939,371.056,92.266,371.056z M331.745,221.483h87.988 c9.639,0,17.48,7.841,17.48,17.479v91.602c0,9.638-7.841,17.479-17.479,17.479h-87.988v-16.308 c27.289-4.328,47.939-23.742,47.939-46.972s-20.65-42.643-47.94-46.973V221.483z M331.745,261.217 c14.316,3.375,24.929,12.794,24.929,23.546s-10.613,20.172-24.929,23.546V261.217z M203.265,221.483h41.229v26.906 c0,6.353,5.151,11.506,11.506,11.506s11.506-5.152,11.506-11.506v-26.906h41.228v126.562H203.265V221.483z M180.255,308.31 c-14.316-3.375-24.929-12.794-24.929-23.546s10.613-20.172,24.929-23.546V308.31z M74.786,238.962 c0-9.638,7.841-17.479,17.479-17.479h87.988v16.308c-27.289,4.33-47.939,23.743-47.939,46.973s20.65,42.643,47.94,46.973v16.308 H92.266c-9.638,0-17.479-7.841-17.479-17.479V238.962z%22/%3E %3Cpath d=%22M256,279.011c-6.355,0-11.506,5.152-11.506,11.506v9.145c0,6.353,5.151,11.506,11.506,11.506s11.506-5.152,11.506-11.506 v-9.145C267.506,284.163,262.355,279.011,256,279.011z%22/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-rail--drum .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220.84 1.99 22.32 20.03%22%3E%3Cg fill=%22%23D2CDC3%22 stroke=%22%23D2CDC3%22%3E%3Cg transform=%22translate(-1.733 -1.733) scale(1.144444)%22 stroke-width=%221.5%22%3E%3Cpath fill=%22none%22 d=%22M21 10C21 12.2091 16.9706 14 12 14M21 10C21 7.79086 16.9706 6 12 6C7.02944 6 3 7.79086 3 10M21 10V16C21 18.2091 16.9706 20 12 20M12 14C7.02944 14 3 12.2091 3 10M12 14V20M3 10V16C3 18.2091 7.02944 20 12 20M7 19.3264V13.3264M17 19.3264V13.3264M12 10L20 4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-rail--guitar .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%227.15 1.1 9.7 20.75%22%3E%3Cg fill=%22%23D2CDC3%22 stroke=%22%23D2CDC3%22%3E%3Cpath d=%22M10 1.1h4v2.6h-4z%22 stroke=%22none%22/%3E%3Cpath d=%22M11.25 3.2h1.5v9.4h-1.5z%22 stroke=%22none%22/%3E%3Ccircle cx=%2212%22 cy=%2210.2%22 r=%223.45%22 stroke=%22none%22/%3E%3Cpath fill-rule=%22evenodd%22 stroke=%22none%22 d=%22M12 12.15a4.85 4.85 0 1 0 0 9.7 4.85 4.85 0 1 0 0-9.7ZM12 13.05a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 1 0 0-3.1Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-rail--mic .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%225 2 14.01 20.85%22%3E%3Cg fill=%22%23D2CDC3%22 stroke=%22%23D2CDC3%22%3E%3Cpath d=%22M12 2a3.74 3.74 0 0 1 3.74 3.74v3.52a3.735 3.735 0 0 1 -7.47 0V5.74A3.74 3.74 0 0 1 12 2z%22 stroke=%22none%22/%3E%3Cpath d=%22M5.85 11.01a6.15 6.15 0 0 0 12.31 0%22 fill=%22none%22 stroke-width=%221.7%22 stroke-linecap=%22round%22/%3E%3Cpath d=%22M12 17.16v4.4M8.26 22h7.47%22 fill=%22none%22 stroke-width=%221.7%22 stroke-linecap=%22round%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--sleeve .stl-rail--notes .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-0.97 -0.97 106.16 124.66%22%3E%3Cg fill=%22%23D2CDC3%22 stroke=%22%23D2CDC3%22%3E%3Cpath d='M87.9,78.04c2.74-0.48,5.33-0.4,7.6,0.13V24.82L39.05,41.03v61.95c0.03,0.34,0.05,0.69,0.05,1.03c0,8.34-8.75,16.62-19.55,18.49C8.76,124.37,0,119.12,0,110.77c0-8.34,8.76-16.62,19.55-18.48c4.06-0.7,7.84-0.39,10.97,0.71l0-76.26h0.47L104.04,0v85.92c0.13,0.63,0.2,1.27,0.2,1.91c0,6.97-7.32,13.89-16.33,15.44c-9.02,1.56-16.33-2.83-16.33-9.8C71.57,86.51,78.88,79.59,87.9,78.04L87.9,78.04L87.9,78.04z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-badge{background-size:16px 16px}
.stl--plinth .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23141312%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23141312%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--plinth .stl-mk--paintbrush{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B08C4F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.01 1.054) scale(1.371623)%22 fill=%22%23B08C4F%22 stroke=%22none%22%3E%3Cpath d=%22M5.6 11.6l-1.2-1.2c-0.8-0.2-2-0.1-2.7 1-0.8 1.1-0.3 2.8-1.7 4.6 0 0 3.5 0 4.8-1.3 1.2-1.2 1.2-2.2 1-3l-0.2-0.1z%22/%3E %3Cpath d=%22M5.8 8.1c-0.2 0.3-0.5 0.7-0.7 1 0 0.2-0.1 0.3-0.2 0.4l1.5 1.5c0.1-0.1 0.3-0.2 0.4-0.3 0.3-0.2 0.7-0.4 1-0.7 0.4 0 0.6-0.2 0.8-0.4l-2.2-2.2c-0.2 0.2-0.4 0.4-0.6 0.7z%22/%3E %3Cpath d=%22M15.8 0.2c-0.3-0.3-0.7-0.3-1-0.1 0 0-3 2.5-5.9 5.1-0.4 0.4-0.7 0.7-1.1 1-0.2 0.2-0.4 0.4-0.6 0.5l2.1 2.1c0.2-0.2 0.4-0.4 0.5-0.7 0.3-0.4 0.6-0.7 0.9-1.1 2.5-3 5.1-5.9 5.1-5.9 0.3-0.2 0.3-0.6 0-0.9z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-badge{background-size:16px 16px}
.stl--gallery .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F7F5F1%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F7F5F1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gallery .stl-mk--paintbrush{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%239A7B3F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.01 1.054) scale(1.371623)%22 fill=%22%239A7B3F%22 stroke=%22none%22%3E%3Cpath d=%22M5.6 11.6l-1.2-1.2c-0.8-0.2-2-0.1-2.7 1-0.8 1.1-0.3 2.8-1.7 4.6 0 0 3.5 0 4.8-1.3 1.2-1.2 1.2-2.2 1-3l-0.2-0.1z%22/%3E %3Cpath d=%22M5.8 8.1c-0.2 0.3-0.5 0.7-0.7 1 0 0.2-0.1 0.3-0.2 0.4l1.5 1.5c0.1-0.1 0.3-0.2 0.4-0.3 0.3-0.2 0.7-0.4 1-0.7 0.4 0 0.6-0.2 0.8-0.4l-2.2-2.2c-0.2 0.2-0.4 0.4-0.6 0.7z%22/%3E %3Cpath d=%22M15.8 0.2c-0.3-0.3-0.7-0.3-1-0.1 0 0-3 2.5-5.9 5.1-0.4 0.4-0.7 0.7-1.1 1-0.2 0.2-0.4 0.4-0.6 0.5l2.1 2.1c0.2-0.2 0.4-0.4 0.5-0.7 0.3-0.4 0.6-0.7 0.9-1.1 2.5-3 5.1-5.9 5.1-5.9 0.3-0.2 0.3-0.6 0-0.9z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-badge{background-size:15px 15px}
.stl--powder .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF3F5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF3F5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF3F5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FAF3F5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238A79B5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238A79B5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FAF3F5%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FAF3F5%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238A79B5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238A79B5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238A79B5%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-mk--haircomb{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B0537B%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 2.317) scale(0.179036)%22 fill=%22%23B0537B%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M1.99,34.01c-1.14,0.69-2.18-0.62-1.96-1.47C5.15,19.59,15.9,4.64,28.08,0.82c4.7-1.47,4.33-1.08,7.49,2.08l85.32,85.32c7.77,9.06-9.07,25.69-19.41,17.72L69.32,65.76L48.4,78.9c-1.83,1.29-3.8-0.26-2.08-2.08l19.54-19.54l-1.63-1.63L44.29,75.6c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32l19.95-19.95l-2.64-2.64L39.3,70.62c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32l19.95-19.95l-2.26-2.26L34.7,66.01c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32L52.3,43.72l-2.26-2.26L30.09,61.41c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32L47.7,39.12l-2.26-2.26L25.49,56.8c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32l19.95-19.95l-2.26-2.26L20.88,52.19c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32L38.48,29.9l-2.26-2.26L16.27,47.59c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32L33.88,25.3l-2.26-2.26L11.67,42.98c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32l19.95-19.95l-2.64-2.64L6.68,38c-0.63,0.63-1.67,0.62-2.32-0.02c-0.65-0.65-0.66-1.69-0.02-2.32l19.95-19.95l-2-2L1.99,34.01L1.99,34.01z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-mk--handmirror{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B0537B%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(3.644 -0.368) scale(0.055183)%22%3E%3CclipPath id=%22stl-mirror-glass%22%3E%3Cpath clip-rule=%22evenodd%22 d=%22M-432.5 -479H735.5V928H-432.5ZM86 160.5a65.5 96.5 0 1 1 131 0a65.5 96.5 0 1 1 -131 0Z%22/%3E%3C/clipPath%3E%3Cpath fill=%22%23B0537B%22 stroke=%22none%22 clip-path=%22url(%23stl-mirror-glass)%22 d=%22M72 160.8a79.5 107.8 0 1 1 159 0a79.5 107.8 0 1 1 -159 0ZM140.9 35.6a10.6 10.6 0 1 1 21.2 0a10.6 10.6 0 1 1 -21.2 0ZM125.9 285a25.6 25.6 0 1 1 51.2 0a25.6 25.6 0 1 1 -51.2 0ZM133 51a10 10 0 1 1 20 0a10 10 0 1 1 -20 0ZM150 51a10 10 0 1 1 20 0a10 10 0 1 1 -20 0ZM111.8 57a11.5 11.5 0 1 1 23 0a11.5 11.5 0 1 1 -23 0ZM168.2 57a11.5 11.5 0 1 1 23 0a11.5 11.5 0 1 1 -23 0ZM99.4 66a11.6 11.6 0 1 1 23.2 0a11.6 11.6 0 1 1 -23.2 0ZM180.4 66a11.6 11.6 0 1 1 23.2 0a11.6 11.6 0 1 1 -23.2 0ZM80 85a17 17 0 1 1 34 0a17 17 0 1 1 -34 0ZM189 85a17 17 0 1 1 34 0a17 17 0 1 1 -34 0ZM83 106a12 12 0 1 1 24 0a12 12 0 1 1 -24 0ZM196 106a12 12 0 1 1 24 0a12 12 0 1 1 -24 0ZM96 242a12 12 0 1 1 24 0a12 12 0 1 1 -24 0ZM183 242a12 12 0 1 1 24 0a12 12 0 1 1 -24 0ZM103.5 258a16.5 16.5 0 1 1 33 0a16.5 16.5 0 1 1 -33 0ZM166.5 258a16.5 16.5 0 1 1 33 0a16.5 16.5 0 1 1 -33 0ZM104 285a20 20 0 1 1 40 0a20 20 0 1 1 -40 0ZM159 285a20 20 0 1 1 40 0a20 20 0 1 1 -40 0ZM130.5 299L172.5 299A7 7 0 0 1 179.5 306L179.5 314A7 7 0 0 1 172.5 321L130.5 321A7 7 0 0 1 123.5 314L123.5 306A7 7 0 0 1 130.5 299ZM167 305C167 342 169 354 171 368C172.5 385 172 398 168 410C165 418 159 423.5 151.5 423.5C144 423.5 138 418 135 410C131 398 130.5 385 132 368C134 354 136 342 136 305Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-mk--powdercompact{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23B0537B%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.696 0.683) scale(0.044415)%22 fill=%22%23B0537B%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M149.4 271.8C145.5 275.7 141.9 277.8 138.3 282.5C136.6 284.8 135.3 287.3 133.8 289.7C130.3 295.2 126.9 300.7 123.5 306.2C121.7 309.1 119.9 312.1 118.0 315.0C116.9 316.8 115.0 318.9 114.4 320.9C113.6 323.7 113.9 327.2 113.9 330.1C113.8 335.4 114.0 340.6 114.3 345.9C116.0 370.6 125.3 394.8 140.1 414.6C153.6 432.7 171.2 447.1 189.6 460.0C201.6 468.3 218.1 478.7 231.3 484.5C264.4 499.1 301.9 506.0 337.9 500.7C348.5 499.1 359.1 496.3 368.3 490.5C376.2 485.6 383.5 479.4 389.4 472.1C395.9 464.0 401.8 455.5 405.2 445.7C413.3 422.2 409.9 393.2 399.8 371.0C394.3 359.0 385.9 347.9 377.4 337.9C359.4 317.0 337.5 298.8 313.4 285.3C306.1 281.2 298.6 277.3 291.0 274.1C288.2 272.9 282.4 271.3 280.5 269.5C283.1 267.7 286.6 266.6 289.4 265.0C294.8 262.1 300.1 258.9 305.1 255.5C323.1 243.3 338.3 227.2 350.5 209.3C358.3 198.0 364.3 185.8 369.6 173.3C386.6 133.6 389.7 85.7 362.5 49.7C356.4 41.6 348.5 35.0 340.1 29.4C336.4 27.0 332.3 25.3 328.7 22.9C323.0 19.2 315.6 17.2 309.2 14.9C302.6 12.5 296.2 9.5 289.2 8.2C277.0 6.0 259.2 9.1 246.7 10.8C234.5 12.5 222.3 14.7 210.6 18.6C198.5 22.8 187.2 29.6 176.3 36.3C151.5 51.5 130.0 72.0 116.3 98.0C107.5 114.7 100.7 137.6 99.4 156.5C98.7 166.1 98.9 175.6 99.4 185.2C100.3 203.1 108.9 219.1 118.9 233.6C120.8 236.3 122.2 239.4 123.8 242.2C126.3 246.6 129.3 250.8 132.5 254.7C135.7 258.8 139.3 262.7 143.1 266.2C145.1 268.1 147.9 269.7 149.4 271.8 Z M205.0 268.1C223.6 266.6 247.7 270.9 265.5 276.3C312.1 290.6 359.3 325.4 385.2 366.8C396.6 385.1 401.2 408.6 397.8 429.8C396.4 438.5 394.2 448.4 387.5 454.6C382.0 459.8 374.6 463.0 367.3 464.6C364.5 465.2 357.6 465.8 355.6 466.8C353.7 467.8 349.9 473.5 347.4 475.6C340.5 481.5 331.5 484.8 322.4 485.4C315.0 485.8 306.2 485.3 301.6 478.6C299.6 475.6 299.7 471.2 297.6 469.3C296.2 468.0 294.1 467.6 292.4 466.8C288.7 465.2 285.0 463.7 281.4 462.1C251.9 449.2 222.9 434.3 197.6 414.2C183.4 403.0 165.7 381.8 155.7 366.6C145.0 350.0 138.4 332.1 139.5 312.2C140.2 299.7 144.8 288.2 155.3 280.8C167.3 272.3 183.3 269.4 197.6 268.4C200.1 268.2 202.5 268.3 205.0 268.1 Z M208.9 279.7C200.2 280.4 191.4 281.4 183.2 284.8C178.4 286.7 173.8 289.2 169.9 292.6C167.0 295.0 164.5 297.7 162.4 300.8C147.5 323.3 164.2 352.2 178.6 370.3C194.4 390.0 214.3 406.3 235.5 420.1C250.5 429.8 266.6 438.4 283.5 444.4C302.1 451.1 323.8 457.1 343.8 454.1C350.0 453.2 356.2 451.4 361.8 448.5C366.2 446.2 370.2 443.4 373.6 439.9C376.3 437.1 378.6 434.0 380.5 430.6C393.8 407.3 381.9 379.4 367.6 359.8C359.8 349.2 350.4 340.1 340.5 331.6C317.1 311.3 288.6 295.8 258.6 287.6C243.9 283.6 224.2 278.5 208.9 279.7 Z M210.3 290.5C224.6 289.4 244.8 294.6 258.6 298.9C295.6 310.5 330.9 331.5 355.6 362.0C370.3 380.2 386.1 411.6 366.2 432.0C363.5 434.8 360.5 437.0 357.2 438.8C352.7 441.1 347.9 442.6 343.0 443.4C327.8 445.9 308.8 441.7 294.4 436.8C256.1 423.8 217.9 399.4 191.4 368.7C188.9 365.8 186.5 362.7 184.1 359.7C173.5 345.9 159.6 321.4 172.5 305.1C174.2 302.9 176.3 301.1 178.6 299.4C182.0 297.1 185.8 295.3 189.7 294.0C196.5 291.8 203.2 291.1 210.3 290.5 Z M271.6 44.1C280.6 43.4 290.1 44.5 298.9 46.2C303.5 47.2 308.6 48.4 312.7 50.7C323.1 56.5 330.9 66.3 335.9 77.0C346.2 98.9 346.0 123.6 340.4 146.8C337.0 161.2 331.4 175.6 323.2 188.0C307.4 211.5 283.8 229.3 258.5 241.5C246.2 247.5 227.2 255.5 213.5 256.2C207.4 256.5 200.8 255.5 194.8 254.1C188.0 252.5 181.5 250.3 175.5 246.7C168.3 242.3 161.2 234.2 156.3 227.4C138.1 202.2 134.3 170.3 143.6 140.8C151.7 114.7 169.9 92.2 191.1 75.4C203.2 65.8 214.9 57.6 229.3 51.9C239.7 47.8 251.0 45.8 262.0 44.6C265.2 44.3 268.4 44.3 271.6 44.1 Z M151.1 160.1C150.2 160.4 150.3 161.9 150.2 162.7C149.9 165.5 149.9 168.3 149.9 171.2C149.9 183.1 154.0 195.6 159.0 206.3C165.6 220.4 176.0 233.5 190.8 239.7C203.1 244.8 220.2 244.2 232.9 240.8C237.2 239.6 246.3 236.0 249.4 233.1C251.1 231.6 252.3 228.5 253.1 226.4C258.0 212.9 247.5 199.9 238.6 190.8C221.9 173.7 197.3 165.6 174.2 162.2C169.0 161.4 163.7 160.8 158.5 160.4C156.3 160.3 153.3 159.7 151.1 160.1 Z M243.9 259.8C245.3 258.3 252.2 256.3 254.6 255.2C262.1 251.9 269.6 248.3 276.7 244.1C299.1 231.0 318.9 214.0 333.2 192.2C343.0 177.5 348.8 160.0 352.3 142.8C357.5 117.0 355.7 89.5 342.5 66.3C336.4 55.6 327.2 45.6 315.9 40.3C307.2 36.2 297.4 34.4 288.0 33.7C272.4 32.6 256.7 33.5 241.5 37.1C220.5 42.0 205.4 50.6 188.5 63.7C152.8 91.5 125.7 131.3 128.2 178.2C128.6 185.5 129.4 192.9 131.4 200.0C136.3 216.9 145.4 234.3 158.4 246.5C161.7 249.5 165.1 252.7 168.8 255.3C171.3 256.9 175.6 258.4 177.4 260.3C174.7 261.6 168.4 262.7 164.9 264.0C163.8 264.4 161.5 266.0 160.2 265.7C159.0 265.4 154.8 262.0 153.6 261.0C148.4 256.6 143.8 251.7 139.6 246.3C126.5 229.3 118.6 208.3 117.4 186.8C117.2 183.3 116.9 179.8 117.0 176.3C118.2 155.1 122.5 135.7 132.0 116.6C146.5 87.6 171.4 64.2 198.9 47.6C207.2 42.5 216.1 37.1 225.4 33.8C235.6 30.3 246.0 27.9 256.7 26.1C276.0 22.9 295.8 22.7 314.7 28.4C324.1 31.3 332.7 36.9 340.4 42.9C345.8 47.1 350.2 51.7 354.5 57.0C358.6 62.0 361.7 68.1 364.3 74.1C379.0 108.5 370.6 146.6 355.3 179.3C351.6 187.4 347.1 195.2 342.2 202.6C336.8 210.7 330.6 218.3 323.9 225.5C311.9 238.7 296.9 249.8 280.8 257.5C276.4 259.6 272.0 261.5 267.3 263.0C266.2 263.3 264.8 264.2 263.6 264.3C261.5 264.5 258.8 263.1 256.8 262.6C253.2 261.8 247.0 261.2 243.9 259.8 Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--powder .stl-rail--mirror .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%223.35 1.35 41.29 45.3%22%3E%3Cg fill=%22%23D9BFCB%22 stroke=%22%23D9BFCB%22%3E%3Cpath d='M24 2C15.716 2 9 8.716 9 17C9 18.027339 9.10402 19.03071 9.3007812 20L7.2148438 20C7.1189506 19.465137 7.0481694 18.921862 7.0039062 18.371094C6.9419062 17.596094 6.2917188 17 5.5117188 17C4.6297188 17 3.9338594 17.755813 4.0058594 18.632812C4.8016106 28.405513 12.679697 36.198346 22.5 36.927734L22.5 43L15.5 43 A 1.50015 1.50015 0 1 0 15.5 46L32.5 46 A 1.50015 1.50015 0 1 0 32.5 43L25.5 43L25.5 36.927734C35.320303 36.198346 43.198389 28.405513 43.994141 18.632812C44.065141 17.755812 43.370281 17 42.488281 17C41.708281 17 41.059094 17.596094 40.996094 18.371094C40.951831 18.921862 40.881049 19.465137 40.785156 20L38.699219 20C38.89598 19.03071 39 18.027339 39 17C39 8.716 32.284 2 24 2 z M 24 5C30.617 5 36 10.383 36 17C36 23.617 30.617 29 24 29C17.383 29 12 23.617 12 17C12 10.383 17.383 5 24 5 z M 8.046875 23L10.257812 23C12.573569 28.295285 17.85098 32 24 32C30.14902 32 35.426431 28.295285 37.742188 23L39.953125 23C37.515266 29.421198 31.284855 34 24 34C16.715145 34 10.484734 29.421198 8.046875 23 z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-badge{background-size:16px 16px}
.stl--bureau .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FFFFFF%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FFFFFF%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--camera{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.685 4.334) scale(0.044097)%22 fill=%22%233C4C57%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M211.1 7.8C190.3 9.5 182.1 21.0 171.3 37.1C168.4 41.4 165.3 45.5 162.4 50.0C159.4 54.7 156.3 59.3 153.2 63.9C151.8 65.9 150.7 68.9 148.3 69.9C146.4 70.6 143.8 70.2 141.8 70.2C137.1 70.2 132.5 70.2 127.9 70.2C126.2 70.2 122.4 70.9 121.0 69.6C119.8 68.5 120.3 66.0 120.0 64.5C119.4 61.6 117.3 58.5 114.4 57.6C110.5 56.5 102.3 57.4 98.0 57.4C90.4 57.4 82.8 57.4 75.3 57.4C72.2 57.4 68.8 57.0 65.8 57.4C61.5 58.0 59.3 61.9 58.6 65.8C58.4 67.3 58.9 69.2 57.3 70.0C55.5 70.9 49.7 70.0 47.5 70.0C42.0 70.0 28.5 69.3 24.0 70.7C21.8 71.4 19.1 72.9 17.3 74.5C6.0 84.2 7.5 102.2 7.5 115.7C7.5 149.1 7.5 182.6 7.5 216.1C7.5 244.6 7.5 273.1 7.5 301.6C7.5 313.0 8.1 329.4 18.7 336.5C26.7 341.9 44.6 340.0 54.4 340.0C82.9 340.0 111.4 340.0 139.9 340.0C218.2 340.0 296.4 340.0 374.7 340.0C399.7 340.0 424.7 340.0 449.6 340.0C459.1 340.0 479.6 341.0 487.7 339.5C495.4 338.0 498.4 332.3 501.9 326.2C504.1 322.5 504.6 317.4 505.0 313.1C505.9 302.7 505.5 292.2 505.5 281.8C505.5 233.1 505.5 184.5 505.5 135.8C505.5 123.7 506.0 111.4 505.1 99.3C504.6 91.2 503.1 83.2 497.8 76.8C495.6 74.3 492.4 71.8 489.3 70.7C484.9 69.2 472.6 70.2 467.4 70.2C465.1 70.2 459.5 70.8 457.6 69.9C454.0 68.2 457.6 59.6 455.7 57.1C454.7 55.8 452.5 56.5 451.1 56.5C449.0 56.5 442.3 56.9 440.8 56.0C437.4 54.0 439.3 45.8 436.5 43.5C435.2 42.4 428.6 43.0 426.7 43.0C419.7 43.0 412.7 43.2 405.7 43.2C403.4 43.2 398.5 42.3 396.5 43.1C395.1 43.7 395.6 45.5 395.2 46.7C394.4 48.9 393.8 53.9 392.2 55.5C389.5 58.3 380.1 54.7 376.6 56.7C373.7 58.3 377.3 67.5 374.8 69.6C373.6 70.7 370.5 70.2 369.0 70.2C367.8 70.2 366.5 70.2 365.3 69.9C362.3 69.0 361.5 66.3 359.8 63.9C357.4 60.4 355.0 56.8 352.6 53.2C345.1 42.0 334.9 24.3 324.6 16.3C311.2 6.0 298.1 7.8 282.2 7.8C266.4 7.8 250.7 7.8 235.0 7.8C227.1 7.8 219.0 7.2 211.1 7.8Z M70.1 84.2C77.8 84.0 85.5 84.3 93.2 84.3C97.2 84.3 100.7 83.5 103.7 86.6C106.0 89.1 105.5 92.2 105.5 95.3C105.5 99.5 106.5 111.4 104.9 114.6C103.9 116.6 101.5 118.2 99.4 118.4C92.6 119.2 81.8 118.6 74.6 118.4C70.2 118.4 66.5 118.8 63.5 115.0C61.5 112.4 62.3 108.0 62.3 104.9C62.3 99.2 60.2 86.9 66.8 84.4C67.7 84.0 69.1 84.2 70.1 84.2Z M244.4 44.9C251.8 44.9 265.2 44.0 271.9 45.0C274.8 45.3 277.6 46.9 279.9 48.6C284.4 52.1 286.9 58.9 289.8 63.7C290.7 65.2 293.6 68.7 290.3 69.3C288.7 69.6 277.1 69.2 274.4 69.2C262.6 69.2 250.7 69.2 238.8 69.2C234.7 69.2 230.7 69.2 226.6 69.2C225.3 69.2 222.7 69.7 221.7 68.8C219.8 67.2 224.1 63.2 224.8 61.8C229.1 53.3 233.6 44.9 244.4 44.9Z M142.4 205.0a114.1 114.1 0 1 0 228.1 0a114.1 114.1 0 1 0 -228.1 0Z M157.4 205.0a99.1 99.1 0 1 0 198.1 0a99.1 99.1 0 1 0 -198.1 0Z M179.8 205.0a76.7 76.7 0 1 0 153.4 0a76.7 76.7 0 1 0 -153.4 0Z M210.7 205.0a45.8 45.8 0 1 0 91.5 0a45.8 45.8 0 1 0 -91.5 0Z M267.3 184.6a10.6 10.6 0 1 0 21.1 0a10.6 10.6 0 1 0 -21.1 0Z M425.1 93.6a8.4 8.4 0 1 0 16.8 0a8.4 8.4 0 1 0 -16.8 0Z M395.2 93.6a8.4 8.4 0 1 0 16.7 0a8.4 8.4 0 1 0 -16.7 0Z M71.7 101.2a11.9 11.9 0 1 0 23.8 0a11.9 11.9 0 1 0 -23.8 0Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--gpu{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 3.282) scale(0.179036)%22 fill=%22%233C4C57%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M10.06,0h11.17v18.95h93.71c2.18,0,3.75,0.89,5.19,2.33c1.44,1.44,2.75,3.43,2.75,5.61v49.43 c0,2.18-0.89,4.17-2.33,5.61c-1.43,1.43-3.43,2.33-5.61,2.33h-2.83v6.14c0,0.74-0.31,1.42-0.8,1.92l-0.01,0.01 c-0.5,0.49-1.18,0.8-1.92,0.8h-47.1c-0.75,0-1.43-0.31-1.93-0.8c-0.05-0.05-0.1-0.11-0.14-0.16c-0.41-0.48-0.66-1.1-0.66-1.77 v-6.14H52.9v6.14c0,0.75-0.31,1.43-0.8,1.93c-0.05,0.05-0.11,0.1-0.16,0.14c-0.48,0.41-1.1,0.66-1.77,0.66H27.97 c-0.75,0-1.43-0.31-1.93-0.8c-0.05-0.05-0.1-0.11-0.14-0.16c-0.41-0.48-0.66-1.1-0.66-1.77v-6.14h-4.01v13.15H10.06V75.47H6.4 c-0.33,0-0.6-0.27-0.6-0.6v-16.9c0-0.33,0.27-0.6,0.6-0.6h3.65V42.03H6.4c-0.33,0-0.6-0.27-0.6-0.6v-16.9c0-0.33,0.27-0.6,0.6-0.6 h3.65V8.9H4.45C2.01,8.9,0,6.9,0,4.45v0C0,2,2,0,4.45,0H10.06L10.06,0z M37.29,69.04h3.13v-3.8h-3.13V69.04L37.29,69.04 L37.29,69.04z M91.95,30.2c5.91,0,11.26,2.4,15.13,6.27c3.87,3.87,6.27,9.22,6.27,15.13c0,5.91-2.4,11.26-6.27,15.13 c-3.87,3.87-9.22,6.27-15.13,6.27c-5.91,0-11.26-2.4-15.13-6.27c-3.87-3.87-6.27-9.22-6.27-15.13c0-5.91,2.4-11.26,6.27-15.13 C80.69,32.6,86.04,30.2,91.95,30.2L91.95,30.2z M105.29,38.27c-3.41-3.41-8.13-5.52-13.34-5.52c-5.21,0-9.92,2.11-13.34,5.52 c-3.41,3.41-5.52,8.13-5.52,13.34s2.11,9.92,5.52,13.34c3.41,3.41,8.13,5.52,13.34,5.52c5.21,0,9.92-2.11,13.34-5.52 c3.41-3.41,5.52-8.13,5.52-13.34S108.7,41.68,105.29,38.27L105.29,38.27z M98.16,53.78c-0.3,0.73-0.73,1.39-1.31,1.98 c-0.61,0.63-1.38,1.17-2.31,1.63c-0.01,0.25-0.02,0.48-0.04,0.71c-0.03,0.4-0.08,0.81-0.15,1.23c-0.27,1.68-0.84,2.92-1.41,4.15 c-0.37,0.8-0.74,1.6-1,2.48c-0.09,0.32-0.12,0.6-0.11,0.86c0.03,0.44,0.21,0.79,0.5,1.07c0.32,0.32,0.78,0.55,1.28,0.7 c0.56,0.16,1.18,0.23,1.78,0.19c0.52-0.03,1.07-0.14,1.6-0.28c0.55-0.15,1.08-0.34,1.59-0.55c0.47-0.19,0.91-0.41,1.33-0.66 c0.43-0.25,0.85-0.52,1.25-0.82c1.35-0.99,2.3-2.07,2.86-3.15c0.52-0.99,0.71-2.01,0.61-3c-0.1-1-0.5-1.98-1.19-2.92 c-0.88-1.2-2.22-2.29-3.98-3.21c-0.29-0.15-0.6-0.26-0.91-0.32C98.42,53.81,98.29,53.79,98.16,53.78L98.16,53.78L98.16,53.78z M94.12,46.08c0.74,0.27,1.42,0.67,2.03,1.23c0.66,0.59,1.23,1.33,1.73,2.24c0.23,0,0.47,0,0.71,0.01 c0.43,0.02,0.84,0.05,1.24,0.09c1.68,0.19,2.95,0.71,4.21,1.23c0.81,0.33,1.61,0.66,2.53,0.88c0.01,0,0.02,0,0.03,0.01 c0.31,0.07,0.58,0.09,0.83,0.06c0.44-0.05,0.78-0.25,1.05-0.55c0.3-0.34,0.51-0.8,0.64-1.32c0.14-0.57,0.17-1.19,0.11-1.78 c-0.06-0.53-0.18-1.06-0.35-1.59c-0.18-0.54-0.39-1.07-0.62-1.57c-0.21-0.45-0.46-0.89-0.72-1.3c-0.26-0.41-0.56-0.81-0.88-1.21 c-1.05-1.31-2.16-2.2-3.28-2.72c-1.02-0.47-2.04-0.62-3.03-0.48c-0.99,0.15-1.96,0.59-2.86,1.31c-1.16,0.93-2.19,2.32-3.03,4.12 c-0.14,0.3-0.23,0.61-0.28,0.93C94.15,45.81,94.13,45.94,94.12,46.08L94.12,46.08L94.12,46.08z M86.42,49.56 c0.26-0.74,0.67-1.42,1.22-2.04c0.58-0.65,1.33-1.23,2.24-1.73c0-0.24,0-0.47,0.01-0.71c0.01-0.42,0.04-0.84,0.09-1.24 c0.19-1.69,0.7-2.95,1.22-4.21c0.33-0.82,0.67-1.64,0.88-2.53c0.08-0.32,0.1-0.61,0.07-0.86c-0.05-0.43-0.25-0.78-0.55-1.05 c-0.34-0.3-0.8-0.51-1.32-0.64c-0.57-0.14-1.19-0.17-1.78-0.1c-0.53,0.06-1.07,0.18-1.59,0.35c-0.53,0.17-1.06,0.39-1.56,0.63 c-0.45,0.21-0.88,0.46-1.3,0.73c-0.42,0.27-0.82,0.56-1.2,0.87c-1.31,1.06-2.2,2.17-2.71,3.29c-0.47,1.02-0.62,2.04-0.47,3.02 c0.15,0.99,0.59,1.96,1.32,2.86c0.93,1.15,2.33,2.19,4.13,3.02c0.3,0.14,0.61,0.23,0.93,0.28C86.16,49.54,86.29,49.55,86.42,49.56 L86.42,49.56L86.42,49.56z M95.55,48.37C94.7,47.53,93.53,47,92.24,47c-1.29,0-2.47,0.53-3.31,1.37c-0.85,0.85-1.37,2.02-1.37,3.31 c0,1.29,0.53,2.47,1.37,3.31c0.85,0.85,2.02,1.37,3.31,1.37c1.29,0,2.47-0.53,3.31-1.37c0.85-0.85,1.37-2.02,1.37-3.31 C96.93,50.4,96.4,49.22,95.55,48.37L95.55,48.37L95.55,48.37z M89.83,57.11c-0.74-0.26-1.43-0.65-2.05-1.19 c-0.67-0.58-1.25-1.31-1.77-2.21c-0.23,0-0.47,0-0.71,0c-0.41-0.01-0.83-0.03-1.23-0.07c-1.69-0.17-2.97-0.66-4.23-1.16 c-0.82-0.32-1.64-0.64-2.54-0.85c-0.32-0.07-0.61-0.09-0.86-0.06c-0.44,0.06-0.78,0.26-1.04,0.56c-0.29,0.34-0.5,0.81-0.62,1.32 c-0.13,0.57-0.15,1.19-0.08,1.78c0.07,0.53,0.2,1.06,0.38,1.58c0.18,0.55,0.41,1.07,0.65,1.55c0.22,0.44,0.47,0.87,0.74,1.29 c0.28,0.42,0.58,0.82,0.89,1.2c1.07,1.28,2.2,2.16,3.33,2.66c1.03,0.46,2.05,0.59,3.03,0.44c0.99-0.16,1.95-0.62,2.84-1.36 c1.14-0.95,2.15-2.35,2.96-4.17c0.14-0.3,0.22-0.62,0.26-0.93C89.81,57.37,89.82,57.24,89.83,57.11L89.83,57.11L89.83,57.11z M35.58,39.71h21.21c0.73,0,1.32,0.59,1.32,1.32v21.28c0,0.73-0.6,1.32-1.32,1.32H35.58c-0.73,0-1.32-0.6-1.32-1.32V41.03 C34.26,40.3,34.85,39.71,35.58,39.71L35.58,39.71L35.58,39.71L35.58,39.71z M41.17,45.89H51.2c0.44,0,0.8,0.36,0.8,0.8v9.97 c0,0.44-0.36,0.8-0.8,0.8H41.17c-0.44,0-0.8-0.36-0.8-0.8v-9.97C40.37,46.25,40.73,45.89,41.17,45.89L41.17,45.89L41.17,45.89z M64.02,52.79v2.6h-3.8v-2.6H64.02L64.02,52.79L64.02,52.79z M64.02,47.82v2.6h-3.8v-2.6H64.02L64.02,47.82L64.02,47.82 L64.02,47.82z M64.02,57.77v3.13h-3.8v-3.13H64.02L64.02,57.77L64.02,57.77z M64.02,42.32v3.13h-3.8v-3.13H64.02L64.02,42.32 L64.02,42.32z M29.15,52.79v2.6h3.8v-2.6H29.15L29.15,52.79L29.15,52.79z M29.15,47.82v2.6h3.8v-2.6H29.15L29.15,47.82L29.15,47.82 z M29.15,57.77v3.13h3.8v-3.13H29.15L29.15,57.77L29.15,57.77z M29.15,42.32v3.13h3.8v-3.13H29.15L29.15,42.32L29.15,42.32z M47.77,34.17h2.6v3.8h-2.6V34.17L47.77,34.17L47.77,34.17L47.77,34.17z M42.8,34.17h2.6v3.8h-2.6V34.17L42.8,34.17L42.8,34.17 L42.8,34.17z M52.74,34.17h3.13v3.8h-3.13V34.17L52.74,34.17L52.74,34.17L52.74,34.17z M37.29,34.17h3.13v3.8h-3.13V34.17 L37.29,34.17L37.29,34.17L37.29,34.17z M47.77,69.04h2.6v-3.8h-2.6V69.04L47.77,69.04L47.77,69.04z M42.8,69.04h2.6v-3.8h-2.6 V69.04L42.8,69.04L42.8,69.04z M52.74,69.04h3.13v-3.8h-3.13V69.04L52.74,69.04L52.74,69.04z M21.23,24.3v54.88h91.63 c1.4,0,2.67-0.57,3.59-1.5c0.92-0.93,1.5-2.2,1.5-3.59V29.39c0-1.4-0.57-2.67-1.5-3.59c-0.91-0.92-2.19-1.5-3.58-1.5l0,0H21.23 L21.23,24.3z M108.64,84.26h-6.43c0.1,0.22,0.16,0.46,0.16,0.72v4.68h6.27V84.26L108.64,84.26z M99.05,84.26h-7.32 c0.1,0.22,0.16,0.46,0.16,0.72v4.68h7.01v-4.68C98.9,84.73,98.95,84.48,99.05,84.26L99.05,84.26z M88.57,84.26h-7.33 c0.1,0.22,0.16,0.46,0.16,0.72v4.68h7.01v-4.68C88.41,84.73,88.47,84.48,88.57,84.26L88.57,84.26z M78.09,84.26h-7.32 c0.1,0.22,0.16,0.46,0.16,0.72v4.68h7.01v-4.68C77.93,84.73,77.99,84.48,78.09,84.26L78.09,84.26z M67.61,84.26h-4.59v5.4h4.43 v-4.68C67.45,84.73,67.51,84.48,67.61,84.26L67.61,84.26z M49.43,84.26h-4.38c0.1,0.22,0.16,0.46,0.16,0.72v4.68h4.22V84.26 L49.43,84.26z M41.9,84.26h-6.28c0.1,0.22,0.16,0.46,0.16,0.72v4.68h5.97v-4.68C41.74,84.73,41.8,84.48,41.9,84.26L41.9,84.26z M32.46,84.26H28.7v5.4h3.6v-4.68C32.3,84.73,32.36,84.48,32.46,84.26L32.46,84.26z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--harddrive{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(2.863 0.291) scale(0.028046)%22%3E%3Cg fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%2214%22 stroke-linejoin=%22round%22 stroke-linecap=%22round%22%3E %3Ccircle cx=%2289.2%22 cy=%2269.9%22 r=%2212.1%22 /%3E %3Ccircle cx=%22560.6%22 cy=%2269.9%22 r=%2212.1%22 /%3E %3Ccircle cx=%22525.6%22 cy=%22128.4%22 r=%226.7%22 /%3E %3Ccircle cx=%22539.5%22 cy=%22146.3%22 r=%226.7%22 /%3E %3Ccircle cx=%22324.9%22 cy=%22300.6%22 r=%2283.8%22 /%3E %3Ccircle cx=%22324.5%22 cy=%22246.3%22 r=%229.5%22 /%3E %3Ccircle cx=%22276.2%22 cy=%22276.9%22 r=%229.4%22 /%3E %3Ccircle cx=%22373%22 cy=%22276.9%22 r=%229.4%22 /%3E %3Ccircle cx=%22324.9%22 cy=%22300.6%22 r=%2229.5%22 /%3E %3Ccircle cx=%22324.9%22 cy=%22300.7%22 r=%229.5%22 /%3E %3Ccircle cx=%22276.1%22 cy=%22330.6%22 r=%229.5%22 /%3E %3Ccircle cx=%22372.9%22 cy=%22330.6%22 r=%229.5%22 /%3E %3Ccircle cx=%22324.5%22 cy=%22354.6%22 r=%229.5%22 /%3E %3Ccircle cx=%2281.9%22 cy=%22448.6%22 r=%2212.1%22 /%3E %3Ccircle cx=%22568%22 cy=%22448.6%22 r=%2212.1%22 /%3E %3Ccircle cx=%22388.5%22 cy=%22455.3%22 r=%225.8%22 /%3E %3Ccircle cx=%22532.6%22 cy=%22493%22 r=%229.5%22 /%3E %3Ccircle cx=%22107.4%22 cy=%22496.4%22 r=%229.5%22 /%3E %3Ccircle cx=%22162.1%22 cy=%22540.6%22 r=%229.9%22 /%3E %3Ccircle cx=%22262.9%22 cy=%22590.2%22 r=%2228.3%22 /%3E %3Ccircle cx=%22262.8%22 cy=%22590.2%22 r=%2217.6%22 /%3E %3Ccircle cx=%22262.9%22 cy=%22590.2%22 r=%226.9%22 /%3E %3Ccircle cx=%22293%22 cy=%22679.8%22 r=%226%22 /%3E %3Ccircle cx=%22293%22 cy=%22708.4%22 r=%224.9%22 /%3E %3Ccircle cx=%2289.2%22 cy=%22768.8%22 r=%2212.1%22 /%3E %3Ccircle cx=%22560.6%22 cy=%22768.9%22 r=%2212.1%22 /%3E %3Ccircle cx=%22324.8%22 cy=%22778.4%22 r=%2212.9%22 /%3E %3Cpath d=%22M95 569L95 533L124 530L146 506L174 520L197 533A24.8 24.8 0 0 1 191 552A13.6 13.6 0 0 0 198 568L199 570%22 /%3E %3Cpath d=%22M95 569L193 588L197 588%22 /%3E %3Cpath d=%22M95 569L95 693L136 737L262 740A26.9 26.9 0 0 0 265 718L265 657%22 /%3E %3Cpath d=%22M265 737L265 657%22 /%3E %3Cpath d=%22M265 737L293 737L301 728A3.8 3.8 0 0 1 309 730L333 729L332 656L316 648L308 646L295 648L279 655L275 655A23.2 23.2 0 0 1 285 638L291 630L307 624L314 610L324 587L350 549A5.7 5.7 0 0 0 354 541L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M265 737A9.7 9.7 0 0 1 251 739L135 737L94 692L95 569%22 /%3E %3Cpath d=%22M265 737L265 657%22 /%3E %3Cpath d=%22M197 588L199 570%22 /%3E %3Cpath d=%22M197 588A10.1 10.1 0 0 0 203 603%22 /%3E %3Cpath d=%22M412 567A17 17 0 0 1 423 550L450 528L497 496A4.4 4.4 0 1 1 498 505L446 548L418 566L412 567Z%22 /%3E %3Cpath d=%22M412 567L403 573%22 /%3E %3Cpath d=%22M450 742L455 734L473 718A13.8 13.8 0 0 1 487 724L492 728L486 736L478 742L450 742Z%22 /%3E %3Cpath d=%22M450 742A6.4 6.4 0 0 1 442 745L441 746%22 /%3E %3Cpath d=%22M234 66A7.9 7.9 0 0 0 221 60L151 52A23.5 23.5 0 0 0 126 69L110 91L97 101L84 107L81 121A9.5 9.5 0 0 0 74 133L85 135A6.1 6.1 0 0 1 81 147A13.8 13.8 0 0 0 76 170L98 173L107 176%22 /%3E %3Cpath d=%22M234 66L246 64L269 57L297 52L325 50L358 52L396 61L427 73L457 90L485 111L502 126L504 126%22 /%3E %3Cpath d=%22M234 66A14.9 14.9 0 0 1 222 73L190 91L164 111A243.3 243.3 0 0 0 123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M234 66A13.7 13.7 0 0 1 222 73L190 91L164 111A243.3 243.3 0 0 0 123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M121 154A19 19 0 0 0 133 142L156 118L181 97L210 79L233 68L234 66%22 /%3E %3Cpath d=%22M121 154L118 162L108 176L89 218L80 251L76 277A249.3 249.3 0 0 0 217 526L241 536L254 541L255 542%22 /%3E %3Cpath d=%22M121 154A5 5 0 0 1 117 145A9.8 9.8 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M538 170L561 152A27.9 27.9 0 1 0 520 114L504 127L496 121L469 98L439 79L405 64L371 55L345 51L299 51L257 60L236 66L198 86L171 105L140 134L123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M538 170L561 152A27.9 27.9 0 1 0 520 114L504 127L496 121L469 98L439 79L405 64L371 55L345 51L299 51L257 60L236 66L198 86L171 105L140 134L123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M538 170A29.4 29.4 0 0 0 547 189L562 222L567 240L571 261L574 288A239.5 239.5 0 0 1 520 456L502 477A247 247 0 0 1 354 548A14.2 14.2 0 0 1 360 533L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M538 170A38.5 38.5 0 0 1 523 152L505 130A5.1 5.1 0 0 0 499 124A241.6 241.6 0 0 0 236 66L198 86L171 105L140 134L123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M504 126L531 106L544 103L557 107A29.1 29.1 0 0 1 553 159L538 170%22 /%3E %3Cpath d=%22M504 126A14.8 14.8 0 0 0 512 138L537 170L548 163L566 147A27.8 27.8 0 0 0 520 114L504 126Z%22 /%3E %3Cpath d=%22M203 603L219 606A22.9 22.9 0 0 0 217 587L220 567A1.5 1.5 0 0 1 222 564L254 545L255 542%22 /%3E %3Cpath d=%22M203 603A21.7 21.7 0 0 0 216 620L250 653A3.2 3.2 0 0 0 254 647A13.2 13.2 0 0 0 247 636L232 617L221 608L220 606%22 /%3E %3Cpath d=%22M566 656A8.2 8.2 0 0 0 559 648L529 620A86.5 86.5 0 0 1 552 591A23.1 23.1 0 0 0 558 566L557 519L549 517L535 514L513 507A9.1 9.1 0 0 0 504 513L462 550L423 579L401 590A11.4 11.4 0 0 0 410 600L436 621A12 12 0 0 1 429 633L366 706A5.7 5.7 0 0 0 371 715L428 763L456 761L488 756L563 658L566 656Z%22 /%3E %3Cpath d=%22M566 656L568 660L566 694L492 772L363 771A40.4 40.4 0 0 0 285 772L156 771L82 692L82 517L116 516L130 503%22 /%3E %3Cpath d=%22M566 656A45.1 45.1 0 0 0 549 675L488 756L434 763A20.6 20.6 0 0 1 415 752L365 709A15.3 15.3 0 0 1 373 698L436 625A8.9 8.9 0 0 0 428 614L402 593A5.1 5.1 0 0 1 408 586L427 576L471 542L511 507A30.2 30.2 0 0 1 530 512L544 516L557 518%22 /%3E %3Cpath d=%22M265 657L254 654%22 /%3E %3Cpath d=%22M265 657L275 655A23.2 23.2 0 0 1 285 638L291 630L307 624L314 610L324 587L350 549A5.7 5.7 0 0 0 354 541L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M254 654A21 21 0 0 0 243 631L232 617L221 608L220 606%22 /%3E %3Cpath d=%22M254 654A32.5 32.5 0 0 1 235 639L204 608A9.3 9.3 0 0 0 197 599A8.8 8.8 0 0 0 195 588A59.7 59.7 0 0 1 166 583L96 569A26.1 26.1 0 0 0 94 589L95 693L136 737L262 740A26.9 26.9 0 0 0 265 718L265 657%22 /%3E %3Cpath d=%22M220 606A31.2 31.2 0 0 0 217 586L220 567A1.5 1.5 0 0 1 222 564L254 545L255 542%22 /%3E %3Cpath d=%22M220 606A15 15 0 0 1 206 603L202 603A9.7 9.7 0 0 1 197 589L96 569A26.1 26.1 0 0 0 94 589L95 693L136 737L262 740A26.9 26.9 0 0 0 265 718L265 657%22 /%3E %3Cpath d=%22M317 791L312 776L317 768A12.6 12.6 0 1 1 333 788L332 791%22 /%3E %3Cpath d=%22M317 791A18 18 0 0 0 333 789L337 780A12.5 12.5 0 1 0 316 788L317 791Z%22 /%3E %3Cpath d=%22M317 791L312 776L317 768A12.6 12.6 0 1 1 333 788L332 791%22 /%3E %3Cpath d=%22M317 791L302 793A6.2 6.2 0 0 0 299 801L61 801L61 766L68 763L67 716L61 714L61 123L68 120L67 73L61 71L61 35A55.4 55.4 0 0 1 90 36A6.8 6.8 0 0 0 102 42A9.1 9.1 0 0 0 114 39A9.9 9.9 0 0 1 128 34L538 35A7.8 7.8 0 0 0 551 42A7.8 7.8 0 0 0 564 35A41.6 41.6 0 0 1 589 36L588 72A16.1 16.1 0 0 0 585 89L586 120A9.5 9.5 0 0 1 589 133L588 715A26.9 26.9 0 0 0 585 737L586 763A16.1 16.1 0 0 1 589 780L588 802L355 801L353 794A26.1 26.1 0 0 0 333 792L332 791%22 /%3E %3Cpath d=%22M220 566A65.3 65.3 0 0 1 247 550L254 544L255 542%22 /%3E %3Cpath d=%22M220 566A38.7 38.7 0 0 1 239 554L254 545L255 542%22 /%3E %3Cpath d=%22M220 566L217 588L220 603L220 606%22 /%3E %3Cpath d=%22M220 566L199 570%22 /%3E %3Cpath d=%22M117 154A14.3 14.3 0 0 0 113 137A9.8 9.8 0 1 0 113 155L117 154Z%22 /%3E %3Cpath d=%22M566 653A26.1 26.1 0 0 0 568 633L567 517A8.8 8.8 0 0 0 556 518L538 515L513 507A9.1 9.1 0 0 0 504 513L462 550L423 579L401 590A11.4 11.4 0 0 0 410 600L436 621A12 12 0 0 1 429 633L366 706A5.7 5.7 0 0 0 371 715L428 763L456 761L488 756L563 658A3.7 3.7 0 0 0 561 650L529 619L538 607L557 584L558 520%22 /%3E %3Cpath d=%22M566 653A36.1 36.1 0 0 0 568 630L567 517A8.8 8.8 0 0 0 556 518L538 515L513 507A9.1 9.1 0 0 0 504 513L462 550L423 579L401 590A11.4 11.4 0 0 0 410 600L436 621A12 12 0 0 1 429 633L366 706A5.7 5.7 0 0 0 371 715L428 763L456 761L488 756L563 658A3.7 3.7 0 0 0 561 650L529 619L538 607L557 584L558 520%22 /%3E %3Cpath d=%22M566 653L549 639L529 619L538 607L557 584L557 519L549 517L535 514L513 507A9.1 9.1 0 0 0 504 513L462 550L423 579L401 590A11.4 11.4 0 0 0 410 600L436 621A12 12 0 0 1 429 633L366 706A5.7 5.7 0 0 0 371 715L428 763L456 761L488 756L563 658A4.5 4.5 0 0 0 566 653Z%22 /%3E %3Cpath d=%22M275 656A22.9 22.9 0 0 1 285 638L291 630L307 624L314 610L324 587L350 549A5.7 5.7 0 0 0 354 541L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M275 656A21.8 21.8 0 0 0 291 650A20 20 0 0 1 307 647A13.3 13.3 0 0 1 321 650L333 657L332 730L307 729A7.8 7.8 0 0 0 295 735A10.7 10.7 0 0 1 282 737A15.2 15.2 0 0 1 265 735L265 657%22 /%3E %3Cpath d=%22M275 656A6.8 6.8 0 0 0 265 667L266 737L293 737L301 728A3.8 3.8 0 0 1 309 730L333 729L332 656L316 648L308 646L295 648L279 655L275 655A23.2 23.2 0 0 1 285 638L291 630L307 624L314 610L324 587L350 549A5.7 5.7 0 0 0 354 541L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M107 176A16.4 16.4 0 0 0 116 165A10.2 10.2 0 0 0 120 154A5.4 5.4 0 0 1 117 145A9.8 9.8 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M107 176A46.3 46.3 0 0 1 97 199L86 228L79 256L75 286A249.6 249.6 0 0 0 220 527A30.2 30.2 0 0 0 239 535L254 541L255 542%22 /%3E %3Cpath d=%22M557 518L568 518L567 653A2.1 2.1 0 0 1 563 651L529 620A86.5 86.5 0 0 1 552 591A23.1 23.1 0 0 0 558 566L557 519L549 517L535 514L513 507A9.1 9.1 0 0 0 504 513L462 550L423 579L401 590A11.4 11.4 0 0 0 410 600L436 621A12 12 0 0 1 429 633L366 706A5.7 5.7 0 0 0 371 715L428 763L456 761L488 756L563 658L566 656%22 /%3E %3Cpath d=%22M557 518A317 317 0 0 1 556 586L530 617A5.8 5.8 0 0 0 535 626L565 653L566 653%22 /%3E %3Cpath d=%22M353 548A24.3 24.3 0 0 1 362 530L393 483L421 443A6.8 6.8 0 0 0 419 434A18.1 18.1 0 0 1 437 419A11.3 11.3 0 1 0 419 413A12.8 12.8 0 0 1 405 421L400 419L381 435L339 473L258 541L255 542%22 /%3E %3Cpath d=%22M353 548L383 544L419 532L451 516L475 500L506 473L525 450L543 421L557 393L567 362L572 335L574 307A218.1 218.1 0 0 0 539 175A15.9 15.9 0 0 0 530 162L505 130A5.1 5.1 0 0 0 499 124A241.6 241.6 0 0 0 236 66L198 86L171 105L140 134L123 154A4.7 4.7 0 0 1 117 146A9.7 9.7 0 1 0 113 155L117 154%22 /%3E %3Cpath d=%22M353 548A28.6 28.6 0 0 0 339 565L321 593L308 623L297 628A23.4 23.4 0 0 0 281 643L275 653A4.7 4.7 0 0 0 284 653L300 647L314 647L333 656L332 730L307 729A7.8 7.8 0 0 0 295 735A10.7 10.7 0 0 1 282 737A15.2 15.2 0 0 1 265 735L265 657%22 /%3E %3Cpath d=%22M491 117L491 117Z%22 /%3E %3Cpath d=%22M384 431L384 431Z%22 /%3E %3Cpath d=%22M371 443L371 443Z%22 /%3E %3Cpath d=%22M136 465L136 465Z%22 /%3E %3Cpath d=%22M366 471L374 475A14.4 14.4 0 0 1 367 496A10.7 10.7 0 0 1 345 495L350 485L363 472L366 471Z%22 /%3E %3Cpath d=%22M326 518A9.1 9.1 0 0 1 330 536L322 544A8.5 8.5 0 1 1 316 527A13.4 13.4 0 0 1 326 518Z%22 /%3E %3Cpath d=%22M530 622L530 622Z%22 /%3E %3Cpath d=%22M229 634L229 634Z%22 /%3E %3Cpath d=%22M298 750L298 750Z%22 /%3E %3Cg fill=%22%233C4C57%22 stroke=%22none%22%3E %3Ccircle cx=%22133.7%22 cy=%22552.4%22 r=%226.6%22 /%3E %3Ccircle cx=%22152%22 cy=%22566.5%22 r=%226.6%22 /%3E %3Ccircle cx=%22130.7%22 cy=%22625.7%22 r=%226.5%22 /%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--lens{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 6.37) scale(.048352)%22 fill=%22%233C4C57%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M117.5,229.5L117.5,233.5L214.5,233.5C212.7,232.2 212.4,229.6 209,229.5C192.9,228.8 133.2,229.5 118,229.5C117.8,229.5 117.7,229.5 117.5,229.5ZM92.5,169.5C92.5,170.2 92,170.6 92.5,171.5C96.6,178.3 112.9,201.8 117,210.5C119.8,216.4 117,219.2 117,223.5C117.3,223.7 117.4,224 118,224C126.8,224 152.3,223.7 169.5,223.5L169,170C143.7,169.8 105.8,169.6 93,169.5C92.8,169.5 92.7,169.5 92.5,169.5ZM361,148L398.5,147.5L399,152.5C398,152.8 397.6,153.5 396,153.5C389.8,153.7 373.3,153.5 362,153.5L360.5,152L360.5,148.5L361,148ZM361,136L398.5,135.5L399,140.5L398,141.5L361.5,141.5L360.5,140.5L360.5,136.5L361,136ZM361,124L398.5,123.5L399,129L398,130C386,130 368.2,130.2 362,130C361.1,130 361,129.3 360.5,129L360.5,124.5L361,124ZM361.5,112C367.6,111.9 391.2,111.4 397.5,111.5C398.4,111.5 398.5,112.2 399,112.5L399,117L398,118C386,118 368.2,118.2 362,118C361.1,118 361,117.3 360.5,117L361,112C361.2,112 361.3,112 361.5,112ZM361,100.5L398.5,100L399,105L398,106L361.5,106L360.5,105L360.5,101L361,100.5ZM361,88.5L398.5,88L399,93.5L361.5,94L360.5,93L360.5,89L361,88.5ZM361.5,76.5C372.7,76.3 388.8,75.9 395,76C397.1,76 397.7,76.7 399,77L399,81.5L361.5,82L360.5,81C360.7,79.7 360.8,77.8 361,77C361.1,76.7 361.3,76.7 361.5,76.5ZM361,65L398.5,64.5L399,69.5L361.5,70L360.5,69L360.5,65.5L361,65ZM231.5,60.5C234.7,60.4 243.8,60.2 250,60L254.5,64.5C254.5,87 255,120.1 254.5,132C254.4,134.5 252.4,135.2 251.5,136C250.6,136.8 250.3,136.9 249,137C245.8,137.2 235.7,137.2 232.5,137C231.2,136.9 230.8,136.8 230,136C229.2,135.2 227.6,134.4 227.5,132C227.1,120.1 227.4,76.1 227.5,64.5C227.5,63.5 227.8,63.2 228,62.5C229,61.8 230.4,60.8 231,60.5C231.2,60.4 231.3,60.5 231.5,60.5ZM361,53L398.5,52.5L399,57.5L398,58.5C386,58.5 368.2,58.7 362,58.5C361.1,58.5 361,57.8 360.5,57.5L360.5,53.5L361,53ZM361,41L398,40.5L399,41.5L399,46L361.5,46.5L360.5,45.5L360.5,41.5L361,41ZM444.5,29.5L451.5,29C452,29.8 453,30 453,31.5C453.2,48.1 453,96.2 453,128.5L452,129.5L445,129.5C444.7,129 444,128.9 444,128C443.8,111.4 444,62.7 444,30L444.5,29.5ZM361,29L398,28.5L399,29.5L399,34L361.5,34.5L360.5,33.5L360.5,29.5L361,29ZM0.5,23L0,135.5C1.3,135.7 2,136 4,136C6.7,136 12,135.7 16,135.5C16,99.5 16.1,46.2 16,27.5C16,25.2 15.7,24.5 15.5,23C10.7,23 3.5,23 1,23C0.8,23 0.7,23 0.5,23ZM361,17L398,16.5L399,17.5L399,22L398,23C386,23 368.2,23.2 362,23C361.1,23 361,22.3 360.5,22L360.5,17.5L361,17ZM36,13C33.3,14.8 25.7,20 20.5,23.5L20.5,135L38,144.5L83.5,144C83.5,101.3 83.8,37.8 83.5,16C83.5,14.3 82.5,14 82,13C66.8,13 44.2,13 36.5,13C36.2,13 36.2,12.9 36,13ZM220,11L219.5,146.5L220.5,147.5L262,147C262,102 262.1,34.7 262,12C262,11.4 261.7,11.3 261.5,11C247.8,11 227.4,11 220.5,11C220.2,11 220.2,11 220,11ZM442.5,10L442,147.5L443,148.5L454,148.5L455,147.5C455,103.2 455.2,37.4 455,14.5C455,12.2 454.3,11.5 454,10C450.3,10 444.9,10 443,10C442.8,10 442.7,10 442.5,10ZM361.5,5C367.7,4.9 385.8,4.7 398,4.5L399,5.5L399,10L398,11L361.5,11L360.5,10L361,5C361.2,5 361.3,5 361.5,5ZM408.5,4.5C408.2,4.6 407.8,4.8 407.5,5L407.5,153.5C410.3,153.7 411.7,153.9 416,154C421.1,154.1 434,154.2 438,154C439.1,154 439.3,153.3 440,153C440,104.8 440.1,33.2 440,8.5C440,6.7 439.7,6.2 439.5,5C439.2,4.8 439.1,4.5 438.5,4.5C433.4,4.4 414,4.5 409,4.5C408.8,4.5 408.7,4.4 408.5,4.5ZM267,4.5C266.7,8 266,9.7 266,15C265.8,39.6 265.9,128.9 266,152C266,152.8 266.3,153 266.5,153.5C269.3,153.7 270.7,154 275,154C289.1,154 325.7,153.7 351,153.5C351.2,106.7 351.5,37.8 351.5,13C351.5,9 351.2,7.7 351,5C350.7,4.8 350.6,4.5 350,4.5C336.1,4.4 281.3,4.5 267.5,4.5C267.2,4.5 267.2,4.5 267,4.5ZM131.5,4.5C131.2,4.6 130.8,4.8 130.5,5L130.5,153.5C133.7,153.7 135.2,154 140,154C154,154.1 189.7,154 214.5,154L215.5,153C215.5,105.3 215.7,34.8 215.5,10C215.5,7.2 214.8,6.3 214.5,4.5C187,4.5 145.8,4.5 132,4.5C131.8,4.5 131.7,4.4 131.5,4.5ZM90.5,4.5C90.2,4.6 89.8,4.8 89.5,5L89.5,162.5C90.3,162.8 90.7,163.5 92,163.5C112.2,163.7 171.3,163.5 211,163.5L215,158L125.5,158L124.5,157L122.5,5C112,4.8 96.3,4.6 91,4.5C90.8,4.5 90.7,4.4 90.5,4.5ZM359.5,0L355.5,3.5L355.5,155C357,156.2 357.2,158.3 360,158.5C367.4,159.1 386.7,158.5 400,158.5L404.5,154L404,3.5L400.5,0C387,0 366.8,0 360,0C359.8,0 359.7,0 359.5,0Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--microscope{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(4.12 0.946) scale(.044701)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cpath d=%22m226.53 1.21h8.262c4.01 0 7.258 1.425 7.258 3.184 0 1.758-3.248 3.184-7.258 3.184h-8.262c-4.01 0-7.266-1.425-7.266-3.184 0.01-1.759 3.26-3.184 7.27-3.184z%22 fill=%22%233C4C57%22 /%3E %3Cpath fill=%22%233C4C57%22 d=%22m311.74 264.69l10.074-8.454c0.963-0.811 2.191-0.936 2.736-0.284 0.549 0.651 0.209 1.837-0.756 2.646l-10.076 8.452c-0.963 0.811-2.186 0.938-2.732 0.287-0.55-0.66-0.21-1.85 0.76-2.66z%22 /%3E %3Cpath d=%22m307.77 263.38l13.428-11.269c1.291-1.082 3.654-0.381 3.654-0.381 0.729 0.869 0.281 2.451-1.008 3.527l-13.43 11.273c-1.287 1.078-2.922 1.249-3.654 0.379-0.73-0.87-0.27-2.45 1.01-3.53z%22 fill=%22%233C4C57%22 /%3E %3Crect height=%2213.745%22 width=%2260.327%22 y=%22437.61%22 x=%22129.23%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m189.56 437.61l49.051 2.025s3.857 2.693 3.701 5.171c-0.146 2.274-3.701 4.521-3.701 4.521l-49.051 2.028v-13.75z%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m261.4 105.66s0.412-4.932-3.699-6.576c-5.898-2.361-7.695-4.524-7.695-16.213v-72.547s-0.412-6.051-7.287-6.051h-24.316s-7.285 0-6.873 6.875c0.412 6.871 0 73.368 0 73.368s1.873 12.708-5.344 14.98c-5.23 1.644-3.586 3.582-3.998 7.281-0.41 3.7 59.22-1.12 59.22-1.12%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m262.25 106.1h-138.55s-103.9 99.509-95.886 243.19c4.479 80.311 71.566 112 71.566 112s17.02 2.298 17.02 27.366h157l6.453 4.715h37.65v-37.306h-145.17s-20.691 0.102-37.65-18.351-10.988-111.35-10.988-111.35h-32.419s-22.288 2.239-14.825-22.825c7.467-25.064 17.811-83.301 56.103-83.301h129.7v-114.14z%22 fill=%22%233C4C57%22 /%3E %3Cpolygon points=%22217.36 233.31 217.77 238.54 220.23 238.54 221.06 236.48 247.12 236.48 247.94 238.54 250.41 238.54 250.82 233.31%22 fill=%22%233C4C57%22 /%3E %3Cpolygon points=%22217.36 233.47 218.78 228.24 249.4 228.24 250.82 233.47%22 fill=%22%233C4C57%22 /%3E %3Crect y=%22239.77%22 x=%22218.81%22 height=%224.816%22 width=%2229.545%22 /%3E %3Cpolyline points=%22216.64 249.52 216.65 244.58 251.53 244.58 251.54 249.52 247 257.62 220.75 257.62 216.64 249.52%22 fill=%22%233C4C57%22 /%3E %3Cpath fill=%22%233C4C57%22 d=%22m227.21 281.41h13.152c1.258 0 2.279 0.689 2.279 1.543 0 0.85-1.021 1.541-2.279 1.541h-13.152c-1.26 0-2.283-0.691-2.283-1.541s1.02-1.54 2.28-1.54z%22 /%3E %3Cpath fill=%22%233C4C57%22 d=%22m225.02 277.86h17.537c1.676 0 3.037 2.057 3.037 2.057 0 1.134-1.361 2.057-3.037 2.057h-17.54c-1.676 0-3.039-0.923-3.039-2.057s1.36-2.06 3.04-2.06z%22 /%3E %3Crect height=%2221.854%22 width=%2226.254%22 y=%22257.62%22 x=%22220.46%22 fill=%22%233C4C57%22 /%3E %3Crect transform=%22matrix(-.766 .6428 -.6428 -.766 646.64 211.53)%22 height=%224.817%22 width=%2229.543%22 y=%22221.04%22 x=%22270.05%22 /%3E %3Cpolyline points=%22276.97 239.57 273.81 235.78 300.53 213.36 303.71 217.14 305.44 226.26 285.33 243.14 276.97 239.57%22 fill=%22%233C4C57%22 /%3E %3Crect transform=%22matrix(-.766 .6429 -.6429 -.766 697.52 239.65)%22 height=%2231.051%22 width=%2226.256%22 y=%22231.26%22 x=%22292.02%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m256.14 241.36l8.609-3.13c1.574-0.576 3.109-0.338 3.426 0.527 0.316 0.867-0.705 2.035-2.285 2.609l-8.605 3.131c-1.578 0.574-3.113 0.336-3.428-0.529-0.33-0.87 0.69-2.04 2.27-2.61z%22 /%3E %3Cpolygon points=%22250.41 220.27 254.11 228.79 259.75 226.85 257.29 220.27%22 /%3E %3Cpolygon points=%22261.81 226.02 266.21 238.12 256.05 242.24 251.23 230.84%22 /%3E %3Cpath d=%22m97.624 304.21h216.41l-0.635 6.52c0 11.194-9.074 20.269-20.268 20.269h-175.46c-11.194 0-20.267-9.074-20.267-20.269l0.221-6.52z%22 fill=%22%233C4C57%22 /%3E %3Crect height=%2248.64%22 width=%2221.969%22 y=%22282.36%22 x=%22189.56%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m195.85 312.4c-1.342-1.343-1.342-3.518 0-4.857 1.344-1.344 3.518-1.344 4.861 0 1.34 1.34 1.34 3.515 0 4.857-1.35 1.34-3.52 1.34-4.86 0%22 /%3E %3Cpath d=%22m195.15 323.34c-0.65-1.779 0.27-3.755 2.051-4.403 1.783-0.648 3.758 0.271 4.406 2.054 0.648 1.784-0.27 3.752-2.055 4.402-1.79 0.65-3.76-0.26-4.41-2.05%22 /%3E %3Crect height=%223.698%22 width=%2285.18%22 y=%22296.51%22 x=%22216.75%22 fill=%22%233C4C57%22 /%3E %3Crect height=%2217.854%22 width=%226.051%22 y=%22282.36%22 x=%22211.52%22 fill=%22%233C4C57%22 /%3E %3Cpath d=%22m296.99 314.02c0-2.92 2.365-5.289 5.287-5.289 2.916 0 5.287 2.369 5.287 5.289s-2.371 5.285-5.287 5.285c-2.92 0-5.29-2.36-5.29-5.28z%22 fill=%22%233C4C57%22 /%3E %3Ccircle cy=%22314.02%22 cx=%22107.73%22 r=%225.286%22 fill=%22%233C4C57%22 /%3E %3Crect height=%225.314%22 width=%2242.938%22 y=%22340.62%22 x=%22210.63%22 fill=%22%233C4C57%22 /%3E %3Crect height=%224.825%22 width=%2246.854%22 y=%22345.68%22 x=%22206.09%22 fill=%22%233C4C57%22 /%3E %3Crect height=%224.687%22 width=%2269.906%22 y=%22349.88%22 x=%22206.09%22 fill=%22%233C4C57%22 /%3E %3Crect height=%228.033%22 width=%22105.01%22 y=%22354.46%22 x=%22173.57%22 fill=%22%233C4C57%22 /%3E %3Crect height=%227.185%22 width=%2294.146%22 y=%22331%22 x=%22189.56%22 fill=%22%233C4C57%22 /%3E %3Crect height=%2291.094%22 width=%2212.921%22 y=%22346.28%22 x=%22159.32%22 fill=%22%233C4C57%22 /%3E %3Cpolyline points=%22166.82 361.78 162.51 364.93 150.61 364.93 150.61 369.88 161.88 369.88 166.94 373.97 166.82 361.78%22 fill=%22%233C4C57%22 /%3E %3Cpolyline points=%22166.82 418.76 162.51 421.92 150.61 421.92 150.61 426.87 161.88 426.87 166.94 430.96 166.82 418.76%22 fill=%22%233C4C57%22 /%3E %3Crect height=%227.383%22 width=%2251.447%22 y=%22373.73%22 x=%22203.46%22 fill=%22%233C4C57%22 /%3E %3Crect height=%227.386%22 width=%2263.648%22 y=%22367.71%22 x=%22210.36%22 fill=%22%233C4C57%22 /%3E %3Crect height=%2240.531%22 width=%2212.248%22 y=%22338.18%22 x=%22249.93%22 fill=%22%233C4C57%22 /%3E %3Crect y=%22376.86%22 x=%22241.23%22 height=%2211.643%22 width=%2230.26%22 /%3E %3Crect height=%2228.09%22 width=%2211.881%22 y=%22338.18%22 x=%22193.91%22 fill=%22%233C4C57%22 /%3E %3Crect y=%22364.42%22 x=%22184.84%22 height=%2211.638%22 width=%2230.258%22 /%3E %3Cpath d=%22m139.91 143.28c0-11.987 9.717-21.707 21.708-21.707 11.988 0 21.703 9.72 21.703 21.707s-9.715 21.708-21.703 21.708c-11.99-0.01-21.71-9.73-21.71-21.71z%22 /%3E %3Ccircle cy=%22143.28%22 cx=%22161.62%22 r=%2218.451%22 /%3E %3Ccircle cy=%22394.97%22 cx=%2291.5%22 r=%2221.707%22 /%3E %3Ccircle cy=%22394.97%22 cx=%2291.499%22 r=%2218.451%22 /%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--moviecamera{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(5.621 0.927) scale(0.020432)%22%3E%3Cdefs%3E%3Cmask id=%22stl-movcam-cut%22 maskUnits=%22userSpaceOnUse%22 x=%220%22 y=%220%22 width=%22620%22 height=%221081%22%3E%3Crect width=%22620%22 height=%221081%22 fill=%22%23fff%22/%3E%3Cg fill=%22%23000%22%3E%3Ccircle cx=%22176.5%22 cy=%22145.5%22 r=%2246.8%22/%3E%3Ccircle cx=%22382%22 cy=%22115%22 r=%2258%22/%3E%3Ccircle cx=%22448.5%22 cy=%22372%22 r=%2210.2%22/%3E%3C/g%3E%3Cg fill=%22%23fff%22%3E%3Ccircle cx=%22376.5%22 cy=%2284.5%22 r=%229%22/%3E%3Ccircle cx=%22405%22 cy=%22102.5%22 r=%229%22/%3E%3Ccircle cx=%22354.5%22 cy=%22108.5%22 r=%229%22/%3E%3Ccircle cx=%22402%22 cy=%22135.5%22 r=%229%22/%3E%3Ccircle cx=%22367.5%22 cy=%22140%22 r=%229.5%22/%3E%3Ccircle cx=%22172%22 cy=%22119%22 r=%227.5%22/%3E%3Ccircle cx=%22196%22 cy=%22134%22 r=%227.5%22/%3E%3Ccircle cx=%22154.5%22 cy=%22140%22 r=%227.2%22/%3E%3Ccircle cx=%22193%22 cy=%22161%22 r=%227.5%22/%3E%3Ccircle cx=%22165%22 cy=%22165.5%22 r=%227.5%22/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cg fill=%22%233C4C57%22 stroke=%22none%22 mask=%22url(%23stl-movcam-cut)%22%3E%3Ccircle cx=%22176.5%22 cy=%22149.5%22 r=%2294.3%22/%3E%3Ccircle cx=%22383.5%22 cy=%22118%22 r=%22113.5%22/%3E%3Cpath d=%22M 257 101 L 272 101 L 288 175 L 266 175 Z%22/%3E%3Cpath d=%22M 154 206.5 H 482 V 401.5 H 154 Z%22/%3E%3Cpath d=%22M 97 243 L 113 243 L 137 251.5 L 154 251.5 L 154 283.5 L 135 283.5 L 130 292.5 L 122 294.5 Z%22/%3E%3Cpath d=%22M 485 230 L 527.7 230 L 588 194.2 L 588 350.5 L 527.7 314 L 485 314 Z%22/%3E%3Cg fill=%22none%22 stroke=%22%233C4C57%22%3E%3Cpath d=%22M 189.3 400 L 185.5 433%22 stroke-width=%2210.5%22/%3E%3Cpath d=%22M 190 430 L 86.6 452%22 stroke-width=%2210.8%22/%3E%3C/g%3E%3Cpath d=%22M 92.2 433 L 36.1 444 L 40 476.5 L 97.7 465.3 L 112 451 L 106 441 Z%22/%3E%3Cpath d=%22M 241 409 H 427 V 447.5 H 241 Z%22/%3E%3Cg fill=%22none%22 stroke=%22%233C4C57%22%3E%3Cpath d=%22M 261.7 430 L 140.2 1032%22 stroke-width=%2215%22/%3E%3Cpath d=%22M 303.4 430 L 140.1 1032%22 stroke-width=%2215%22/%3E%3Cpath d=%22M 294 430 L 332.9 1071%22 stroke-width=%2217.3%22/%3E%3Cpath d=%22M 366.7 430 L 333.5 1071%22 stroke-width=%2217.3%22/%3E%3Cpath d=%22M 363.5 430 L 529.6 1040%22 stroke-width=%2215%22/%3E%3Cpath d=%22M 405.7 430 L 529.8 1040%22 stroke-width=%2215%22/%3E%3C/g%3E%3Cpath d=%22M 195.5 673.5 H 249.5 V 697.5 H 195.5 Z%22/%3E%3Cpath d=%22M 300.5 673.5 H 362.5 V 697.5 H 300.5 Z%22/%3E%3Cpath d=%22M 422 673.5 H 475.5 V 697.5 H 422 Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--radio{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.44)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cpath d=%22M44 3C43.066406 3 42.285156 3.636719 42.0625 4.5L13.65625 12.25C14.085938 12.78125 14.425781 13.371094 14.65625 14.03125L42.59375 6.40625C42.957031 6.769531 43.449219 7 44 7C45.105469 7 46 6.105469 46 5C46 3.894531 45.105469 3 44 3 Z M 9 12C7.140625 12 5.601563 13.277344 5.15625 15L2 15C0.898438 15 0 15.898438 0 17L0 45C0 46.101563 0.898438 47 2 47L48 47C49.101563 47 50 46.101563 50 45L50 17C50 15.898438 49.101563 15 48 15L12.84375 15C12.398438 13.277344 10.859375 12 9 12 Z M 34 21C37.277344 21 40.175781 22.566406 42 25L26 25C27.824219 22.566406 30.726563 21 34 21 Z M 9 23C10.105469 23 11 23.890625 11 25C11 26.109375 10.105469 27 9 27C7.894531 27 7 26.109375 7 25C7 23.890625 7.894531 23 9 23 Z M 24.8125 27L43.1875 27C43.59375 27.929688 43.832031 28.945313 43.9375 30L24.0625 30C24.167969 28.945313 24.40625 27.929688 24.8125 27 Z M 9 30C10.105469 30 11 30.890625 11 32C11 33.109375 10.105469 34 9 34C7.894531 34 7 33.109375 7 32C7 30.890625 7.894531 30 9 30 Z M 24.0625 32L43.9375 32C43.832031 33.054688 43.59375 34.070313 43.1875 35L24.8125 35C24.40625 34.070313 24.167969 33.054688 24.0625 32 Z M 26 37L42 37C40.175781 39.433594 37.277344 41 34 41C30.726563 41 27.824219 39.433594 26 37Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--serverrack{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(6.661 0.799) scale(.040293)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cdefs%3E %3Cg id=%22rack-screws%22 fill=%22%23FFFFFF%22%3E %3Ccircle cx=%224%22 cy=%226%22 r=%222.4%22/%3E%3Ccircle cx=%224%22 cy=%2220%22 r=%222.4%22/%3E %3Ccircle cx=%22196%22 cy=%226%22 r=%222.4%22/%3E%3Ccircle cx=%22196%22 cy=%2220%22 r=%222.4%22/%3E %3C/g%3E %3Cg id=%22rack-patch%22%3E %3Crect width=%22202%22 height=%2227%22 fill=%22%233C4C57%22/%3E %3Cg stroke=%22%23FFFFFF%22 stroke-width=%222%22 stroke-dasharray=%222 1%22%3E %3Cpath d=%22M13 7.5H57%22/%3E%3Cpath d=%22M13 17.5H57%22/%3E %3C/g%3E %3Cg fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.3%22%3E %3Cg%3E %3Crect x=%2265.5%22 y=%224.5%22 width=%2238%22 height=%227%22/%3E%3Crect x=%2265.5%22 y=%2214.5%22 width=%2238%22 height=%227%22/%3E %3Cpath d=%22M73.1 4.5v7M80.7 4.5v7M88.3 4.5v7M95.9 4.5v7%22/%3E %3Cpath d=%22M73.1 14.5v7M80.7 14.5v7M88.3 14.5v7M95.9 14.5v7%22/%3E %3C/g%3E %3Cg transform=%22translate(42 0)%22%3E %3Crect x=%2265.5%22 y=%224.5%22 width=%2238%22 height=%227%22/%3E%3Crect x=%2265.5%22 y=%2214.5%22 width=%2238%22 height=%227%22/%3E %3Cpath d=%22M73.1 4.5v7M80.7 4.5v7M88.3 4.5v7M95.9 4.5v7%22/%3E %3Cpath d=%22M73.1 14.5v7M80.7 14.5v7M88.3 14.5v7M95.9 14.5v7%22/%3E %3C/g%3E %3Cg transform=%22translate(84 0)%22%3E %3Crect x=%2265.5%22 y=%224.5%22 width=%2238%22 height=%227%22/%3E%3Crect x=%2265.5%22 y=%2214.5%22 width=%2238%22 height=%227%22/%3E %3Cpath d=%22M73.1 4.5v7M80.7 4.5v7M88.3 4.5v7M95.9 4.5v7%22/%3E %3Cpath d=%22M73.1 14.5v7M80.7 14.5v7M88.3 14.5v7M95.9 14.5v7%22/%3E %3C/g%3E %3C/g%3E %3Cuse href=%22%23rack-screws%22/%3E %3C/g%3E %3Cg id=%22rack-bay5%22%3E %3Crect width=%2278%22 height=%2222%22 rx=%221.5%22 fill=%22%23FFFFFF%22/%3E %3Cg fill=%22%233C4C57%22%3E %3Ccircle cx=%225.5%22 cy=%2211%22 r=%221.6%22/%3E%3Ccircle cx=%2272.5%22 cy=%2211%22 r=%221.6%22/%3E %3Cg%3E %3Crect x=%2210%22 y=%223%22 width=%226.5%22 height=%2216%22 rx=%221.5%22/%3E %3Crect x=%2223%22 y=%223%22 width=%226.5%22 height=%2216%22 rx=%221.5%22/%3E %3Crect x=%2236%22 y=%223%22 width=%226.5%22 height=%2216%22 rx=%221.5%22/%3E %3Crect x=%2249%22 y=%223%22 width=%226.5%22 height=%2216%22 rx=%221.5%22/%3E %3Crect x=%2262%22 y=%223%22 width=%226.5%22 height=%2216%22 rx=%221.5%22/%3E %3C/g%3E %3C/g%3E %3Cg fill=%22%23FFFFFF%22%3E %3Crect x=%2211.3%22 y=%225%22 width=%224%22 height=%2212%22 rx=%221%22/%3E %3Crect x=%2224.3%22 y=%225%22 width=%224%22 height=%2212%22 rx=%221%22/%3E %3Crect x=%2237.3%22 y=%225%22 width=%224%22 height=%2212%22 rx=%221%22/%3E %3Crect x=%2250.3%22 y=%225%22 width=%224%22 height=%2212%22 rx=%221%22/%3E %3Crect x=%2263.3%22 y=%225%22 width=%224%22 height=%2212%22 rx=%221%22/%3E %3C/g%3E %3C/g%3E %3Cg id=%22rack-modules%22%3E %3Crect width=%22202%22 height=%2227%22 fill=%22%233C4C57%22/%3E %3Cuse href=%22%23rack-bay5%22 x=%2219%22 y=%222%22/%3E %3Cuse href=%22%23rack-bay5%22 x=%22105%22 y=%222%22/%3E %3Cuse href=%22%23rack-screws%22/%3E %3C/g%3E %3Cg id=%22rack-blankplusmodules%22%3E %3Crect width=%22202%22 height=%2227%22 fill=%22%233C4C57%22/%3E %3Crect x=%2219%22 y=%222%22 width=%2278%22 height=%2222%22 rx=%221.5%22 fill=%22%23FFFFFF%22/%3E %3Cg fill=%22%233C4C57%22%3E%3Ccircle cx=%2224.5%22 cy=%2213%22 r=%221.6%22/%3E%3Ccircle cx=%2291.5%22 cy=%2213%22 r=%221.6%22/%3E%3C/g%3E %3Cuse href=%22%23rack-bay5%22 x=%22105%22 y=%222%22/%3E %3Cuse href=%22%23rack-screws%22/%3E %3C/g%3E %3Cg id=%22rack-cardcage%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.6%22%3E %3Crect x=%220.8%22 y=%220.8%22 width=%2237.4%22 height=%228.4%22/%3E %3Crect x=%220.8%22 y=%2211.8%22 width=%2237.4%22 height=%229.4%22/%3E %3Cg stroke-width=%222%22%3E %3Cpath d=%22M28 5h1.5M35 5h3%22/%3E %3Cpath d=%22M28 16.5h1.5M35 16.5h3%22/%3E %3C/g%3E %3C/g%3E %3Cg id=%22rack-railgap%22 fill=%22%233C4C57%22%3E %3Crect x=%220%22 y=%220%22 width=%229%22 height=%227%22/%3E%3Crect x=%22192%22 y=%220%22 width=%229%22 height=%227%22/%3E %3C/g%3E %3C/defs%3E %3Cg transform=%22translate(-12 -14)%22%3E %3Cg fill=%22%233C4C57%22%3E %3Crect x=%2217%22 y=%2219%22 width=%2220%22 height=%22539%22/%3E %3Crect x=%22253%22 y=%2219%22 width=%2219%22 height=%22546%22/%3E %3Crect x=%2217%22 y=%2219%22 width=%22255%22 height=%2214%22/%3E %3Crect x=%2217%22 y=%22544%22 width=%22255%22 height=%2214%22/%3E %3Crect x=%2226%22 y=%22558%22 width=%2225%22 height=%227%22/%3E %3Crect x=%22238%22 y=%22558%22 width=%2225%22 height=%227%22/%3E %3Crect x=%2244%22 y=%2236%22 width=%229%22 height=%2221%22/%3E%3Crect x=%22236%22 y=%2236%22 width=%229%22 height=%2221%22/%3E %3Crect x=%2244%22 y=%22510%22 width=%229%22 height=%2232%22/%3E%3Crect x=%22236%22 y=%22510%22 width=%229%22 height=%2232%22/%3E %3C/g%3E %3Cg%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%2289%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22196%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22235%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22274%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22313%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22352%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22391%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22430%22/%3E %3Cuse href=%22%23rack-railgap%22 x=%2244%22 y=%22470%22/%3E %3C/g%3E %3Cuse href=%22%23rack-modules%22 x=%2244%22 y=%2260%22/%3E %3Cg%3E %3Crect x=%2244%22 y=%2299%22 width=%22202%22 height=%2295%22 fill=%22%233C4C57%22/%3E %3Cuse href=%22%23rack-cardcage%22 x=%2260%22 y=%22100%22/%3E %3Cuse href=%22%23rack-cardcage%22 x=%22105%22 y=%22100%22/%3E %3Cuse href=%22%23rack-cardcage%22 x=%22151%22 y=%22100%22/%3E %3Cuse href=%22%23rack-cardcage%22 x=%22196%22 y=%22100%22/%3E %3Cg fill=%22%23FFFFFF%22%3E %3Crect x=%2271%22 y=%22127%22 width=%2223%22 height=%228%22 rx=%221%22/%3E %3Crect x=%22102%22 y=%22127%22 width=%2223%22 height=%228%22 rx=%221%22/%3E %3Crect x=%22133%22 y=%22127%22 width=%2223%22 height=%228%22 rx=%221%22/%3E %3Crect x=%22164%22 y=%22127%22 width=%2223%22 height=%228%22 rx=%221%22/%3E %3Crect x=%22196%22 y=%22127%22 width=%2223%22 height=%228%22 rx=%221%22/%3E %3Crect x=%2265%22 y=%22141%22 width=%22159%22 height=%2249%22/%3E %3C/g%3E %3Cg stroke=%22%233C4C57%22 stroke-width=%221.4%22%3E %3Cpath d=%22M93.5 141v49M119.5 141v49M144.5 141v49M170.5 141v49M196.5 141v49%22/%3E %3Cpath d=%22M65 147h159M65 150.3h159M65 153.6h159M65 157h159M65 160.3h159M65 163.6h159 M65 167h159M65 170.3h159M65 173.6h159M65 177h159M65 180.3h159M65 183.6h159 M65 189h159%22/%3E %3C/g%3E %3Cg fill=%22%23FFFFFF%22%3E %3Ccircle cx=%2248%22 cy=%22105%22 r=%222.4%22/%3E%3Ccircle cx=%2248%22 cy=%22119%22 r=%222.4%22/%3E %3Ccircle cx=%2248%22 cy=%22172%22 r=%222.4%22/%3E%3Ccircle cx=%2248%22 cy=%22186%22 r=%222.4%22/%3E %3Ccircle cx=%22240%22 cy=%22105%22 r=%222.4%22/%3E%3Ccircle cx=%22240%22 cy=%22119%22 r=%222.4%22/%3E %3Ccircle cx=%22240%22 cy=%22172%22 r=%222.4%22/%3E%3Ccircle cx=%22240%22 cy=%22186%22 r=%222.4%22/%3E %3C/g%3E %3C/g%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22206%22/%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22245%22/%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22284%22/%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22323%22/%3E %3Cuse href=%22%23rack-blankplusmodules%22 x=%2244%22 y=%22362%22/%3E %3Cuse href=%22%23rack-modules%22 x=%2244%22 y=%22401%22/%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22440%22/%3E %3Cuse href=%22%23rack-patch%22 x=%2244%22 y=%22479%22/%3E %3Crect x=%2229%22 y=%22254%22 width=%2210%22 height=%2270%22 rx=%225%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%222.6%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%233C4C57%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--switchstack{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.906 8.446) scale(0.023534)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cg fill=%22%233C4C57%22%3E %3Cpolygon points=%22218.18,4.0 724.66,4.0 766.54,21.05 766.54,27.94 176.3,27.94 176.3,21.05%22/%3E %3Cpolygon points=%22844.52,94.77 777.19,94.77 777.19,118.52 877.92,118.52 882.92,111.8%22/%3E %3Cpolygon points=%2298.32,94.77 165.65,94.77 165.65,118.52 64.92,118.52 59.92,111.8%22/%3E %3Crect x=%22169.81%22 y=%2233.97%22 width=%22603.23%22 height=%2282.68%22 rx=%227.0%22/%3E %3Crect x=%2242.8%22 y=%22123.56%22 width=%22857.24%22 height=%2283.3%22 rx=%227.0%22/%3E %3Crect x=%224.0%22 y=%22123.56%22 width=%2233.79%22 height=%2283.3%22 rx=%226.0%22/%3E %3Crect x=%22905.05%22 y=%22123.56%22 width=%2233.79%22 height=%2283.3%22 rx=%226.0%22/%3E %3Ccircle cx=%2220.79%22 cy=%22140.83%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%22921.98%22 cy=%22140.83%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%2220.79%22 cy=%22190.11%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%22921.98%22 cy=%22190.11%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%2242.8%22 y=%22214.05%22 width=%22857.24%22 height=%2284.01%22 rx=%227.0%22/%3E %3Crect x=%224.0%22 y=%22214.05%22 width=%2233.79%22 height=%2284.01%22 rx=%226.0%22/%3E %3Crect x=%22905.05%22 y=%22214.05%22 width=%2233.79%22 height=%2284.01%22 rx=%226.0%22/%3E %3Ccircle cx=%2220.79%22 cy=%22231.32%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%22921.98%22 cy=%22231.32%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%2220.79%22 cy=%22280.6%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Ccircle cx=%22921.98%22 cy=%22280.6%22 r=%227.75%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22214.92%22 y=%2251.6%22 width=%2245.5%22 height=%2245.5%22 rx=%2210%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%2256.82%22 y=%22142.79%22 width=%2245.4%22 height=%2244.6%22 rx=%2210%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%2256.82%22 y=%22234.0%22 width=%2245.4%22 height=%2244.59%22 rx=%2210%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22328.27%22 y=%2261.5%22 width=%22243.36%22 height=%2225.5%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22336.04%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22365.3%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22394.55%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22423.8%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22453.05%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22482.3%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22511.56%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22540.81%22 y=%2269.5%22 width=%2223.05%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22621.64%22 y=%2261.5%22 width=%2233.4%22 height=%2225.5%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22629.74%22 y=%2269.5%22 width=%2217.2%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22662.44%22 y=%2261.5%22 width=%2233.4%22 height=%2225.5%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22670.54%22 y=%2269.5%22 width=%2217.2%22 height=%228.93%22 rx=%224.46%22 fill=%22%233C4C57%22/%3E %3Crect x=%22122.08%22 y=%22151.87%22 width=%22152.29%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22129.34%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22158.21%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22187.08%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22215.95%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22244.82%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22287.32%22 y=%22151.87%22 width=%22152.29%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22294.58%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22323.45%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22352.32%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22381.19%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22410.06%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22452.56%22 y=%22151.87%22 width=%22152.29%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22459.82%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22488.69%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22517.56%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22546.43%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22575.3%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22617.8%22 y=%22151.87%22 width=%22152.29%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22625.06%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22653.93%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22682.8%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22711.67%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22740.54%22 y=%22160.0%22 width=%2222.29%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22784.32%22 y=%22151.87%22 width=%2233.43%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22792.36%22 y=%22160.0%22 width=%2217.35%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22826.39%22 y=%22151.87%22 width=%2233.43%22 height=%2224.68%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22834.43%22 y=%22160.0%22 width=%2217.35%22 height=%227.98%22 rx=%223.99%22 fill=%22%233C4C57%22/%3E %3Crect x=%22121.82%22 y=%22228.68%22 width=%22152.29%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22129.08%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22157.95%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22186.82%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22215.69%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22244.56%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22129.08%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22157.95%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22186.82%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22215.69%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22244.56%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22287.06%22 y=%22228.68%22 width=%22152.29%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22294.32%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22323.19%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22352.06%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22380.93%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22409.8%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22294.32%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22323.19%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22352.06%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22380.93%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22409.8%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22452.3%22 y=%22228.68%22 width=%22152.29%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22459.56%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22488.43%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22517.3%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22546.17%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22575.04%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22459.56%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22488.43%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22517.3%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22546.17%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22575.04%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22617.54%22 y=%22228.68%22 width=%22152.29%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22624.8%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22653.67%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22682.54%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22711.41%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22740.28%22 y=%22237.19%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22624.8%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22653.67%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22682.54%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22711.41%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22740.28%22 y=%22258.37%22 width=%2222.29%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22784.27%22 y=%22228.68%22 width=%2234.9%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22793.12%22 y=%22237.19%22 width=%2217.2%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22793.12%22 y=%22258.37%22 width=%2217.2%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22826.33%22 y=%22228.68%22 width=%2234.9%22 height=%2255.24%22 rx=%224%22 fill=%22%23FFFFFF%22/%3E %3Crect x=%22835.18%22 y=%22237.19%22 width=%2217.2%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3Crect x=%22835.18%22 y=%22258.37%22 width=%2217.2%22 height=%2216.35%22 rx=%224.5%22 fill=%22%233C4C57%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--tower{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(3.28 -.52) scale(.047516)%22 fill=%22%233C4C57%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M194.0 45.3 48.9 57.1 47.4 58.9 40.7 424.7 40.4 474.9 41.5 475.6 193.8 475.9 194.8 475.1 194.8 46.6Z M166.4 283.1 166.4 306.2 164.1 307.7 71.2 310.0 68.9 308.7 69.4 286.5 71.7 284.2 164.4 281.9Z M190.2 281.9 191.2 283.1 190.7 470.8 188.9 472.3 45.8 472.3 44.0 470.0 45.6 352.5 47.6 285.4 48.6 284.7 63.7 284.4 65.5 285.4 65.5 312.8 66.3 313.9 98.0 313.6 111.6 312.6 168.4 311.6 170.0 308.7 170.0 282.9 171.5 281.9Z M107.3 376.3 105.7 377.6 95.7 395.5 95.7 398.8 105.2 416.0 108.5 418.6 129.8 418.6 131.8 417.8 142.6 398.3 141.6 393.5 132.4 377.3 129.3 375.8Z M107.8 407.6 109.3 408.3 109.8 411.1 111.6 411.9 111.1 412.9 107.8 410.4Z M127.7 381.2 128.5 382.0 127.7 383.2 115.2 383.2 112.4 384.8 105.0 398.6 105.0 401.9 107.3 404.7 107.3 406.8 106.2 407.0 105.0 403.7 103.7 403.2 101.1 398.6 101.1 396.3 109.3 382.0 111.1 380.7Z M191.2 242.2 191.0 276.5 189.7 277.5 130.3 279.6 79.1 280.1 48.6 281.6 47.4 279.8 47.6 246.5 48.9 245.2 188.4 240.4 190.5 240.9Z M64.5 262.9 62.2 261.9 54.0 262.1 50.7 263.7 50.7 276.7 53.0 277.5 64.5 276.7 65.5 274.2 65.5 265.0Z M61.2 265.5 62.7 267.3 62.2 273.7 60.2 275.2 55.3 275.2 53.0 273.9 52.7 267.0 55.3 265.2Z M170.8 262.4 169.0 259.3 70.1 261.9 68.4 264.2 68.4 275.5 69.4 277.0 85.5 277.0 126.5 275.2 169.0 274.7 170.5 272.4Z M115.2 266.5 117.2 268.0 117.2 269.8 116.2 270.6 114.2 269.8Z M124.2 266.2 125.7 267.8 124.9 270.3 122.1 269.6 122.4 267.3Z M109.6 267.8 109.6 269.8 108.3 270.8 88.3 271.4 86.5 269.8 87.8 267.0 108.0 266.2Z M152.6 266.8 150.5 270.1 131.6 270.6 130.0 268.8 130.0 267.0 131.6 265.5 150.0 265.2Z M175.1 259.3 174.3 260.6 174.6 273.9 175.4 274.7 187.1 274.2 188.4 271.6 187.9 259.6Z M177.7 261.6 184.8 261.4 185.6 262.1 186.1 269.1 184.8 271.4 178.7 271.9 176.6 270.3 176.4 264.2Z M191.0 193.0 191.2 234.8 188.9 236.8 48.6 241.2 47.6 239.6 48.4 199.9 50.9 198.1 66.3 196.9 99.1 196.4 116.0 194.8 157.4 193.8 179.7 192.0 189.7 192.0Z M191.0 145.2 191.2 186.6 189.7 189.7 159.2 190.2 139.0 192.0 106.2 192.5 91.4 194.0 50.4 195.1 48.4 193.0 49.4 153.3 51.2 150.8 76.8 150.3 91.1 148.7 126.2 147.7 140.0 146.2 165.6 145.7 188.4 143.6Z M191.0 97.8 191.2 138.0 191.0 140.3 189.7 141.6 169.5 142.1 157.4 143.6 129.5 144.1 112.1 145.9 85.5 146.4 67.1 148.2 51.7 148.7 49.4 147.2 49.9 105.7 50.9 104.7 116.7 100.1 142.6 99.3 153.6 97.8 177.4 97.3 188.4 95.7Z M191.2 50.9 191.2 91.4 189.7 93.2 163.1 95.5 141.8 96.0 131.6 97.5 107.5 98.0 93.7 99.8 70.1 100.4 57.6 101.9 51.2 101.9 50.2 100.6 50.4 63.5 52.0 60.9 120.3 55.6 130.6 54.0 145.4 53.5 158.2 51.7 172.5 51.2 182.3 49.7 189.7 49.4Z M336.9 105.2 229.1 40.7 219.4 35.6 213.2 33.5 205.1 32.8 183.8 33.5 173.3 35.1 49.4 44.8 49.2 50.2 49.7 51.2 61.7 49.7 165.9 42.0 180.2 40.2 196.6 39.4 198.7 41.5 198.4 477.4 197.9 479.2 195.8 480.3 37.1 480.3 35.3 478.7 36.1 402.2 42.5 55.8 36.9 55.3 35.8 56.1 31.0 373.2 29.4 425.0 28.9 484.4 30.0 486.4 83.7 486.7 86.5 493.3 90.4 494.6 108.8 494.3 113.2 486.7 198.4 486.7 199.7 487.9 201.2 493.1 203.3 494.6 222.0 494.6 224.8 493.6 226.8 487.9 228.9 486.1 286.0 482.0 287.2 482.8 289.3 488.4 290.6 489.5 311.6 489.5 316.2 480.3 336.9 478.2 339.2 476.7 338.9 108.0Z M307.7 481.0 306.9 482.8 297.0 481.8 301.6 480.5 306.9 480.3Z M207.9 281.3 212.5 281.3 214.3 282.9 214.3 482.3 215.8 483.8 217.3 483.1 217.3 283.1 219.1 281.3 222.0 283.1 221.7 482.3 220.4 486.7 218.4 488.2 207.6 488.2 205.1 484.1 204.5 480.5 204.5 282.9Z M207.6 240.6 210.4 241.7 206.6 244.0 206.6 276.0 205.3 277.0 204.3 274.2 204.3 244.0 204.8 241.4Z M229.1 58.6 231.4 58.9 232.4 60.4 247.0 68.1 248.3 69.6 330.8 116.2 333.1 119.3 332.8 470.3 330.5 472.6 232.4 479.7 229.1 479.2 227.8 476.9 227.6 59.9Z M227.8 50.2 228.9 49.2 231.7 49.4 248.8 60.4 330.8 109.1 332.3 110.3 332.8 113.2 329.7 113.4 324.9 109.8 230.1 56.1 227.8 53.0Z M218.6 42.5 219.9 42.5 222.0 45.8 222.0 234.8 220.2 236.3 218.4 236.0 217.3 234.8 217.3 43.8Z M207.6 39.2 213.0 40.2 214.3 41.7 214.3 235.0 212.2 236.5 206.3 236.3 204.5 235.0 204.5 41.0Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--tv{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.042969)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M485.234,116.625H261.906l69.719-69.719c1.75-1.75,1.75-4.563,0-6.313l-17.422-17.438 c-1.734-1.75-4.563-1.75-6.297,0l-89.688,89.688l-89.656-89.688c-1.75-1.75-4.563-1.75-6.313,0l-17.438,17.438 c-1.75,1.75-1.75,4.563,0,6.313l69.75,69.719H26.766c-14.781,0-26.766,12-26.766,26.781v319.969 c0,14.781,11.984,26.781,26.766,26.781h458.469c14.781,0,26.766-12,26.766-26.781V143.406 C512,128.625,500.016,116.625,485.234,116.625z M383.594,421.188c0,8.531-6.906,15.438-15.422,15.438H66.844 c-8.531,0-15.438-6.906-15.438-15.438V191.875c0-8.531,6.906-15.438,15.438-15.438h301.328c8.516,0,15.422,6.906,15.422,15.438 V421.188z M473.188,333.813h-45.125v-45.125h45.125V333.813z M449.047,234.156c-13.906,0-25.172-11.281-25.172-25.188 s11.266-25.188,25.172-25.188s25.172,11.281,25.172,25.188S462.953,234.156,449.047,234.156z%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-mk--vcr{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233C4C57%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.042969)%22 fill=%22%233C4C57%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M0,182.613v123.738h28.798v23.035h64v-23.035h326.405v23.035h64v-23.035H512v-8.536V182.613H0z M494.928,289.28H17.072v-89.595h477.857V289.28z%22/%3E %3Crect x=%22155.738%22 y=%22216.744%22 width=%22200.524%22 height=%2255.476%22/%3E %3Cpath d=%22M405.69,259.411c7.072,0,12.798-5.726,12.798-12.798c0-7.072-5.726-12.798-12.798-12.798 c-7.072,0-12.798,5.726-12.798,12.798C392.893,253.685,398.619,259.411,405.69,259.411z%22/%3E %3Cpath d=%22M448.357,259.411c7.072,0,12.798-5.726,12.798-12.798c0-7.072-5.726-12.798-12.798-12.798 s-12.798,5.726-12.798,12.798C435.56,253.685,441.286,259.411,448.357,259.411z%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-rail--ram .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-1.85 -1.85 515.7 515.7%22%3E%3Cg fill=%22%23B4BCC4%22 stroke=%22%23B4BCC4%22%3E%3Cpath d='m1.99 380.89 378.9-378.9C382.2.67 383.93.02 385.67.02l.02-.02c1.73 0 3.48.67 4.8 1.99l32.94 32.93a5.728 5.728 0 0 1 0 8.09l-5.33 5.32 5.11 5.12 5.33-5.33a5.716 5.716 0 0 1 8.08 0l14.83 14.82c2.23 2.23 2.23 5.85 0 8.09l-5.33 5.32 5.11 5.11 5.33-5.32a5.716 5.716 0 0 1 8.08 0l45.38 45.38a6.784 6.784 0 0 1 1.98 4.8c0 1.73-.66 3.48-1.98 4.8L337.78 303.36a5.716 5.716 0 0 1-8.08 0l-10.94-10.94-8.08 8.08 10.94 10.93c2.23 2.24 2.23 5.86 0 8.09l-190.5 190.5a6.784 6.784 0 0 1-4.8 1.98c-1.73 0-3.48-.65-4.81-1.98l-47.47-47.47c-2.23-2.24-2.23-5.86 0-8.09l6.36-6.35-7.39-7.38-6.35 6.35a5.716 5.716 0 0 1-8.08 0l-14.5-14.5a5.716 5.716 0 0 1 0-8.08l6.35-6.36-7.38-7.38-6.35 6.36a5.728 5.728 0 0 1-8.09 0L1.98 390.49a6.802 6.802 0 0 1-1.98-4.8c0-.33.03-.66.08-.97.2-1.41.84-2.77 1.91-3.83zm234.72-188.72 28.73-28.74a7.36 7.36 0 0 1 4.63-2.13c1.95-.15 3.89.48 5.33 1.92l52.42 52.42c1.44 1.44 2.06 3.38 1.91 5.32l-.03.3a7.41 7.41 0 0 1-2.1 4.34l-28.73 28.73c-1.29 1.29-2.98 2.03-4.65 2.15l-.65.01c-1.71-.03-3.38-.66-4.66-1.94l-52.42-52.43c-1.44-1.43-2.07-3.37-1.92-5.32.13-1.66.84-3.34 2.14-4.63zm33.82-19.67-24.76 24.75 48.01 48.02 24.76-24.76-48.01-48.01zm58.78 82.19 14.73 14.74-6.14 6.14-14.73-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.73-6.14 6.14-14.74-14.73 6.14-6.14zm13.92-13.92 14.73 14.74-6.13 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.13-14.74-14.73 6.14-6.14zm13.92-13.92 14.73 14.74-6.14 6.14-14.73-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.13-14.74-14.73 6.14-6.14zm13.92-13.92 14.73 14.74-6.14 6.14-14.73-14.74 6.14-6.14zM138.35 445.65l14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91L167 446.47l-6.14 6.14-14.73-14.74 6.13-6.13zm13.92-13.92 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zM194 390l14.74 14.73-6.14 6.14-14.74-14.74L194 390zm13.92-13.92 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.73-6.14 6.14-14.74-14.74 6.14-6.13zm13.92-13.92 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.74-6.14 6.14-14.74-14.74 6.14-6.14zm13.91-13.91 14.74 14.73-6.14 6.14-14.74-14.73 6.14-6.14zm59.34-214.46 28.73-28.74a7.36 7.36 0 0 1 4.63-2.13c1.95-.15 3.89.48 5.33 1.92l52.42 52.42c1.44 1.44 2.06 3.38 1.91 5.32l-.03.3a7.41 7.41 0 0 1-2.1 4.34l-28.73 28.73a7.44 7.44 0 0 1-4.65 2.15l-.65.01c-1.71-.03-3.38-.66-4.66-1.94l-52.42-52.43c-1.44-1.44-2.07-3.37-1.92-5.32.13-1.66.85-3.34 2.14-4.63zm33.82-19.67-24.76 24.75 48.01 48.02 24.76-24.76-48.01-48.01zm-83.88 69.72 28.73-28.73a7.45 7.45 0 0 1 4.64-2.14c1.95-.15 3.89.48 5.32 1.92l52.42 52.42c1.44 1.44 2.07 3.38 1.92 5.32l-.03.31c-.19 1.57-.9 3.13-2.1 4.33l-28.73 28.73a7.385 7.385 0 0 1-4.66 2.15l-.64.01c-1.72-.02-3.38-.66-4.66-1.94l-52.43-52.42c-1.44-1.44-2.07-3.38-1.92-5.32.13-1.67.85-3.35 2.14-4.64zm33.82-19.67-24.76 24.76 48.02 48.01 24.76-24.76-48.02-48.01zm-261 246.85 137.53-137.53c1.29-1.28 2.97-2.01 4.63-2.13l.02-.01c1.93-.15 3.86.49 5.31 1.93l52.42 52.42c1.43 1.43 2.05 3.36 1.91 5.29v.03a7.418 7.418 0 0 1-2.13 4.64L121.74 431.46c-1.27 1.27-2.96 2-4.64 2.13-1.94.15-3.87-.47-5.32-1.91l-52.42-52.43c-1.44-1.44-2.07-3.37-1.92-5.32.13-1.66.84-3.34 2.14-4.64zm142.61-128.46L68.64 374.38l48.01 48.02 133.56-133.56-48.02-48.01zm183.5-227.48L13.35 385.69l19.31 19.3 6.35-6.35a5.716 5.716 0 0 1 8.08 0l15.47 15.46c2.23 2.23 2.23 5.85 0 8.09l-6.36 6.35 6.42 6.41 6.35-6.35a5.728 5.728 0 0 1 8.09 0l15.46 15.46c2.23 2.24 2.23 5.86 0 8.09l-6.35 6.35 40.15 40.15 183.17-183.17-10.93-10.94c-2.23-2.23-2.23-5.85 0-8.09l16.16-16.16a5.716 5.716 0 0 1 8.08 0l10.94 10.94 164.91-164.91-38.05-38.06-5.33 5.33a5.716 5.716 0 0 1-8.08 0l-13.2-13.19c-2.23-2.24-2.23-5.86 0-8.09l5.33-5.33-6.74-6.74-5.33 5.33a5.716 5.716 0 0 1-8.08 0l-13.2-13.19a5.728 5.728 0 0 1 0-8.09l5.33-5.33-25.61-25.61z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--bureau .stl-rail--shutter .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4.43 -4.14 1288.54 1288.54%22%3E%3Cg fill=%22%23B4BCC4%22 stroke=%22%23B4BCC4%22%3E%3Cg transform='translate(0.000000,1280.000000) scale(0.100000,-0.100000)' stroke='none'%3E %3Cpath d='M6020 12790 c-314 -20 -657 -66 -942 -127 l-78 -16 -58 -76 c-519 -671 -854 -1838 -991 -3451 -49 -570 -63 -962 -62 -1670 1 -327 5 -623 9 -656 l7 -61 574 994 574 995 86 55 c973 630 2143 1246 3066 1615 999 400 1824 590 2498 577 97 -2 177 -2 176 1 -2 11 -261 245 -389 352 -564 469 -1217 844 -1910 1096 -519 188 -1040 304 -1615 358 -192 17 -756 26 -945 14z'/%3E %3Cpath d='M4500 12513 c-999 -313 -1902 -861 -2638 -1602 -686 -690 -1191 -1501 -1518 -2437 l-55 -158 32 -80 c211 -534 710 -1154 1429 -1774 783 -674 1803 -1354 3034 -2021 52 -29 77 -38 73 -27 -6 16 -1025 1784 -1102 1911 -23 39 -42 77 -42 85 0 8 -6 173 -13 365 -9 235 -11 542 -7 935 6 577 12 763 42 1195 113 1607 435 2871 916 3598 22 32 39 60 39 63 0 7 -7 5 -190 -53z'/%3E %3Cpath d='M10375 10764 c-16 -2 -79 -9 -140 -15 -1004 -99 -2464 -665 -4049 -1568 -215 -123 -673 -397 -729 -436 -19 -13 103 -15 1127 -15 l1149 0 186 -97 c727 -377 1576 -889 2201 -1327 1206 -844 2027 -1659 2413 -2394 32 -62 61 -112 62 -110 8 7 56 215 84 358 39 201 76 459 98 685 24 251 24 856 0 1110 -81 843 -287 1571 -648 2295 -211 422 -444 789 -724 1137 -121 151 -280 335 -300 345 -34 20 -281 38 -485 37 -118 -1 -228 -4 -245 -5z'/%3E %3Cpath d='M7943 8388 c3 -9 261 -458 573 -998 456 -790 568 -991 571 -1024 23 -294 31 -1343 13 -1801 -55 -1424 -231 -2546 -535 -3400 -119 -333 -275 -658 -417 -868 -22 -32 -38 -60 -36 -62 1 -2 86 23 188 54 1544 477 2861 1538 3668 2956 181 318 371 739 497 1105 l46 134 -32 81 c-42 108 -161 337 -240 463 -299 480 -830 1032 -1524 1587 -666 532 -1510 1087 -2430 1597 -331 183 -349 192 -342 176z'/%3E %3Cpath d='M171 7873 c-207 -861 -225 -1817 -50 -2713 207 -1063 698 -2079 1403 -2903 61 -71 122 -142 136 -159 46 -53 232 -73 589 -65 451 11 881 90 1475 274 992 306 2248 907 3499 1674 l137 84 -1152 5 -1153 5 -160 84 c-2335 1226 -4031 2592 -4627 3728 -33 62 -61 113 -63 113 -2 0 -17 -57 -34 -127z'/%3E %3Cpath d='M8320 5072 l-575 -995 -138 -89 c-641 -411 -1442 -859 -2121 -1184 -1375 -660 -2519 -989 -3384 -973 -100 2 -182 2 -181 -1 1 -9 252 -236 362 -329 1486 -1249 3432 -1750 5354 -1380 l162 31 59 77 c424 549 727 1431 897 2616 73 514 117 1007 146 1655 11 268 13 1408 1 1506 l-7 62 -575 -996z'/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-badge{background-size:14px 14px}
.stl--parlor .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F6F1E3%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F6F1E3%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-mk--crystal{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.657 0.657) scale(0.044308)%22 fill=%22%238C6D2F%22 fill-rule=%22evenodd%22 stroke=%22none%22%3E%3Cpath d=%22M269.6 8.0 264.7 9.7 191.1 93.8 176.9 111.4 181.3 280.3 177.8 278.0 174.3 270.5 153.1 234.0 147.4 226.7 76.7 187.3 71.2 185.9 68.3 188.5 65.7 285.8 136.3 391.6 136.3 392.7 134.3 393.9 98.1 386.4 93.8 390.1 94.0 395.1 116.6 446.6 121.0 449.8 145.6 461.7 150.8 465.2 147.9 466.3 122.4 466.9 99.3 468.9 84.8 471.6 82.5 473.0 83.3 476.2 94.9 478.5 127.1 480.0 132.6 481.4 128.8 483.7 117.8 485.2 117.5 488.1 119.3 489.5 143.0 492.4 198.3 493.0 201.0 493.9 195.4 495.3 190.8 497.6 189.9 499.1 191.7 500.2 207.3 502.6 250.8 504.0 320.0 503.1 343.5 502.0 364.4 499.7 372.8 496.8 372.5 495.3 368.7 493.3 339.4 488.9 339.7 488.1 382.6 486.6 394.2 484.9 405.2 484.6 418.0 482.0 419.7 480.8 418.8 477.9 415.3 476.8 400.9 474.4 374.2 473.3 374.2 472.4 382.3 469.2 383.2 466.9 369.6 464.0 356.2 463.7 354.5 461.7 357.4 456.5 437.7 347.8 441.1 312.2 446.3 273.7 445.8 267.0 444.6 265.6 441.1 265.3 433.0 268.2 370.4 299.7 365.8 304.1 343.2 336.3 341.5 335.7 340.9 333.9 344.7 287.3 349.0 248.5 357.7 147.4 359.4 136.9 360.0 122.1 359.4 120.1 273.7 10.9Z M128.2 443.4 130.6 440.8 141.6 436.5 144.5 437.4 194.9 469.8 196.0 472.7 191.1 473.3 182.7 471.3 132.3 445.8 128.8 444.9Z M146.8 407.8 150.0 409.3 159.8 418.5 203.9 454.5 208.2 468.9 207.3 471.3 204.7 470.7 181.0 455.6 145.3 431.3 144.5 429.0 145.3 412.4Z M108.0 404.6 111.1 406.7 136.3 430.4 136.6 431.9 134.9 433.9 124.2 438.2 121.0 436.5 107.7 407.2Z M111.4 398.8 113.7 398.0 139.5 404.0 140.7 406.4 140.1 424.0 136.6 424.3 111.7 400.6Z M325.0 401.1 327.3 402.9 327.3 405.2 318.3 428.1 318.0 431.0 316.3 433.9 302.1 475.0 300.3 476.5 288.7 476.2 287.9 475.0 289.9 467.2 294.5 454.7 295.1 450.1 296.9 447.2 311.0 399.7 314.8 397.7Z M345.5 397.1 341.2 410.4 334.5 425.2 333.4 430.1 318.6 464.9 318.0 468.1 313.9 473.3 308.7 474.2 308.1 472.1 309.9 469.2 331.9 406.7 335.4 401.4Z M301.2 375.1 307.3 392.2 307.3 395.9 297.7 424.3 297.1 428.7 292.5 441.1 283.5 471.8 280.3 473.3 274.0 468.7 274.0 463.7 299.5 377.1Z M340.6 359.7 346.1 380.9 347.0 389.6 336.8 395.1 335.4 393.9 336.8 378.8 338.6 371.6 339.1 361.7Z M332.8 358.9 333.9 359.7 334.2 361.7 330.5 394.2 329.3 395.9 327.0 396.8 316.0 392.7 315.4 389.6Z M329.6 352.2 328.1 356.8 313.7 381.2 312.5 384.6 311.0 385.2 308.1 380.3 305.0 369.3 305.3 367.0 306.7 365.2 327.0 352.5Z M423.5 349.9 423.5 353.1 339.1 467.5 335.4 469.2 324.7 469.5 323.8 466.9 329.0 457.4 364.4 409.3 402.0 355.1 406.7 351.6Z M205.0 349.3 231.7 344.7 233.7 347.3 248.2 457.9 249.9 465.2 250.8 475.6 248.5 477.6 236.3 478.5 232.5 475.0 232.0 469.5 224.4 440.6 223.8 435.3 222.1 431.3 221.5 425.5 219.5 420.0 213.4 391.0 206.2 363.5 205.6 358.0 203.6 353.3 203.9 350.4Z M382.0 336.0 395.4 346.7 398.8 350.7 337.7 436.8 336.8 433.3 338.6 431.6 341.5 422.6 355.1 391.9 353.9 382.0 352.2 376.8 352.8 373.6 378.6 336.8Z M175.5 331.6 191.7 343.8 198.3 350.4 208.2 391.6 209.4 399.7 218.6 435.6 222.1 454.2 226.7 470.1 227.3 475.6 226.2 476.5 216.9 473.3 214.0 470.1 195.2 402.3 190.8 389.9 184.7 365.2 180.4 353.3 176.6 337.7 174.9 334.5Z M251.7 317.4 253.4 319.2 255.1 333.6 256.0 353.1 257.7 364.4 258.3 380.0 266.1 464.9 265.9 470.7 257.7 474.7 255.7 473.6 238.3 343.2 240.4 338.0Z M369.3 315.7 372.5 320.6 373.0 324.1 375.1 327.3 375.4 331.9 353.6 363.8 350.7 366.7 349.6 365.5 347.0 354.2 347.0 347.3Z M434.5 290.5 435.3 296.6 433.3 305.5 432.7 317.7 430.7 327.3 429.5 342.3 425.8 344.7 409.0 346.1 407.8 344.7 426.9 306.1 430.4 297.1Z M429.0 286.7 429.8 288.2 415.6 316.0 403.2 343.5 400.6 344.4 385.2 331.6 385.2 329.6Z M79.0 286.7 97.8 289.3 104.2 291.6 170.0 395.1 197.5 435.6 200.4 441.4 199.5 442.9 187.6 434.5 159.2 410.4 78.1 288.4Z M425.8 281.2 425.8 282.7 382.3 325.5 380.6 324.4 374.8 311.3 375.1 308.7 376.5 307.3 422.0 282.7 423.2 281.2Z M134.0 273.7 136.9 273.1 140.1 276.9 166.2 320.3 167.3 327.6 174.3 348.1 185.3 389.9 192.6 411.9 193.1 415.9 192.3 418.2 190.8 417.4 109.7 290.8 109.7 288.4 111.1 286.7Z M204.4 270.8 208.2 276.3 222.1 315.4 231.7 337.1 231.1 338.6 228.2 340.0 205.9 344.1 203.3 342.9 203.6 274.3Z M197.2 267.0 198.6 268.5 198.1 339.7 196.0 341.2 174.6 323.2 174.3 320.9Z M210.2 265.6 214.0 268.2 249.9 306.1 250.2 309.0 239.2 330.2 236.0 333.9 232.5 327.6 209.4 267.0Z M146.8 242.4 148.5 243.0 176.0 292.5 176.3 295.4 168.8 312.2 165.0 308.7 141.0 269.0 141.9 261.5Z M77.0 212.5 80.4 220.1 81.0 224.1 100.4 282.9 98.7 284.1 77.2 281.2 74.3 279.2 75.8 216.3Z M83.6 209.9 86.2 211.4 128.2 262.1 132.9 266.4 132.0 269.6 108.2 282.9 104.8 280.0 90.9 235.1 83.0 212.5Z M89.1 205.3 91.7 205.6 112.0 217.8 138.4 232.0 142.1 235.4 137.5 260.6 136.6 261.5 133.4 260.3 88.5 207.0Z M230.2 152.9 298.9 158.1 300.3 159.8 291.6 308.1 290.2 319.4 284.7 407.2 276.9 432.7 276.0 438.5 272.8 444.3 271.9 443.7 270.8 423.2 269.3 413.6 260.9 305.5 234.9 278.0 229.6 271.1 227.9 154.3Z M348.7 131.1 350.2 133.4 349.3 149.4 347.3 163.3 331.6 339.4 327.9 343.5 298.6 360.9 293.1 377.1 291.9 372.2 296.9 308.7 297.4 287.6 299.5 268.2 305.5 159.2 311.3 153.4Z M185.9 120.7 189.1 122.1 219.5 148.5 222.7 152.3 224.4 263.8 223.6 265.3 221.8 264.4 204.1 245.0 200.7 243.3 199.2 243.5 196.6 247.0 192.0 259.2 189.7 258.6 185.0 122.4Z M260.9 28.3 261.5 29.7 260.3 34.7 256.0 45.7 249.9 66.8 245.3 78.4 245.0 81.6 235.1 109.4 226.2 139.0 223.0 144.7 189.7 116.4 187.3 112.3 258.3 29.4Z M274.8 28.0 278.6 30.9 349.6 122.7 345.5 126.8 307.3 150.3 305.3 149.4 303.2 143.6 299.5 125.9 295.1 112.0 288.7 83.9 276.6 38.7 276.0 33.5 274.3 30.0Z M267.3 28.0 269.0 29.4 270.8 34.4 282.4 82.2 291.6 115.5 292.8 123.0 296.9 135.8 297.4 141.0 299.7 147.6 299.7 151.4 298.6 152.6 230.8 147.6 229.6 146.5 229.6 143.6 234.3 131.4 234.9 127.1 236.9 123.0 265.6 34.1 266.1 29.4Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%238C6D2F%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-mk--telescope{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.446 -0.34) scale(0.043541)%22%3E%3Cdefs%3E%3Cmask id=%22stl-scope-cut%22 maskUnits=%22userSpaceOnUse%22 x=%220%22 y=%220%22 width=%22548%22 height=%22579%22%3E%3Crect width=%22548%22 height=%22579%22 fill=%22%23fff%22/%3E%3Cellipse cx=%220%22 cy=%220%22 rx=%2254.5%22 ry=%2274.4%22 transform=%22translate(116 116.3) rotate(19.24)%22 fill=%22%23000%22/%3E%3Cpath fill=%22%23000%22 d=%22M 230.2 52.8 L 222 71C 224.17 74.17 231.83 83.5 235 90 C 238.17 96.5 239.83 103.67 241 110C 242.17 116.33 242.33 122 242 128 C 241.67 134 240.5 139.67 239 146C 237.5 152.33 235.5 160 233 166 C 230.5 172 227.67 176.67 224 182C 220.33 187.33 215.67 193.33 211 198 C 206.33 202.67 202.83 206.33 196 210C 189.17 213.67 174.33 218.33 170 220L 164.7 239.3 L 190.2 246.3 L 195.5 227C 196.58 226.17 198.08 224.83 202 222 C 205.92 219.17 214.17 214 219 210C 223.83 206 227.33 202.67 231 198 C 234.67 193.33 238 187.33 241 182C 244 176.67 246.67 172.67 249 166 C 251.33 159.33 253.83 149.33 255 142C 256.17 134.67 256.33 129.33 256 122 C 255.67 114.67 254.5 104.67 253 98C 251.5 91.33 248 84.67 247 82L 255.2 63.8 Z%22/%3E%3Cpath fill=%22%23000%22 d=%22M 363.2 112.8 L 355 131C 357 133.5 364 140.83 367 146 C 370 151.17 371.83 156 373 162C 374.17 168 374.33 175.33 374 182 C 373.67 188.67 372.33 196.67 371 202C 369.67 207.33 368 210 366 214 C 364 218 362.17 221.67 359 226C 355.83 230.33 351.33 236 347 240 C 342.67 244 338.83 247 333 250C 327.17 253 315.5 256.67 312 258L 306.7 277.3 L 337.7 285.8 L 343 266.5C 345.5 263.75 353.83 254.42 358 250 C 362.17 245.58 364.83 244 368 240C 371.17 236 374.5 230.67 377 226 C 379.5 221.33 381.33 216.67 383 212C 384.67 207.33 386 203.33 387 198 C 388 192.67 388.83 186 389 180C 389.17 174 388.67 168 388 162 C 387.33 156 385.5 147 385 144L 393.2 125.8 Z%22/%3E%3C/mask%3E%3C/defs%3E%3Cg fill=%22%238C6D2F%22 stroke=%22none%22 mask=%22url(%23stl-scope-cut)%22%3E%3Cpath d=%22M 161.4 43.4L 441 169C 446 175 450 181 453 187C 458 190 462 192 466 193.5C 471 196 475 200 479 206C 483 213 485 221 484.5 228C 484 238 481 246 477 254C 472 263 466 269 458 274C 452 277.5 446 278.5 440 278C 434 277 428 275 422 274.5C 414 275 406 279 398 280C 386 278 370 273 352 269L 104.6 201.6 Z%22/%3E%3Cellipse cx=%220%22 cy=%220%22 rx=%2267.8%22 ry=%2287.2%22 transform=%22translate(116 116.3) rotate(19.24)%22/%3E%3C/g%3E%3Cg fill=%22%238C6D2F%22 stroke=%22none%22%3E%3Cpath d=%22M 243 236 H 288.5 V 275 H 243 Z%22/%3E%3Cpath d=%22M 222 272.5 H 309.5 V 341 H 222 Z%22/%3E%3Cpath d=%22M 236.3 330 L 123.1 528.5 Q 125.5 535.8 133 535.8 L 163 535.8 Q 168 535.5 170.1 528.5 L 283.3 330 Z%22/%3E%3Cpath d=%22M 248.2 330 L 361.4 528.5 Q 363.5 535.5 368.5 535.8 L 398.5 535.8 Q 406 535.8 408.4 528.5 L 295.2 330 Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--parlor .stl-mk--worldmap{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%238C6D2F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 3.93) scale(.021686)%22 fill=%22%238C6D2F%22 fill-rule=%22evenodd%22 stroke=%22%238C6D2F%22 stroke-width=%220.9%22%3E%3Cpath d=%22M751.5,638.3C752.1,638.3 753.8,638 754.5,638.3C755.2,638.6 755.5,639 755.5,640C755.7,644.7 755.8,661.6 755.5,666.5C755.4,668.2 755.1,668.7 753.5,669.2C718.2,679.2 583.6,715.9 543.5,726.7C528.4,730.8 523.2,731.6 513,734C512.3,733.2 511.1,733.1 511,731.5C510.7,726.8 510.5,710.4 511,705.5C511.2,703.3 511.9,702.9 514,702.3C554,691.1 711.4,649.2 751,638.5C751.3,638.4 751.2,638.3 751.5,638.3ZM260.6,638.6C267.9,640.2 271.7,640.4 282.5,643.3C322.6,654 464.2,692.3 501,702.7C502.7,703.2 502.9,703.8 503,705.5C503.3,710.7 502.8,724.4 502.7,733.9C501.5,734 500.8,734.6 499,734.2C495,733.4 488.7,731.7 478.5,728.9C439,718.1 298.4,680 262,669.7C260.4,669.2 260.1,668.7 260,667C259.7,661.9 260.2,643.7 260.3,639C260.3,638.8 260.5,638.7 260.6,638.6ZM334.3,574.3C333.9,575 332.7,576.8 331.9,578L334,578.3L335.9,575.5L334.6,574.1C334.5,574.2 334.4,574.2 334.3,574.3ZM911,563.9C911.5,564 912.5,564.6 913.2,565C912.7,566.7 912.8,567.7 911.6,570C909.5,573.9 904.2,582.3 900.5,588.5L897.6,587.5C898,585.2 897.6,582.6 898.8,580.5C900,578.4 903.4,577.4 904.6,575C905.8,572.6 905.4,569 905.8,566C907.4,565.4 909.6,564.5 910.5,564.1C910.7,564 910.7,563.8 911,563.9ZM920,547.2C917.7,548.7 909.9,554.3 906.5,556.2C903.3,558 901,557.5 899.5,558.5C898,559.5 897.8,560.5 897.3,562.5C896.8,564.5 897.8,568.1 896.5,570.5C895.2,572.9 891,574.3 889.7,577C888.4,579.7 888.5,584.1 888.5,586.5C888.5,588.9 888.7,589.8 889.6,591.5C890.5,593.2 892.3,595.5 894,596.5C895.7,597.5 898.2,597.8 900,597.7C901.8,597.6 903.5,596.9 905,596C906.5,595.1 907.6,594.7 909,592.5C911.6,588.3 917.8,575.5 920.8,571C923.1,567.6 925.8,567.1 926.9,565.5C928,563.9 927.7,563.5 927.5,561.5C927.2,559 926.4,552.9 925.2,550.5C924,548.1 921.4,547.6 920.5,547.1C920.3,547 920.2,547.1 920,547.2ZM302.5,531.4C300.7,533.4 293.8,541 292.2,543.5C291.4,544.8 292.2,545.2 293.1,546.5C294.6,548.5 298.4,552.4 301,555.4C302.6,553.4 305.1,552.1 305.9,549.5C306.6,546.9 306,543 305.5,540C305,537 303.8,534.3 303,531.4C302.8,531.4 302.7,531.2 302.5,531.4ZM339.5,523.2C337.6,523.7 331.5,525.7 328.5,526C325.5,526.3 324,524.2 321.5,524.8C319,525.4 315.1,528 313.7,529.5C312.3,531 312.8,531.8 313,533.5C313.3,535.2 315.4,537.5 315.2,539.5C315,541.5 313.1,543.5 312.1,545.5C315.2,545.6 319.5,546.3 321.5,545.9C323.4,545.5 323.4,544.7 324.1,543C324.9,541.3 323.5,537.6 326,535.5C328.5,533.4 336.8,532.3 339.3,530.5C341.8,528.7 341.1,525.7 341.2,524.5C341.3,523.6 340.4,523.6 340,523.1C339.8,523.1 339.7,523.1 339.5,523.2ZM833,449.3C834.1,449.5 837.4,448.7 838.9,450.6C840.5,452.5 840,457.4 842.3,460.5C844.6,463.6 849.6,467.9 852.5,469.5C855.4,471.1 857.3,471.2 859.5,470.1C861.7,469 863.7,465.1 865.8,462.6C869.5,471.2 874,483.1 876.9,488.5C879,492.5 881.8,492.8 883.1,495C884.4,497.2 884.6,499.4 884.8,501.5C885,503.6 885.7,504.9 884.1,507.5C881.8,511.2 874.2,520.7 871,524C868.6,526.5 868,526.9 865,527.3C862,527.7 856.8,527.1 853,526.5C849.3,525.9 844.9,526 842.5,523.7C840.1,521.4 840.6,515 838.8,512.5C837,510 833.5,510.9 831.5,508.9C829.5,506.9 827.9,502.3 826.5,500.5C825.2,498.9 825,498.8 823,498.3C818.8,497.3 807.2,494.6 801.5,494.5C795.8,494.4 793.4,497.2 789,497.5C784.6,497.8 777.8,496.9 775,496.5C773.4,496.3 773.1,495.5 772.2,495C773,491 774.1,487.2 774.5,483C774.9,478.8 773.8,473.4 774.5,470C775.2,466.6 776.2,464.2 778.5,462.7C780.8,461.2 784.6,461.1 788,461.2C791.4,461.3 795.3,462.6 799,463.3C801.5,460.4 803.7,456.6 806.5,454.6C809.3,452.6 812.8,452.5 815.9,451.5C816.8,452.5 817.4,453.9 818.5,454.5C819.6,455.1 820.6,456 822.5,455.3C824.8,454.5 830.8,450.4 832.5,449.4C832.7,449.3 832.7,449.3 833,449.3ZM796.1,426.1L798.3,426.5C797.9,428.3 796.9,430.6 797,432C797.1,433.4 797.3,434.5 799,434.9C801.6,435.4 809.7,434.2 812.5,435.2C815.3,436.2 814.7,439 815.8,440.9C813.5,442.3 811.6,443.9 809,445.1C806.4,446.3 802.2,446.6 800,448.1C797.8,449.7 797.3,452.3 796,454.4C793.5,453.8 791.7,452.7 788.5,452.5C785.3,452.3 780,452.1 777,453.1C774,454.1 772.3,455.6 770.3,458.5C768.3,461.4 766.6,466.4 764.8,470.3L764.6,428C773.1,429.5 785.1,432.2 790,432.6C792.3,432.8 793,431.5 794,430.5C795,429.5 795.5,427.2 795.8,426.5C795.9,426.3 796,426.2 796.1,426.1ZM551,370.8C551.7,370.8 553,370 554.5,370.9C556,371.8 558.3,374.1 559.8,376C561.3,377.9 562,380.7 563.5,382.5C565,384.3 567.6,385.2 568.7,387C569.8,388.8 568.6,390.5 570.1,393C571.6,395.5 575,399.8 578,402.1C581,404.5 585.8,405.7 588,407.1C590.1,408.4 589.5,409.9 591.5,410.6C593.5,411.3 596.4,412.2 600,411.5C603.6,410.8 608.8,408.2 613.2,406.5C608.8,413.3 604,422.6 600,427C596,431.4 592,430.4 589,432.7C586,435 583.6,438.1 581.8,441C580,443.9 578.3,446.8 578,450C577.7,453.2 580,457.8 580,460.5C580.1,463.2 578.3,464.2 578.3,466C578.3,467.8 579.9,469.6 580,471.5C580.1,473.4 579.9,475.3 578.7,477.5C577.5,479.7 575.6,482.3 573,484.5C570.4,486.7 564.8,488 562.9,490.5C561,493 561.4,497.1 561.5,499.5C561.6,501.9 563.4,503.3 563.3,505C563.2,506.7 562.2,508.2 561,509.5C559.8,510.8 557.3,511.2 556.2,513C555.1,514.8 555.7,517.2 554.4,520C553.1,522.8 551.4,526.2 548.3,529.5C545.2,532.8 538.5,536.8 535.8,539.5C533.2,542.1 533.3,544.6 532,545.9C530.7,547.2 529.3,547.1 528,547.3C526.7,547.6 525,547.7 524,547.4C523,547.1 522.5,546.8 522,545.5C521.4,543.8 521.5,539.9 520.2,537C518.9,534.1 515.5,531.1 514.1,528C512.7,524.9 512.1,523.4 512,518.5C511.6,494.2 511.7,405.6 512,382.5C512,380.9 512.5,380.5 514,380.1C516,379.5 521.1,380.4 524,379C526.9,377.6 527.1,373 531.5,371.6C535.9,370.2 547.2,371 550.5,370.9C550.8,370.9 550.7,370.8 551,370.8ZM227,369.8C227.4,369.9 228.3,370.3 229,370.5L229.5,373.5L225.5,372.4C225.8,371.6 226.2,370.4 226.5,370C226.6,369.8 226.7,369.7 227,369.8ZM261,364.7C263.3,365.7 265.9,367.3 268,367.7C270.1,368.1 270.8,366.4 273.5,367C278.2,368.1 291.4,372.8 296.5,374.1C300.1,375 302.2,373.8 304,374.8C305.8,375.8 306.7,378.1 307,380C307.3,381.9 306.3,384.2 306,386.3C304.2,386.2 303,387.1 300.5,386C296.4,384.2 287.3,376.5 281.5,375.5C275.7,374.5 269.1,380 265.5,380.1C262.2,380.2 261,378.5 260.2,376C259.4,373.5 260.5,366.9 260.6,365C260.6,364.8 260.9,364.8 261,364.7ZM451.5,357.4C452.9,357.7 456,359.3 459.5,359.5C463,359.7 467.7,358 472.5,358.5C477.3,359 485.6,361.6 488.5,362.4C489.5,362.7 489.6,363.1 490.2,363.5C490,364.7 489.3,365.8 489.5,367C489.7,368.2 490,369.6 491.2,371C492.5,372.4 495,374.5 497,375.6C499,376.7 501.1,376.9 503.2,377.6L502,466L496.2,459.5C497.3,456.3 499.9,453.1 499.5,450C499.1,446.9 495.8,442.9 493.5,440.9C491.2,438.9 488.7,439.7 486,437.9C483.3,436.1 483,431.7 477.5,430.2C470.3,428.3 450.8,428.8 443,426.4C435.2,423.9 433.7,419 430.7,415.5C427.7,412 426.1,407.9 425,405.5C424.1,403.4 424.9,402.2 424.2,401C423.5,399.8 421.9,399 420.8,398C421.7,395.3 423.2,393.8 423.5,390C423.8,386.3 422.2,378.6 422.7,375.5C423.1,372.8 424.2,373.1 426.5,371.7C429.1,370.1 435.6,367.8 438.4,365.8C441.2,363.8 441,361.2 443.1,359.8C445.2,358.4 449.6,358 451,357.6C451.3,357.5 451.2,357.3 451.5,357.4ZM764.8,354.6C766.3,355.7 768.5,356.8 769.3,358C770.2,359.2 769.7,360.7 769.9,362L767,363.3C766.3,362.7 765.2,362.9 764.8,361.5C764.4,360.1 764.5,356.2 764.5,355C764.5,354.8 764.7,354.7 764.8,354.6ZM536.5,353.9C538.7,354.4 545.3,356.8 549,357C552.8,357.2 555.7,355.7 559,355.1L560,356.5C559.3,357.2 559.4,358.3 558,358.7C554.8,359.7 545.6,362 540.5,362.5C535.4,363 530.8,361.3 527.5,361.8C524.3,362.3 522.4,363.9 521,365.5C519.6,367.1 519.7,369.3 519,371.2C516.3,371.1 512.8,370.6 511,370.9C509.2,371.2 509,372.4 508,373.2L507.5,371.5C508.6,370.5 510.1,369.9 510.9,368.5C511.7,367.1 510.8,365.1 512.1,363C513.5,361 516.6,357.2 519,356.2C521.4,355.2 523.7,357.3 526.5,357C529.3,356.7 534.3,354.7 536,354.2C536.3,354.1 536.2,353.8 536.5,353.9ZM719,349.4C720.4,349.7 724.3,350.6 726.9,351.2C727.4,353.5 727.8,356.5 728.4,358C728.9,359.3 729.1,359.6 730.5,360C732.4,360.5 736.7,360.7 739.8,361.1C741.1,366.2 742.3,372.8 743.6,376.5C744.9,380.2 745.8,381.1 747.7,383.5C749.6,385.9 753.9,387.7 755,391C756.1,394.3 754.6,399.2 754.4,403.3C749.3,400.7 742.8,396.7 739,395.5C735.4,394.4 733.3,395.2 731.5,396.1C729.7,397 728.2,399.4 728,401C727.8,402.6 728.5,404.3 730.2,405.9C732,407.5 736.1,408.5 738.5,410.5C740.9,412.5 741.8,415.8 744.5,417.8C747.2,419.8 751.5,420.9 755,422.5C755.2,490.3 755.8,591.5 755.5,626C755.5,627.9 755.4,628.8 753.5,629.3C728.9,636.4 634,661.1 608,668.3C602.6,669.8 602.9,670.9 597.5,672.4C582.2,676.5 530.2,689.6 516,693.1C514.3,693.5 513.2,693.6 512.5,693.4C511.8,693.2 511.5,692.9 511.5,692C511.4,667.5 511.7,594.7 511.8,546.1C512.9,548.3 513.4,551 515.2,552.8C517,554.6 519.2,556.4 522.5,556.8C525.8,557.2 532.3,555.8 535,555.2C537.2,554.7 537.5,554.7 538.9,553C540.3,551.3 540.8,547.7 543.5,544.8C546.2,541.9 551.6,540 555.3,535.5C559,531 563.1,521.5 565.7,517.5C567.9,514.1 569.8,514.3 571.1,511.5C572.4,508.7 573.3,503.1 573.5,500.5C573.7,498 572.7,497.2 572.3,495.6C575.4,493.2 578.9,491.2 581.5,488.5C584.1,485.8 586.5,482.9 587.8,479.5C589.1,476.1 589.6,473 589.5,468C589.4,463 587.8,455.8 586.9,449.7L589.2,449.4C589.4,447.9 589.1,446.5 589.9,445C590.7,443.5 591.5,442.2 594,440.5C596.7,438.6 602.4,437.1 606.3,433.5C610.2,429.9 614,423.8 617.2,419C620.4,414.2 624,408.8 625.5,404.5C627,400.2 626.5,396.2 626,393.5C625.5,390.8 623.7,390.2 622.5,388.5C626.7,385 632.3,381 635,378C637.7,375.1 635,372.8 638.5,370.8C642.3,368.6 653.2,365.7 658,365C662.8,364.3 664.7,364.1 667.5,366.8C670.3,369.5 672.8,377.8 674.8,381C676.7,384 678.6,384.3 679.7,386C680.8,387.7 680.2,389.8 681.2,391C682.2,392.2 684.4,392.5 686,393.3C688.5,391.5 691.5,390.4 693.4,388C695.3,385.6 696.4,381.9 697.3,379C698.2,376.1 697.7,372.6 698.8,370.5C699.9,368.4 701.9,369 704,366.5C706.7,363.3 712.6,354.3 715,351.5C716.3,350 717.8,350 718.5,349.6C718.7,349.5 718.7,349.3 719,349.4ZM480,343.5C482,343.7 488.6,343.5 491.4,344.8C494.2,346.1 495.2,349.8 497,351.5C498.8,353.2 500.9,352.2 502,354.8C503.1,357.4 503.2,363.1 503.8,367.2C502.8,367 501.8,367.5 500.8,366.5C499.8,365.6 498.9,363.2 497.9,361.5L500.2,361.6C500.1,361.2 500.4,360.9 500,360.5C499,359.3 496,356.4 494,354.3L493,354.6L495.4,358.4C493.6,357 493.1,355.6 490,354.3C486.2,352.8 478.4,351 472.6,349.3C474.9,347.5 478.3,344.8 479.5,343.8C479.7,343.6 479.7,343.5 480,343.5ZM244.5,334.4C245.4,334.4 248.3,334.1 249.5,334.4C250.7,334.7 251.3,334.8 251.4,336C251.6,340.9 251.1,354.6 250.9,363.9L242.2,362.5C243.4,359.7 245.5,355.9 245.8,354C246.1,352.4 245.1,351.9 244,351.2C243,350.4 241.8,348.9 239.5,349.5C237,350.1 231.7,352.8 229,354.8C226.3,356.8 225.3,360.2 223.5,361.5C221.7,362.8 219.4,362.7 218,362.7C216.6,362.7 216.1,361.9 215.1,361.5C216.3,357.2 217.6,351.2 218.7,348.5C219.5,346.4 220,346.5 221.5,345C223,343.5 225,340.6 228,339.7C231,338.8 236.8,340.3 239.5,339.5C242.2,338.7 243.2,335.6 244,334.7C244.2,334.5 244.2,334.4 244.5,334.4ZM491,319.8C493,320.3 498.6,321.9 502.4,323L502,335.4C500.5,336.1 499.1,337.4 497.5,337.4C495.9,337.4 494.5,335.7 492.5,335.5C490.5,335.4 488.1,336.6 485.5,336.5C482.9,336.4 479.6,334.2 477,334.7C474.4,335.1 471.9,338.3 470,339.2C468.1,340.1 467.1,339.2 465.5,340.2C463.9,341.3 462.6,344.7 460.5,345.5C458.4,346.4 455,345.8 453,345.3C451,344.8 449.4,343.3 448.5,342.3C447.6,341.3 447.4,340.8 447.5,339.5C447.6,338.2 448.6,336.4 449.1,334.8C454.2,335.8 460.9,337.9 464.5,337.8C468.1,337.7 468.7,335.3 470.8,334L470.5,324.7C474.2,323.4 478.2,321.5 481.5,320.7C484.8,319.9 488.9,320.1 490.5,319.9C490.8,319.9 490.8,319.7 491,319.8ZM500.6,308.1L502.9,309L502.4,312.8L499.3,312.5C499.6,311.2 500,309.2 500.2,308.5C500.3,308.2 500.5,308.2 500.6,308.1ZM796.6,307.1C797.8,307.7 799.4,307.8 800.2,309C801,310.2 800.9,312.5 801.3,314.3C799.7,312.9 797.4,311.1 796.6,310C795.9,309 796.3,308 796.3,307.5C796.3,307.3 796.5,307.2 796.6,307.1ZM348.2,301.6L351.5,302.2L352.1,304L350,304.8C349.4,303.9 348.4,302.5 348.1,302C348,301.8 348.2,301.7 348.2,301.6ZM827,299.2C826.4,299.7 824.8,300.2 824.1,302C823.4,303.8 822.8,306.6 823,310C823.2,313.4 825.4,319.7 825.1,322.5C824.8,325.3 822.9,325.7 821,326.6C819.1,327.5 815.7,326.8 813.5,328.1C811.3,329.4 809.8,332.4 807.9,334.5C809,337.3 810.8,340.4 811.2,343C811.5,345.6 810.4,347.7 810,350C811.8,350.9 814.1,352.5 815.5,352.7C816.9,352.9 817.5,352.4 818.4,351C819.6,349.1 820.5,343.7 822.5,341.6C824.5,339.5 828.2,339.2 830.5,338.6C832.8,338.1 835.1,338.7 836.5,338.3C837.9,337.9 838.7,337.6 838.8,336C839.1,332.7 837.3,322.4 838.1,318.5C838.9,314.6 842.7,314.2 843.6,312.5C844.5,310.8 844.3,309.9 843.8,308.5C843.3,307.2 842.8,305.7 840.5,304.4C837.8,302.8 829.8,300 827.5,299.1C827.3,299 827.2,299 827,299.2ZM518.5,282.9C519,283.1 520.1,284 520.9,284.5C519,286.8 515.6,288.8 515.2,291.5C514.8,294.2 518.4,298.4 518.7,301C519,303.6 517.7,305.6 517.1,307C516.5,308.4 515.8,308.8 515,309.2C514.2,309.6 513.1,309.5 512.5,309.2C511.9,308.9 511.5,308.5 511.5,307.5C511.3,304.1 511.2,292.2 511.5,288.5C511.7,286.7 512.4,286.4 513.5,285.5C514.6,284.6 517.2,283.5 518,283.1C518.2,283 518.3,282.8 518.5,282.9ZM844.7,238.1C845.4,238.2 846,237.8 846.7,238.5C847.6,239.4 849,241.4 849.8,243.5C850.6,245.6 851.4,249.2 851.5,251C851.6,252.8 850.8,253.3 850.4,254.5L848.6,254.5C847.3,252.2 845.7,249.5 844.8,247.5C844,245.5 843.6,244 843.5,242.5C843.4,241 844.2,239.2 844.4,238.5C844.5,238.3 844.6,238.2 844.7,238.1ZM498.8,228.6C499.6,228.9 500.7,228.8 501.2,229.5C501.8,230.2 501.8,231.5 502.1,232.5L500.5,232.5C499.9,231.3 498.9,229.7 498.6,229C498.5,228.8 498.7,228.7 498.8,228.6ZM285.5,197.5C291.2,202.5 299,209 302.5,212.5C305,215 305.2,216.5 306.5,218.5L304,220.1L298.3,215.9L300.9,222C298.6,223.3 295.4,224.7 294.1,225.8C293,226.8 293.6,227.7 293.4,228.6C292.4,228.3 292,227.3 290.5,227.6C288.2,228 281.8,229.4 279.5,230.9C277.2,232.4 277.8,235.1 276.8,236.4C275.8,237.7 275.5,238.4 273.5,238.8C271.6,239.2 267.9,238.8 265.1,238.8C264.5,240.2 263,240.8 263.3,243C263.6,245.2 264.3,248.8 267,252C269.7,255.2 276,259.7 279.5,262.2C283,264.7 286.4,264.7 288,267C289.6,269.3 287.6,273.6 289.3,276C291,278.4 295.1,279.6 298,281.4C300.2,280.2 302.8,279 304.5,277.7C306.2,276.4 305.9,274.5 308,273.3C310.1,272.1 315.2,271.4 317,270.4C318.4,269.6 318.5,269.1 318.5,267.5C318.5,265.8 317,261.9 317.1,260C317.2,258.1 318.4,256.9 319,256C319.7,255.1 320,254.5 321,254.4C322,254.3 323.7,254.8 325,255.5C326.3,256.2 327.6,256.4 328.6,258.5C329.7,260.8 329.9,267.1 331.6,269.3C333.3,271.6 336.8,271.6 339,272C341.2,272.4 342.9,271.7 344.9,271.6C345.8,274.6 346,276.9 347.6,280.5C349.2,284.1 352.2,289 354.5,293.2C351.2,293 347.5,293 344.5,292.5C341.5,292 340.3,290.1 336.5,290C332.8,289.9 325.2,290.5 322,291.7C318.8,292.9 319.3,295.7 317.4,297.4C315.5,299.1 313.4,300.6 310.5,302.1C307.6,303.6 304.7,305.2 300,306.4C295.3,307.6 286,308.2 282.5,309.1C280.4,309.7 280.1,310.6 279.2,312C278.3,313.4 279.6,316.1 277,317.4C274.1,318.9 264.8,320.5 262,320.9C261.1,321 260.9,320.3 260.4,320C260.4,297.2 260.7,263.7 260.5,251.5C260.5,249.2 259.2,249.3 259.2,247C259.1,239.9 259.6,215.6 260.1,209C260.2,207.6 261.1,207 262.5,207.4C264.8,208 270.6,211.9 274,212.7C277.4,213.6 280.3,212 283,212.5C285.7,213 288.3,215.3 290,215.8C291.4,216.2 292.2,216.2 293,215.6C293.8,215.1 295,213.8 294.9,212.5C294.8,211.2 294.4,209.3 292.4,207.5C290.4,205.7 286,203.5 282.8,201.5C283.6,200.2 284.7,198.4 285.1,197.7C285.2,197.5 285.4,197.6 285.5,197.5ZM156.5,192.8C159.5,193.5 168.6,195 174,196.8C179.4,198.6 185.2,202.6 189,203.5C192.7,204.4 192.9,203.6 196.5,202.3C200.6,200.9 209.8,195.8 213.5,194.9C216.1,194.3 216.5,196.7 218.5,197C220.5,197.3 223.5,196.2 225.5,196.5C227.5,196.8 229.1,197.4 230.4,199C231.7,200.6 232.5,203.6 233.5,205.9C237.5,206.1 242.5,205.7 245.5,206.4C248.5,207.1 251.2,206.5 251.4,210C252.4,229.4 251.7,303.9 251.4,323C251.4,324.2 250.7,324.3 249.5,324.5C247.2,325 240.5,324.6 237.5,325.7C234.5,326.8 233.8,330 231.5,330.9C229.3,331.8 226.9,329.7 224,331.1C221.1,332.5 216.5,337 214.2,339.2C212,341.3 211.6,341.2 210.4,344C209.1,347.1 207,354.5 206.3,358C205.6,361.4 205.7,362.9 206.2,365C206.7,367.1 208.1,368.7 209.1,370.5C208.6,371.1 208.7,371.9 207.5,372.3C206.2,372.7 203.2,373.2 201,373C198.8,372.8 196.7,371.9 194.5,371.3C193.6,367.9 194.2,364.1 191.8,361C189.4,357.9 182.9,355.4 180.3,352.5C177.7,349.6 177.9,345.4 176.4,343.5C174.9,341.6 173,341.2 171.5,341C170,340.8 168.6,341.7 167.1,342.1C164.9,339.7 161.7,337 160.6,335C159.5,333 159.8,332.3 160.6,330C161.4,327.8 162.2,325.2 165.3,321.5C168.4,317.8 176.4,311.2 179.2,307.5C181.8,304.1 182.5,303.1 182,299.5C181.5,295.9 178.5,289.2 176.2,286C173.9,282.8 169.9,282.6 168.3,280C166.7,277.4 166.5,273.3 166.5,270.5C166.5,267.7 169.1,266.2 168.4,263C167.7,259.8 164.1,253.6 162.5,251C161.2,248.8 161.3,248.3 159,247.4C154.1,245.4 137.9,240.2 133,239C131.2,238.6 130.9,239 129.5,240.2C127.5,242 123.7,247.4 121,249.7C118.3,252 115.5,253.5 113.5,254.2C111.5,255 110.5,255.3 109,254.2C107.5,253.1 105.9,249.7 104.3,247.5C106,245.1 106.7,242.3 109.5,240.4C112.3,238.5 118.5,237.8 121,236C123.5,234.2 123.8,231.7 124.3,229.5C124.7,227.3 123.9,225.2 123.7,223.1C126.7,221.4 131.2,219.6 132.8,218C134.4,216.4 134,215.2 133.5,213.5C133,211.8 130.4,209 129.9,207.5C129.4,206 129.4,205.5 130.6,204.5C133.2,202.4 141.3,197 145.5,195.1C149.7,193.2 154.2,193.3 156,192.9C156.2,192.8 156.3,192.7 156.5,192.8ZM573.5,174.2C571.5,174.8 564.5,175.7 562,177.9C559.5,180.1 560.4,185.5 558.8,187.4C557.2,189.3 554.8,187.8 552.5,189.3C550.2,190.8 546.5,194.5 544.9,196.5C543.3,198.5 543.2,200.1 543,201.5C542.8,202.9 542.2,203.8 543.5,205C544.9,206.2 548.7,209 551.5,208.8C554.3,208.6 558.3,204.6 560.5,203.7C562.4,203 562.9,204.1 564.5,203.6C566.1,203.1 568.2,200.9 570,200.5C571.8,200.1 574.1,201.2 575.5,200.9C576.9,200.7 577.7,200.6 578.3,199C578.9,197.4 578.4,194.3 579.3,191.5C580.3,188.7 582.4,185.2 584,182C583.2,180.8 583.2,179.6 581.5,178.3C579.8,177 575.3,174.8 574,174.1C573.8,174 573.7,174.1 573.5,174.2ZM755.3,173.3C755.2,174.2 754.8,177.5 755,178.5C755.1,179.3 755.9,179.1 756.3,179.4C756.5,177.9 757.1,176 757,175C756.9,174 756.1,173.7 755.6,173.1C755.5,173.2 755.3,173.1 755.3,173.3ZM414,169.4C415.6,169.6 420.9,170.3 423,171.1C425.1,171.9 425.3,173 426.5,174C425,175.6 424,177.4 422,178.7C420,180.1 417.1,181 414.6,182.1L414.6,187.5L427,192.6L427.7,201.3L435.4,203.5C435.4,208.5 436.1,215.2 435.3,218.5C434.5,221.7 431.7,221.3 430.6,223C429.6,224.7 429,226.5 429,228.5C429,230.5 430,232.8 430.5,235C426.3,236.2 421.1,235.8 418,238.5C414.9,241.2 413.2,248.2 412.2,251C411.5,253 412,253.8 411.9,255.2C409.9,254.7 407.5,253.7 406,253.6C404.5,253.5 404,253.3 403,254.4C401.7,255.8 399.9,259.4 398.4,261.9C396.8,260.8 395.1,259.2 393.5,258.7C391.9,258.2 390.1,258.2 388.5,258.8C386.9,259.4 385.4,260.6 384.2,262.5C383,264.4 382.4,268.1 381.2,270C380,271.9 378.4,272.4 377,273.6C374.6,272.2 371.6,272 369.8,269.5C368,267 366.4,261.8 366,258.5C365.6,255.2 366.3,251.5 367.6,249.5C368.9,247.5 372.6,247.3 374,246.3C375.3,245.3 375.9,245.2 375.8,243.5C375.5,239.7 373.5,227.8 372.3,223.5C371.4,220.3 369.6,221.1 368.6,218C367.1,213.5 365.8,200.9 363.4,196.5C361.1,192.1 356.3,193.1 354.5,191.4C352.7,189.7 352.5,188 352.6,186.5C352.7,185 352.9,183.6 355,182.6C357.6,181.3 364.1,181 368,178.9C371.9,176.8 375.2,171.4 378.5,170.2C381.8,169 385.5,170.4 388,171.5C390.5,172.6 392.1,175.8 393.5,176.8C394.8,177.7 395.1,178 396.5,177.5C399.8,176.3 410.6,171 413.5,169.6C413.7,169.5 413.7,169.4 414,169.4ZM415,160.7C413.2,160.8 407.8,160.2 405,161.5C402.2,162.8 400.3,166.1 398,168.4C395,166.2 392.9,162.6 389,161.7C385.1,160.8 378,161.9 374.5,162.7C371,163.5 369.8,165.1 368,166.6C366.2,168.2 366.6,170.4 363.5,172C360.2,173.6 351.9,173.6 348.5,176.3C345.1,179 343.1,184.6 343,188C342.9,191.4 346.1,194.8 348,197C349.9,199.2 352.8,197.9 354.6,201.5C357,206.2 360.3,220.5 362.2,225.5C363.4,228.8 365.5,228.9 365.8,231.5C366.1,234.1 365.3,238.9 364.2,241C363.1,243.1 360.1,243.2 359,244.2C357.9,245.2 357.5,245.4 357.4,247C357.3,250 357.2,257.2 358.3,262C359.3,266.8 361.4,272.1 363.7,275.5C366,278.9 369.7,281 372,282.1C374.3,283.2 374.9,282.9 377.5,282C380.1,281.1 385.1,278.9 387.4,276.5C389.7,274.1 390.1,270.7 391.5,267.8C394.7,268.3 398.2,269.9 401,269.3C403.8,268.7 405.2,264.7 408,264.1C410.8,263.5 415.7,265.4 417.5,265.9C418.3,266.1 418.3,266.6 418.7,267C418.1,268.8 416.8,270.2 417,272.5C417.2,274.8 418.2,278.4 419.7,281C421.2,283.6 423.9,286.2 426,287.8C428.1,289.4 429.2,291.1 432.5,290.4C435.8,289.7 443.5,285.8 446,283.8C448.1,282.1 447.9,280.2 447.3,278.5C446.7,276.8 445,274.6 442.5,273.4C440,272.2 435.7,272.4 432.5,271.1C429.3,269.8 426.4,267.4 423.4,265.5C424.3,264.8 424.4,263.9 426,263.3C427.7,262.7 431.9,262.3 433.5,261.6C435.1,260.9 435.9,260.7 435.8,259C435.7,256.7 433.9,251.3 433,247.5C435.2,246.6 438.1,245.6 439.5,244.7C440.9,243.8 441.4,243.6 441.3,242C441.2,239.2 438.4,231.4 438.8,228C439.2,224.6 443.1,224.8 443.8,221.5C444.5,218.2 443.2,212.8 442.9,208.5C447.4,206.9 453.9,205.4 456.5,203.7C458.8,202.2 458.8,200.2 458.5,198.5C458.2,196.8 456.5,194.6 455,193.3C453.5,192 451.5,191.1 449.5,190.7C447.5,190.3 444.9,191.5 443,190.7C441.1,189.9 439.9,187.5 438.3,185.9C438.5,185.4 438.2,184.7 439,184.3C440.3,183.7 445,182.8 446.3,182C447.4,181.3 447.1,180.4 447,179.5C446.9,178.6 446.8,177.6 445.5,176.6C442.2,174 432.5,166.8 427.5,164.1C422.5,161.4 417.6,161.3 415.5,160.7C415.3,160.6 415.2,160.7 415,160.7ZM663.5,159.2C662.8,159.7 660.6,160.5 659.9,162C659.3,163.5 659.7,166.3 659.6,168.4L668.3,160.4C666.9,160 664.8,159.3 664,159.1C663.8,159 663.7,159.1 663.5,159.2ZM724.5,158.2C723.2,158.4 718.9,158.1 717,159.4C715.1,160.6 714.3,163.6 712.9,165.7L708.5,165L708,166.1L717.5,173.7L724.9,167.9C726.3,169.5 726.1,171.7 729,172.8C731.9,173.9 739.6,174.6 742.5,174.5C744.7,174.5 745.3,173.8 746.4,172.5C747.5,171.2 749.2,168.6 748.9,166.5C748.5,164.5 745.8,161.5 744.3,160.2C742.8,158.9 741.5,158.4 740,158.6C738.5,158.8 738,161.4 735.5,161.3C733,161.2 726.8,158.6 725,158.1C724.8,158 724.8,158.2 724.5,158.2ZM679.5,157.2C677.5,158.4 671.4,161.5 667.8,164.6C664.3,167.7 660.1,173.7 658.2,176C657.3,177.2 656.9,177.4 656.7,178.6C656.5,179.8 657,181.8 657.1,183.4C658.2,183.7 658.8,184.5 660.5,184.2C662.3,183.9 666.1,183.5 668,181.7C670,179.9 670.5,175.3 672.2,173.6C673.9,172 676.4,172.9 678,171.8C679.6,170.8 680.7,168.8 682,167.3C683.7,168 685,169.8 687,169.4C689,169 691.7,166.4 694.1,164.9C694,164.1 694.3,163.3 693.8,162.5C693.3,161.8 692.6,161 691,160.4C688.7,159.5 681.9,157.6 680,157.1C679.8,157 679.7,157.1 679.5,157.2ZM768,156.5C769.8,157.2 774.9,160.1 778.5,160.8C782.1,161.5 786.9,160.3 789.5,160.5C791.9,160.7 792.6,160.8 794,162C795.4,163.2 796.3,166.3 798,167.9C799.7,169.5 801.2,171.3 804,171.7C806.8,172 811.8,169.6 815,170C818.3,170.4 821.5,173.5 823.5,174.2C825.1,174.8 825.9,174.7 827,174.3C828.1,173.9 829.5,173.2 830,172C830.5,170.8 829.9,168 830.1,167C830.3,166.2 830.7,166 831.5,166.2C835.4,167.5 849.1,172.3 853.5,174.6C856.6,176.2 856.4,178.2 857.9,180C856.9,181.3 855.3,182.2 854.8,184C854.3,185.8 855.4,188.4 854.9,190.5C854.4,192.6 851.8,194.7 851.7,196.5C851.6,198.3 852.5,199.4 854.5,201.4C856.5,203.4 860.7,206.1 863.8,208.5C862.2,211.3 860.2,215.3 859,217C858.1,218.2 857.9,218.2 856.5,218.5C854.5,219 850.2,219.3 847.1,219.7C846.5,216.3 846.5,211.7 845.4,209.5C844.3,207.3 842.1,206.9 840.5,206.6C838.9,206.4 837.2,207.1 836,208C834.8,208.9 835,211.2 833,212.2C831,213.2 827,213.5 824,214.1L821.5,222.2C814.8,221.3 805.5,219.6 801.5,219.5C799.4,219.4 798.8,219.6 797.7,221.5C796.3,223.9 793.7,229.9 793,234C792.3,238.1 792.8,243.1 793.7,246C794.6,248.9 796,249.5 798.5,251.2C801,252.9 806.5,253.9 808.8,256C811.2,258.1 811.8,261.4 812.6,264C813.4,266.6 813.8,269.6 813.4,271.5C813.1,273.4 811.8,275 810.5,275.6C809.2,276.2 806.8,274.8 805.5,275.2C804.2,275.6 803.6,276.3 802.5,278C801.4,279.7 799,283.2 799,285.5C799,287.8 802.3,289.9 802.6,291.5C802.9,293.1 801.4,293.8 800.8,294.9C796.2,292.8 790.3,289.5 787,288.5C784.1,287.7 783,288.3 781,289.1C779,289.9 777,292 775,293.5C775.2,295 774.5,296.2 775.6,298C776.8,299.8 780.4,302 781.9,304C783.4,306 783.3,307.8 784.8,310C786.3,312.2 789.5,314.6 791.1,317C792.7,319.4 794.2,322.1 794.4,324.5C794.6,326.9 793.9,329.6 792.3,331.5C790.7,333.4 787.3,335 785,335.8C782.7,336.6 780.8,336.8 778.5,336.5C776.2,336.2 773.1,334.3 771,333.9C768.9,333.5 767.2,334.4 766,333.9C764.8,333.4 764,332.8 764,331C763.7,302 763.4,189.1 764,160C764,157.6 766.8,157.2 767.5,156.6C767.7,156.4 767.8,156.4 768,156.5ZM765,51.1C789.7,57.6 880.2,81.5 913,90.3C937.6,96.9 953.4,101.3 962,103.9C963.5,104.4 964.3,104.4 964.3,106C964.8,164.4 965.3,358 965.2,454C965.1,550 964.3,605.9 963.9,681.9C962.6,682 961.9,682.6 960,682.2C956.2,681.4 950.5,679.8 941,677.3C908.8,668.7 796.5,638.7 767,630.6C765.3,630.1 764.1,630.3 764.1,628.5C763.7,607.1 764.4,544.4 764.6,502.3C767.7,503.2 770.3,504.4 774,505C777.7,505.6 782.5,506.3 787,506C791.5,505.7 795.7,503 801,503C806.3,503 815,504.1 819,506.1C823,508.1 822.8,512.7 824.9,515C827,517.3 830.3,517.8 831.8,520C833.3,522.2 833.2,526.3 833.9,528C834.5,529.4 834.6,529.7 836,530.3C838.7,531.4 845.8,533.9 850,534.8C854.3,535.8 858.6,535.8 861.5,536C864.4,536.2 865.1,536.6 867.5,535.8C869.9,535 872.5,534.4 876,531C880,527.1 888.8,516.8 891.7,512.5C893.9,509.3 893.5,508.3 893.5,505C893.5,501.7 893,496.2 891.4,492.5C889.8,488.8 886.6,488.1 883.9,482.5C880.1,474.5 871.7,450.8 868.5,444.3C867.6,442.5 865.6,443.4 864.5,443.5C863.4,443.6 862.4,443.6 861.6,445C860.7,446.8 860.1,451.4 858.9,454C857.7,456.6 856,458.3 854.5,460.5C853.1,459.2 851.1,458.8 850.4,456.5C849.7,454.2 850.8,449.1 850.3,447C849.8,445 849.4,444.7 847.5,443.9C844.9,442.8 838.7,440.2 834.5,440.3C830.3,440.4 826.2,443.1 822.1,444.5C823.6,441.5 825.9,438.8 826.5,435.5C827.1,432.2 826.7,427.6 825.9,425C825.1,422.4 823.7,421.4 821.5,420.1C819.3,418.8 815.5,418.6 812.5,417.2C809.5,415.8 806.6,413.4 803.6,411.5L805,409.6C807.3,410.4 810.4,411.7 812,412C813.3,412.2 813.5,412.2 814.5,411.4C815.6,410.6 817.8,408.4 818.6,407C819.4,405.6 820,405 819.5,403C818.8,400.3 815.1,393.6 814.2,390.5C813.4,387.6 814.9,386.1 814.2,384.5C813.5,382.9 811.2,382.6 810.1,381C809,379.4 808.8,376.7 807.7,375C806.7,373.3 804.4,372.5 803.8,371C803.2,369.5 804.4,367.5 804,366C803.6,364.5 803.1,362.8 801.5,362.2C799.9,361.6 796.2,361.7 794.5,362.5C792.8,363.3 791.5,365.6 791,367C790.5,368.4 790.7,369.2 791.5,371C792.3,372.9 795.3,375.4 796,378.5C796.7,381.6 796.6,386.4 795.8,389.5C795,392.6 792.6,394.5 791,397C793.2,399.7 796.5,403.6 797.5,405.2C798,406 797.2,406.3 797,406.9C792.3,406 786.4,405.9 783,404.2C779.6,402.5 778.4,398 776.5,396.7C774.6,395.5 773.2,396.3 771.5,396.7C769.8,397.1 767.7,398.9 766.5,399C765.3,399.1 764.9,398 764.1,397.5C765.2,395 767.3,393.8 767.5,390C767.7,386.3 766,380 765.3,375C769.1,373.1 774.4,371.6 776.8,369.3C779.2,367.1 779.3,363.7 779.5,361.5C779.7,359.3 779.2,358.5 778,356C776.8,353.5 774.1,349.7 772.2,346.6C777.5,345.8 783.8,345.5 788,344.2C792.2,342.9 794.7,341.8 797.5,338.8C800.3,335.9 804.3,330.1 805,326.5C805.7,322.9 802.7,320.4 801.6,317.3C803.1,317.9 804.3,318.8 806,319C807.7,319.2 810,319.6 812,318.8C814,318 815.9,315.6 817.8,314C817.3,312.3 817.7,311.3 816.4,309C815,306.4 811.5,302.1 809.1,298.6C813.2,291.1 819.2,281.6 821.3,276C823.2,270.8 821.9,268.2 821.5,265C821.1,261.8 820.2,259.8 818.9,257C817.6,254.2 816.3,250.9 813.5,248.5C810.7,246.1 803.9,244.8 801.9,242.5C799.9,240.2 801.3,236.5 801.5,234.5C801.7,232.5 802.5,231.4 803,230.5C803.5,229.7 803.5,229.4 804.5,229.3C806.2,229.2 810.2,229.1 813.5,229.6C816.8,230.1 821.3,232.5 824,232.5C826.7,232.5 828.4,230.8 829.7,229.4C831,228 831,225.9 831.6,224.2C833.1,225 835,225.9 836,226.7C837,227.5 837.4,227.7 837.3,229C837.1,231.8 834.9,239.4 835,243.5C835.1,247.6 835.6,249.2 837.9,253.5C840.1,257.8 846.1,266.1 848.5,269C849.7,270.5 850.9,270.6 852,270.8C853.1,271 854,271 854.9,270.1C855.9,269.2 856.8,268 857.7,265.5C858.8,262.4 861.7,256.4 861.5,251.5C861.3,246.6 858,239.7 856.5,236C855.1,232.5 853.9,231.7 852.6,229.5C853.6,229 854.2,227.8 855.5,228C856.8,228.2 859.2,230.5 860.5,230.8C861.8,231.2 862.7,231.4 863.5,230.1C864.8,227.9 866.2,220.1 868.1,217.6C870,215.1 872.8,215.9 875.1,215C875.2,212.8 876.6,211.2 875.3,208.5C874,205.8 868.6,201.2 867.3,199C866.4,197.5 867,196.3 867.3,195.5C867.6,194.7 867.9,194.1 869,194C870.6,193.8 875.1,195.2 877,194.5C878.9,193.8 880.6,192.5 880.5,189.5C880.4,186.4 878.2,179.5 876.1,176C874,172.5 870.7,169.9 868,168.6C865.3,167.3 863.8,169.3 860,168.1C854,166.3 838.7,159.4 832,157.5C826.2,155.9 823.5,156.2 820,156.9C816.5,157.5 813.5,160.7 811,161.4C808.5,162.2 806.7,162.2 805,161.4C803.3,160.6 802.7,157.9 801,156.5C799.3,155.1 796.8,153.9 795,153.1C793.2,152.3 792.3,151.6 790,151.5C787.7,151.4 783.3,152.6 781,152.3C778.7,152 777.6,151 776.1,149.8C774.6,148.6 773.9,146.2 772,145.1C770.1,144 767.1,143.7 764.6,143C764.6,112.5 764.5,66.8 764.6,51.5C764.6,51.2 764.7,51 765,51.1ZM752.5,50.8C753,51 754.2,51.6 755,52C755,82 756.3,126.1 755,142C754.6,146.6 748.9,146 747.5,147.5C746.3,148.8 746.7,149.8 746.8,151C746.9,152.2 748.2,153.9 748.3,155C748.4,156.1 747.6,156.6 747.2,157.4C751.2,161.8 757,167.5 759.3,170.5C760.9,172.6 760.9,173.8 761,175.5C761.1,177.2 761,178.7 760,181C759,183.3 755.1,184.6 755,189.5C754.2,217.8 755.3,323.3 755,350.5C755,351.9 754,352.1 753.5,352.9C751.9,352.8 750.3,353.6 748.6,352.7C746.9,351.8 745.6,348.4 743.5,347.3C741.4,346.2 739.3,348 736,346.2C732.5,344.3 725.6,337.6 722.5,335.9C720.3,334.7 719.7,334.8 717.5,336C715.1,337.4 711.6,340 708.2,344C704.9,348 700.5,356.2 697.4,360C694.3,363.8 691.4,363.4 689.7,366.5C688.1,369.6 688.2,374.6 687.5,378.6C686.4,378.3 685.4,378.6 684.3,377.7C683.2,376.9 682,376 681.1,373.5C679.7,369.6 677.1,358.2 675.7,354.5C674.9,352.4 674.7,351.6 672.5,351.4C669.4,351.1 660.5,351.6 657,352.7C653.5,353.8 653.9,356.6 651.5,357.9C649.1,359.2 646.3,361.6 642.5,360.5C638.7,359.4 631.8,352.7 628.5,351.3C626,350.2 624.8,351.3 623,351.8C621.2,352.3 620.4,355 617.5,354.4C614.6,353.9 608.9,348.6 605.5,348.5C602.1,348.4 600,351.8 597.2,353.5C597.3,355.7 595.6,357.5 597.6,360C600,363 608,369.5 611.5,371.3C614.6,372.9 616.1,371.5 618.5,370.8C620.9,370.1 623.5,368.3 626,367C626.6,367.5 627.6,367.7 627.9,368.5C628.2,369.3 629.1,370.8 627.8,372C624,375.7 610.4,386.9 605,390.7C600.7,393.7 598.7,393.6 595.5,395.1C593.3,392.1 592.7,390.2 589,386C585,381.4 574.6,371.9 571.3,367.5C568.8,364.2 569,363.2 569,359.5C569,355.8 571.4,348.3 571.5,345.5C571.6,343.8 570.4,343.3 569.5,342.7C568.6,342.1 567.8,341.7 566,342C563.4,342.4 558,343.9 554,344.9C553.4,342.8 553.3,339.9 552.3,338.5C551.3,337.1 549.8,336 548,336.2C546.2,336.4 543.7,338.5 541.5,339.6L540.5,337.8C535.8,339.2 531.2,342.1 526.5,342C521.8,342 517.1,339 512.4,337.5L512.6,320.5C515.6,319.1 518,319.1 521.5,316.3C525,313.6 531.8,306.7 533.8,304C535,302.4 534.4,301.8 533.6,300C532.7,298 530.1,294.7 528.3,292C529.9,289.5 532.7,286.8 533,284.5C533.3,282.2 530.4,279.4 530.1,278C529.9,277 530,276.5 531,276.2C532.4,275.7 535.7,276.5 538.5,275.1C541.3,273.7 544.8,270.3 548,267.9C551.7,271.4 556.1,276.4 559,278.3C561.8,280.1 563.5,279.7 565.5,279.1C567.5,278.6 569.5,276.6 571,275C572.5,273.4 573,271 574.5,269.6C576,268.2 578.5,268 579.9,266.8C581.3,265.6 581,264.1 583,262.2C585.2,260.1 589.7,256.5 593,254.2C596.3,251.9 600.2,249.7 603,248.5C605.8,247.3 608.1,248.2 610,247C611.9,245.8 612.3,242.4 614.5,241.4C616.7,240.4 620.2,241.2 623,241.1C624,242.7 624.8,244.8 626,245.9C627.2,247 627.9,247.7 630,247.5C632.3,247.3 637.8,245.5 640,244.5C642,243.6 642.3,243.1 643.1,241.5C643.9,239.9 644,236.5 644.8,235C645.6,233.5 647.1,233.7 647.8,232.5C648.5,231.3 649.6,229.9 649,228C648.4,226.1 645.9,223.3 644.4,221C647.2,220.4 651.1,220.6 652.9,219.2C654.8,217.8 655.4,214.3 655.5,212.5C655.6,210.7 654.8,209.8 653.5,208.6C652.2,207.4 649.6,206.5 647.6,205.5C649.3,204.6 651.6,204.1 652.8,202.8C654,201.5 655,199.2 654.9,197.5C654.8,195.8 652.3,194 652.2,192.5C652.1,191 654.4,190.8 654.5,188.5C654.7,186.2 653.6,181.8 653.1,178.5L651,177.8C648.2,181.4 644.1,185.5 642.5,188.5C640.9,191.5 642.8,193.8 641.6,196C640.4,198.2 636.6,199.3 635.2,201.5C633.8,203.7 634,206.4 633.4,208.9C628.6,209.8 621.8,210.9 619,211.7C617.5,212.1 616.8,212 616.4,213.5C615.6,216.8 615.1,225.4 614.5,231.3C613.2,231.5 612.2,232.1 610.5,232C608.8,231.9 605.6,230.6 604,230.5C602.4,230.4 602,230.8 601,231.6C600,232.4 598.7,234 598.2,235.5C597.7,237 599.7,239 597.8,240.9C595.4,243.2 587.5,248.1 584,249.4C580.7,250.6 579.3,247.9 577,248.7C574.7,249.6 573.2,253.9 570,254.5C566.8,255.1 561.9,252.7 558,252.5C554.1,252.3 548.9,252.7 546.5,253.1C544.8,253.4 544.6,253.6 543.6,255C542.6,256.4 541.7,260 540.7,261.5C539.7,263 539.4,263.2 537.5,263.9C532.7,265.7 520.6,269.4 512.1,272.2L511.6,242C513.7,241.2 516.5,240.6 518,239.6C519.5,238.6 520.3,237.2 520.9,236C521.5,234.8 521.8,234 521.5,232.5C521.2,231 518.8,229.4 519.3,227C519.8,224.6 523.4,220.3 524.3,218C525.1,215.9 525,214.7 524.5,213.5C524,212.3 523.2,210.9 521.5,210.6C519.8,210.3 516.2,211.8 514.5,211.5C512.8,211.2 511.6,211 511.5,209C511,193.1 511,131.9 511.5,116C511.6,114 512.6,113.9 514.5,113.4C528.4,109.5 580.9,96.5 595,92.7C597.3,92.1 596.8,91 599.1,90.4C601.8,89.7 605.2,90.2 611,88.7C636.5,82.1 728.4,57.2 752,50.9C752.2,50.8 752.3,50.7 752.5,50.8ZM261.1,51.1C307.9,63.6 376.2,81.9 401.5,88.7C407.2,90.2 410.5,91.3 413,91.6C414.8,91.8 415.3,90.8 416.4,90.4C416.6,91.2 415.9,92.5 417.1,92.9C430,96.9 480,110.3 494,114.2C497.5,115.2 499.5,115.7 501,116.4C502.3,117 502.9,117.1 502.9,118.5C503.2,135.3 503.2,200.3 503,217C503,218.1 502.6,218.7 501.5,218.7C499.2,218.7 493.5,217.6 489.5,217.1C488.5,218.6 486.8,219.9 486.5,221.5C486.2,223.1 486.5,224.2 487.6,226.5C489.5,230.4 495.1,241.2 497.6,245C499.5,247.9 502.4,246.1 502.9,249.5C503.8,255.5 504.1,274.7 502.9,281C502,285.7 497.9,285.7 495.5,287.1C493.1,288.5 490.5,289.1 488.5,289.5C486.5,289.9 484.7,289.1 483.5,289.3C482.3,289.6 481.6,289.6 481.3,291C480.8,293.3 479.9,300.2 480.7,303C481.5,305.8 485.1,306.8 485.9,308C486.5,308.9 485.6,309.5 485.5,310.2C479.8,312.1 472.2,315.3 468.5,316C465.9,316.5 465.6,314.6 463.5,314.5C461.4,314.4 458.5,315 456,315.3C455.7,316.2 455.7,317.2 455.1,317.9C454.5,318.6 453.3,319 452.4,319.5L453,325.6C450.5,325.3 447.7,324.4 445.5,324.6C443.3,324.8 441.6,326 439.7,326.7C439.4,329.3 439.5,332.2 438.9,334.5C438.3,336.8 435.6,337.9 436,340.5C436.4,343.1 439.7,346.8 441.6,349.9C439.7,350.9 437.5,351.4 436,353C434.5,354.6 434.9,357.8 432.5,359.8C430.1,361.8 424.3,363.3 421.5,365.1C418.7,366.9 416.9,368.5 415.6,370.5C414.3,372.5 413.5,374.2 413.5,377C413.5,379.8 415.8,383.8 415.5,387C415.2,390.2 412.3,393 412,396C411.7,399 411.7,401 413.6,405C415.6,409 419.4,415.1 423.7,420C428,424.9 436.2,431.7 439.5,434.2C441.1,435.4 442.3,435.1 443.5,435C444.7,434.9 445.7,433.9 446.8,433.4C447,433.9 446.7,434.7 447.5,434.9C450.4,435.7 460.2,437.5 464.5,438C468.8,438.5 471.4,437.6 473.5,437.9C475.3,438.1 475.6,438.3 476.8,439.6C478,440.9 478.6,444.4 480.5,445.8C482.4,447.1 486.8,446.8 488.4,447.7C490,448.7 490.4,449.4 490.2,451.5C490,453.6 485.6,456.1 487.2,460.5C489.3,466.2 500.3,480.9 502.8,485.5C503.4,486.6 503.1,487 502.3,488C501.3,489.3 498,490.7 496.8,493.5C495.6,496.3 495.2,502.4 495,505C494.8,507 494.7,507.2 495.6,509C496.6,510.9 499.7,514.1 500.9,516.5C502.1,518.9 503,519.8 503,523.5C503.3,553 502.8,636.8 502.7,693.5C501.5,693.7 500.8,694.5 499,694.1C485.9,690.9 461.4,684.6 424,674.5C384.8,663.9 290.8,638 263.5,630.2C261.6,629.6 260.1,630 260.1,628C259.5,596.4 260.2,503 260.2,440.5L262.2,440C264.9,444.3 266.5,448.8 270.2,453C274,457.2 281.9,461.4 284.7,465.5C287.4,469.6 286.6,472.7 286.7,477.5C286.8,482.3 284.9,490.1 285.1,494.5C285.3,498.9 287.5,499.6 288,504C288.5,508.4 287.5,516.3 288.2,521C289,525.7 291.1,528.5 292.5,532.3C293.7,532.3 294.8,533.1 296,532.4C297.2,531.7 299.3,530.1 299.4,528C299.5,525.9 296.8,522.1 296.4,519.5C296,516.9 297.3,516 297,512.5C296.6,508.5 294.3,501.4 294,495.5C293.7,489.6 295.2,482.4 295,477C294.8,471.6 293.5,466.1 292.7,463C292,460.5 291.9,460.3 290,458.5C287.9,456.5 282.9,453.7 280,451C277.1,448.3 275.8,447.2 272.7,442.5C269.4,437.4 262.3,426.3 260.2,420.5C258.1,414.7 259,410.5 260.2,407.5C261.4,404.5 266,405.4 267.6,402.5C269.2,399.6 268.6,392.6 269.7,390.1C270.8,387.6 272.9,388.3 274.5,387.4C276.5,389.4 278.8,392.3 280.5,393.3C282.2,394.2 283.1,393.7 284.5,393.1C285.9,392.5 287.5,390.8 289,389.7C292,391.4 295.5,393.9 298,394.8C300.5,395.8 301.5,393.7 304,395.4C307.6,397.9 315.2,406.7 319.5,410C323.8,413.3 327.4,413.6 330,415.3C332.6,417.1 333.7,418.9 334.8,420.5C335.9,422.1 336,423.4 336.6,424.9C335.1,425.6 333,426.3 332,427.1C331,427.9 330.5,428.8 330.6,430C330.7,431.2 330.7,432.8 332.5,434.3C334.6,436 340.3,439.6 343.5,440.3C346.7,441 348.8,439 351.5,438.4C352.7,440.6 352.9,443.8 355,444.9C357.1,446.1 359.9,443.4 364,445.3C368.7,447.5 376.9,453.8 383.3,458C383,459 383.7,460 382.5,461C380.4,462.8 373,466.4 370.9,468.5C369.1,470.3 369.7,471.7 369.8,473.5C369.9,475.3 371.5,476.9 371.3,479.5C371.1,482.1 369.6,485.8 368.8,488.9C365,489.5 360.8,489.7 357.5,490.8C354.2,491.8 350.8,493.8 349.1,495.2C347.4,496.7 347.7,497.8 347.5,499.5C347.3,501.2 347.8,503.5 347.9,505.5C346.3,506.4 344.8,506.5 343.2,508.1C341.6,509.7 340.1,512.8 338.5,515.2C335.8,514.2 332.6,512.7 330.5,512.3C328.4,511.9 327.5,512.5 326,512.6C325.6,514.1 324.3,515.5 324.7,517C325.1,518.5 327.2,520.1 328.5,521.6C332.5,520.7 337.8,519.2 340.5,519C342.6,518.8 343.2,520.3 344.5,520.3C345.8,520.3 347,520.5 348.5,519.1C350.6,517 355.7,511.2 357.4,508C359.1,504.8 358.1,502.4 358.5,499.6C362,499.3 366.2,499.5 369,498.7C371.8,497.9 374.1,495.8 375.5,494.7C376.8,493.7 377.1,493.6 377.4,492C378.1,488.7 377.3,479.7 379.6,475C381.9,470.3 388.9,466.4 391,464C392.3,462.6 392.4,461.8 392.5,460.5C392.6,459.2 392.6,457.6 391.9,456C391.2,454.4 390.3,452.5 388.5,451.1C386.7,449.7 383.2,449.2 381,447.7C378.8,446.2 377.7,443.9 375.5,442.3C373.3,440.7 370.3,438.9 368,437.9C365.7,436.8 364.2,437.5 361.5,436C358.8,434.5 354.3,430.2 352,428.9C350.1,427.8 349.1,428.2 347.6,427.9C347,425.9 347.4,424.7 345.9,422C344.2,419.1 340.8,413.4 337.5,410.5C334.2,407.6 330,407.6 326,404.8C322,402 315.7,395.9 313.3,393.5C312.1,392.3 312.3,391.5 311.8,390.5C313.2,389 315.1,387.8 315.9,386C316.7,384.2 317,382.1 316.5,379.5C316,376.9 317,373.1 313,370.5C306.9,366.5 287.9,359.9 280,355.6C272.2,351.4 270.6,348.5 265.9,345C266.8,343.5 268.2,343.1 268.5,340.5C268.9,337.7 268.2,332.2 268.1,328.1C273.4,326.5 280.7,325.4 284,323.4C287.3,321.4 284.8,317.5 288,316C291.2,314.5 297.6,315.9 303,314.2C308.4,312.5 317.2,307.3 320.5,306C321.7,305.6 322,305.7 322.9,306.6C324,307.7 325.5,311 327,312.5C328.5,314 329.1,315.1 332,315.5C335.8,316 345.9,316 349.5,315.3C352.3,314.7 352.2,312.5 353.5,311.1C357.8,312.4 363.8,314.6 366.5,315C368.3,315.2 369.1,314.1 369.8,313.3C370.5,312.5 370.7,311.7 370.5,310C370.2,307.5 368.9,301.8 367.9,298.5C366.8,295.3 366.3,294 364.2,290.5C362.1,287 356.9,281.9 355.1,277.5C353.3,273.1 354.2,266.9 353.3,264C352.6,261.5 351.1,260.7 350,260C349,259.3 348.4,259.3 347,259.7C345.2,260.2 342,262 339.5,263.2C337.8,259.6 336.5,255.1 334.5,252.5C332.5,249.9 330.6,249.1 327.5,247.6C324.4,246.2 318.3,244.2 316,243.8C314.6,243.6 314.5,244.3 313.7,245.5C312.4,247.6 308.9,253.5 308.1,256.5C307.3,259.5 308.5,261.2 308.7,263.5C306.6,264.4 304.3,264.9 302.5,266.2C300.7,267.5 299.5,269.5 298,271.1C298.1,269.2 298.6,266.9 298.3,265.5C298.1,264.1 297.9,263.6 296.5,262.5C293.5,260.1 283.4,253.4 280,251.3C278.2,250.2 277.5,249.7 276,250C274.5,250.3 272.6,252.3 270.9,253.4C271.9,249.4 271.8,244.6 273.9,241.5C276,238.4 281,236 283.5,234.8C286,233.6 287.2,234.4 289,234.2L290.5,236.3C293.7,234.8 297.1,232.7 300,231.7C302.9,230.7 304.5,229.5 308,230.2C311.5,230.9 316.7,233.9 321,235.8C322.1,234.7 323.9,233.8 324.3,232.5C324.8,231.2 323.4,229.7 323.7,228C324,226.3 326,224.4 326,222.5C326,220.6 324.8,217.9 323.9,216.5C323,215.1 322,214.8 320.5,214.1C319,213.5 317.2,212.5 315,212.6C312.8,212.8 309.9,214.2 307.3,215C307.3,213.8 307.8,213.2 307.3,211.5C306.7,209.4 303.4,205.8 303.5,202.5C303.6,199.2 307.1,193.9 307.7,191.5C308.1,189.9 307.5,189.2 307.4,188.1L302.5,186.2L294.5,193.7L291.4,192L304,180.6C306.3,181.9 309.4,183.3 310.9,184.6C312.4,185.9 313.6,186.3 313.2,188.5C312.8,191.2 309,197.9 308.4,200.5C308,202.3 309.3,202.8 309.7,203.9C312.5,202.9 316.1,202.1 318,200.9C319.9,199.8 320.6,198.7 321.1,197C321.6,195.3 321.9,192.5 321.2,190.5C320.5,188.5 317.7,186.9 316.8,185C315.9,183.1 316.5,180.5 316,179C315.5,177.5 314.7,176.9 314,175.8C312.9,175.9 311.5,176.5 310.6,176.2C309.7,175.9 309,175.4 308.4,174C307.5,172.1 308.5,167.3 305.3,164.5C302.1,161.7 294,158.5 289,157.3C284,156.1 278.6,158 275.5,157.5C272.5,157.1 272,155.5 270.3,154.5C271.5,153.4 272,151.5 274,151.2C276,151 278.2,152.9 282.5,153C287,153.1 297.2,152.6 301,151.8C303.7,151.3 303.9,149.6 305.3,148.5C304.9,146.7 305.1,144.4 304.1,143C303.1,141.6 301.9,140.6 299.5,140.3C297.1,140 294.4,141.8 289.5,141C283.2,139.9 266.4,135.3 261.5,133.9C260.6,133.6 260.3,133.4 260.3,132.5C260.2,118.8 260.7,65.1 260.8,51.5C260.8,51.3 261,51.2 261.1,51.1ZM249,50.8C249.5,51.1 251.5,51 251.5,52.5C251.8,66.4 251.2,106.8 251.1,134C248.7,134.9 246.1,135.4 244,136.6C241.9,137.8 240,138.3 238.6,141C237.2,143.7 236.8,150.2 235.4,152.8C234,155.4 231.7,155.9 230,156.6C228.3,157.2 227.6,155.9 225.5,156.7C222.9,157.7 216.9,160.7 214.5,162.4C212.2,164 213.1,165 211,166.8C207.5,169.8 197.1,177.6 193.5,180.5C191.4,182.3 190.5,183.2 189.7,184.5C188.9,185.8 188.5,186.4 188.7,188C188.9,189.6 190.2,192.1 190.9,194.2C188.9,193 188.3,191.8 185,190.7C179.6,188.9 165.6,184.3 158.5,183.5C151.4,182.7 148.2,183.3 142.5,185.6C136.8,187.9 128.2,194.6 124.5,197.5C121.7,199.6 121,200.8 120.2,203C119.4,205.2 122.3,208.3 119.9,210.9C117.5,213.5 108.6,216 105.6,218.5C102.6,221 102.2,223.7 102,226C101.8,228.3 105.6,229.3 104.2,232.5C102.7,235.9 95.2,242.8 93.2,246.5C91.2,250.2 92,252.8 92.1,255C92.2,257.2 93.3,258 93.9,259.5C92.1,261 89.7,262.6 88.5,264C87.3,265.4 87.2,266.7 86.5,268C87.3,269.2 87.7,271.1 89,271.7C90.2,272.4 91.7,272.9 94,271.9C96.7,270.8 101.8,266.4 105.5,264.9C109.3,263.4 113.7,263.6 116.5,262.8C119.2,262 119.6,262 122,260.1C124.8,257.9 129.7,253.1 133.5,249.6L155.1,256.5C155.3,258.3 155.2,260.4 155.7,262C156.2,263.6 157.7,264 158,266C158.3,268 157.2,270.8 157.5,274C157.8,277.2 158.7,282.5 159.6,285C160.5,287.4 161.5,287.7 163,288.8C164.5,289.9 167.3,289.9 168.8,291.5C170.3,293.1 170.9,296.2 171.9,298.5C170.5,299.8 169.1,300.5 167.8,302.5C166.5,304.5 165.7,308.2 164,310.5C162.3,312.8 159.7,313.4 157.5,316.5C155.3,319.6 151.9,325.2 151,329C150.1,332.8 151,336.3 152,339C153,341.8 155.4,344.1 157,345.5C158.6,346.9 160.1,346.9 161.6,347.6C161.5,349.4 161,351.1 161.4,353C161.8,354.9 163.1,357 163.9,359C161.1,360.2 157.2,360.8 155.6,362.5C154,364.2 154.8,366.8 154.4,369C155.8,369.8 156.7,371.6 158.5,371.5C160.3,371.4 163.5,368.2 165.5,368.1C167.5,368 168.9,369.8 170.6,370.6C167.7,372.6 164.8,375.1 162,376.6C159.2,378.1 155.7,378.2 154,379.5C152.3,380.8 152,383 152.1,384.5C152.2,386 153.4,387.5 154.5,388.3C155.6,389.1 156.8,389.9 158.5,389.5C160.2,389.1 163.1,386.1 165,385.7C166.9,385.3 168.2,387 170,387C171.8,387 174.1,386.8 175.5,385.8C176.9,384.8 178.4,383.1 178.6,381C178.9,378.9 177.5,376 177,373.5L180.5,371.8C181.8,373.7 182.4,375.9 184.5,377.4C186.6,378.9 189.7,380 193,380.8C196.3,381.6 200.7,382.4 204.5,382C208.3,381.6 212.6,378.5 216,378.6C219.4,378.7 221.8,382.1 225,382.8C228.2,383.5 232.6,381.9 235,382.6C237.4,383.3 236.9,385.5 239.6,387.1C242.3,388.7 247.5,390.4 251.4,392C251.4,398.3 252,406.7 251.5,411C251.1,414.8 248.5,415.6 248.5,418C248.5,420.4 251.4,421.5 251.5,425.5C252,460.5 252,593.9 251.4,628C251.4,630 250,629.7 248,630.2C214.8,639.4 117.3,665.5 52,683.2L48.6,679.6C49.2,678.4 50.5,678 50.5,676C50.6,639.3 49.2,554.6 49.2,459.5C49.1,364.4 49.9,223.5 50.2,105.5C51.8,104.6 52.3,103.5 55,102.8C88,93.7 216.2,59.6 248.5,50.9C248.7,50.8 248.8,50.7 249,50.8ZM764.6,11.1C793.2,18.2 816.7,23.5 850.4,32.4C884.1,41.4 941.4,57.6 967,64.8C985.6,70 997.4,73.5 1004,75.7C1005.6,76.2 1006.4,76.3 1006.4,78C1006.7,187.7 1006.1,515.3 1005.9,733.9C981.6,727.9 945.7,719.1 933,715.8C931.1,715.3 931.4,714.3 929.5,713.8C902.2,706.4 796.6,678.7 769,671.2C766.3,670.5 765.7,669.4 764.1,668.5C764.1,659.2 763.7,645.5 764,640.5C764.1,639.2 764.7,638.4 766,638.7C799.8,647.4 933,683.8 967,692.8C968.5,693.2 969.2,693 970,692.6C970.9,692.2 972.1,692 972.1,690.5C972.6,610.4 972.9,310.1 973,212C973.1,157 973.3,121 973,102C973,99.9 973.1,98.8 971,98.2C936.5,88.2 800.5,51.8 766,42C764.5,41.6 764.1,41.1 764,39.5C763.7,34.4 764.2,16.2 764.3,11.5C764.3,11.3 764.5,11.2 764.6,11.1ZM260.7,11.1C273,14 279.3,14.8 297.5,19.8C337.5,30.7 466.2,66.4 500.5,76.3C502.3,76.8 502.9,77.2 503,79C503.4,84.1 502.8,97.6 502.7,106.9C501.5,107 500.8,107.7 499,107.2C459,96.4 302.3,53.5 262.5,42.1C260.4,41.5 260.2,40.7 260,38.5C259.6,33.4 260.3,16.1 260.4,11.5C260.4,11.3 260.6,11.2 260.7,11.1ZM753,10.3C753.4,10.3 754.1,10.5 754.7,10.6C755,11.4 755.5,11.7 755.5,13C755.6,17.7 755.8,33.8 755.5,38.5C755.4,40 755.4,40.7 754,41.1C727.7,48.5 624.3,75.5 597.5,82.8C595.2,83.4 594.7,84.8 593.4,85.1C592.2,85.4 591.7,84.4 590,84.8C576.7,88 526.6,101.5 513.5,104.5C512.1,104.8 511.5,103.9 511.5,102.5C511.3,97.4 512.2,83.4 512.5,73.9C592.5,52.8 712.4,21.1 752.5,10.5C752.8,10.4 752.7,10.3 753,10.3ZM249,10.4C249.5,10.6 251.4,10.5 251.5,12C251.9,16.8 251.8,34.1 251.5,39C251.4,40.6 251,41 249.5,41.5C240.2,44.3 205,53 195.5,55.7C193.7,56.2 194.2,57.4 192.4,57.9C190,58.6 186.6,58.2 181,59.7C159.3,65.4 84.5,85.7 62,91.8C54,94 49.3,95.1 46,96.3C43.7,97.1 41.9,96.5 41.9,99C41.1,167.4 41.5,408.7 41.5,507C41.5,598 41.6,658.1 42,689C42,690.9 43.3,691.5 44,692.2C44.7,692.9 44.9,693.2 46,693C49.7,692.3 56.3,690.5 66.5,687.8C100.4,678.7 218.6,646.1 249.5,638.2C251.1,637.8 251.9,638.8 252,640.5C252.4,645.3 252.3,662.1 252,667C251.9,668.6 251.6,669.2 250,669.6C209.8,680.8 51.3,723.7 11,734.2C9.3,734.6 9,733.1 8,732.5L8.2,76.5C23.1,71.8 44.5,64.8 53,62.4C56.1,61.5 56.3,62.6 59.5,61.8C77.8,57 145.2,38.8 163,33.8C165,33.2 164.6,32.1 166.6,31.6C168.6,31.1 170.9,31.7 175,30.7C188.7,27.2 236.2,14 248.5,10.6C248.8,10.5 248.8,10.3 249,10.4ZM254.5,0.2C212.6,11.5 45.9,56.2 3.5,67.9C1.5,68.5 0.2,68.4 0.2,70.5C-0.4,182.7 -0.2,628.9 0,741C0,742.3 0.8,742.6 1.2,743.4C4.3,743.2 6,744 10.5,742.8C53,731.7 174.2,698.6 256,676.5L506.5,744.4L758,676.5C812.8,691.2 894.1,713.5 922.5,720.7C925.4,721.4 926.4,720 928.4,719.6L928.2,721.8C928.8,722.1 929,722.5 930,722.8C943.9,726.5 984.3,737.1 1011.5,744.2C1012.5,743.1 1014.5,743.2 1014.5,741C1014.8,628.7 1013.8,294 1013.5,70.5L759,0L502,68C419.7,45.4 296.2,11.4 255,0.1C254.8,0 254.7,0.1 254.5,0.2Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-badge{background-size:14px 14px}
.stl--society .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F9F8F4%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F9F8F4%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-mk--cutleryset{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.057787)%22 fill=%22%233E5265%22 stroke=%22none%22%3E%3Cpath d=%22M58.164,204.378c5.862-5.855-2.562-93.506-2.562-93.506H49.38v79.105h-7.721v-79.105h-8.424v79.105h-2.962h-0.32h-2.951 v-79.105h-8.423v79.105h-7.732v-79.105h-6.21c0,0-8.423,87.651-2.562,93.506c6.797,6.786,15.209,14.314,23.086,16.755 l-0.418,29.116L8.906,349.392h0.035c-0.011,0.127-0.035,0.244-0.035,0.383c0,10.666,6.855,19.311,17.526,19.311 c0.546,0,6.826,0,7.361,0c10.671,0,17.539-8.645,17.539-19.311c0-0.139-0.023-0.256-0.047-0.383h0.047L37.07,250.726l1.162-30.812 C45.145,216.718,52.273,210.258,58.164,204.378z M40.148,348.148c0,5.299-3.369,9.574-9.742,9.574 c-6.367,0-11.543-4.275-11.543-9.574c0-5.285,5.176-9.55,11.543-9.55C36.779,338.598,40.148,342.874,40.148,348.148z%22/%3E%3Cpath d=%22M135.067,156.214c6.542-6.547-2.847-104.104-2.847-104.104h-6.907v88.064h-8.604V52.11h-9.388v88.064h-3.282h-0.372 h-3.282V52.11h-9.388v88.064h-8.592V52.11h-6.919c0,0-9.376,97.557-2.847,104.104c7.546,7.529,16.858,15.871,25.602,18.607 l0.238,53.33L80.837,354.26h0.046c-0.012,0.116-0.046,0.255-0.046,0.384c0,10.654,8.662,19.298,19.333,19.298 c0.534,0,6.832,0,7.366,0c10.66,0,19.322-8.644,19.322-19.298c0-0.152-0.023-0.268-0.035-0.384h0.035l-16.063-125.622l0.32-54.398 C119.376,171.028,128.009,163.255,135.067,156.214z M115.688,353.029c0,5.286-5.176,9.573-11.543,9.573 c-6.379,0-11.549-4.275-11.549-9.573c0-5.287,5.17-9.562,11.549-9.562C110.512,343.466,115.688,347.742,115.688,353.029z%22/%3E%3Cpath d=%22M203.095,349.392l-16.057-125.621l0.081-14.465l0.047-0.023c0,0,0-4.195,0.023-11.34l0.383-62.323h-0.25 c0.14-56.56,0.297-125.505,0.297-128.41c0-4.938-20.455,33.107-20.455,33.107s-18.357,37.586-18.357,84.782 c0,17.707-0.354,47.34-0.354,58.668c4.078,2.306,22.924,3.067,26.2,25.096l0.07,14.431l-17.632,126.098h0.046 c-0.011,0.127-0.046,0.244-0.046,0.383c0,10.666,8.673,19.311,19.333,19.311c0.535,0,6.814,0,7.367,0 c10.66,0,19.315-8.645,19.315-19.311c0-0.139-0.023-0.256-0.046-0.383H203.095z M180.387,357.722 c-6.379,0-11.555-4.275-11.555-9.574c0-5.285,5.176-9.55,11.555-9.55c6.361,0,11.537,4.265,11.537,9.55 C191.924,353.447,186.748,357.722,180.387,357.722z%22/%3E%3Cpath d=%22M298.205,110.779c0-34.827-15.139-70.166-46.812-70.711v-0.023c-0.14,0-0.674,0-0.802,0v0.023 c-31.672,0.546-47.497,33.77-47.497,68.603c0,36.36,36.843,47.247,41.933,59.679l0.243,54.957l-17.637,126.098h0.058 c-0.012,0.115-0.058,0.256-0.058,0.383c0,10.654,8.667,19.311,19.333,19.311c0.547,0,6.832,0,7.366,0 c10.666,0,19.322-8.656,19.322-19.311c0-0.15-0.023-0.268-0.035-0.383h0.035l-16.058-125.621l0.338-55.241 C262.396,155.331,298.205,140.593,298.205,110.779z M262.489,348.148c0,5.299-5.182,9.574-11.549,9.574 s-11.549-4.275-11.549-9.574c0-5.285,5.182-9.55,11.549-9.55S262.489,342.874,262.489,348.148z%22/%3E%3Cpath d=%22M380.71,170.824c0-31.887-13.85-64.222-42.827-64.722c0,0,0-0.012,0-0.023c-0.139,0-0.615,0-0.755,0 c0,0.012,0,0.023,0,0.023c-28.988,0.5-43.466,30.912-43.466,62.782c0,32.451,32.033,42.733,37.971,53.76l0.174,27.141 l-15.836,99.154h0.046c-0.012,0.115-0.046,0.256-0.046,0.383c0,10.654,6.854,19.311,17.532,19.311c0.534,0,6.832,0,7.366,0 c10.654,0,17.533-8.656,17.533-19.311c0-0.139-0.035-0.268-0.047-0.383h0.047l-14.269-98.666l0.244-27.814 C350.117,210.676,380.71,197.187,380.71,170.824z M347.236,347.707c0,5.275-3.381,9.562-9.748,9.562 c-6.379,0-11.537-4.287-11.537-9.562c0-5.286,5.158-9.573,11.537-9.573C343.844,338.157,347.236,342.42,347.236,347.707z%22/%3E%3Cpath d=%22M242.354,145.577c0-0.012-0.86-0.604-2.033-1.795c-0.778-0.714-1.673-1.771-2.685-2.962 c-0.743-0.848-1.58-1.795-2.369-2.725c-3.951-4.845-6.693-11.909-10.179-19.061c-0.708-1.568-1.348-3.619-1.72-5.379 c-0.43-2.01-0.755-3.974-0.94-5.815c-0.523-4.247-0.732-7.924-0.663-10.921c0.07-3.416,0.14-5.96,0.57-7.808 c0.243-1.917,0.686-3.747,0.708-3.782c0.128-0.726-0.302-1.406-1.127-1.771c-0.767-0.314-1.626-0.012-1.964,0.662 c0,0-0.731,1.487-1.789,3.677c-0.836,1.894-2.057,4.903-2.73,8.557c-0.568,3.189-1.231,7.424-1.231,12.101 c0.047,2.422,0.244,4.624,0.546,6.861c0.453,2.55,1.081,4.711,2.08,7.128c3.276,6.901,5.961,13.634,13.664,19.717 c2.463,2.045,4.891,3.34,6.669,4.316l0.615,0.349c0.372,0.209,0.732,0.366,1.093,0.534c1.452,0.581,2.404,0.75,2.579,0.761 c0.709,0.093,1.371-0.285,1.615-0.883C243.261,146.71,242.982,145.995,242.354,145.577z%22/%3E%3Cpath d=%22M328.704,200.266c0.012-0.023-0.743-0.441-1.742-1.325c-0.663-0.534-1.452-1.336-2.324-2.242 c-0.65-0.639-1.348-1.354-2.057-2.057c-3.474-3.724-6.088-9.243-9.306-14.825c-0.674-1.226-1.29-2.829-1.697-4.235 c-0.441-1.621-0.812-3.178-1.057-4.642c-0.686-3.427-1.093-9.8-1.197-12.229c-0.127-2.771-0.221-4.828,0.023-6.326 c0.081-1.575,0.337-3.097,0.36-3.12c0.058-0.569-0.349-1.122-0.999-1.371c-0.65-0.204-1.324,0.099-1.568,0.656 c0,0-0.512,1.237-1.244,3.067c-0.568,1.574-1.371,4.061-1.73,7.047c-0.291,2.643-0.547,9.516-0.303,13.274 c0.198,1.963,0.465,3.724,0.849,5.524c0.499,2.033,1.115,3.735,2.068,5.635c3.032,5.379,5.565,10.672,12.153,15.145 c2.103,1.51,4.124,2.428,5.611,3.137l0.523,0.244c0.324,0.151,0.615,0.244,0.917,0.372c1.209,0.359,1.976,0.465,2.115,0.477 c0.581,0.034,1.092-0.326,1.243-0.803C329.482,201.115,329.239,200.568,328.704,200.266z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-mk--kitchenset{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%233E5265%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.057783)%22 fill=%22%233E5265%22 stroke=%22none%22%3E%3Cpath d=%22M68.533,176.372h7.14v-8.737c0,0-9.923-21.808-0.691-55.276c0-7.076,0.012-96.795,0.012-96.795h-0.035 c0-0.076,0.023-0.157,0.012-0.238c0.023-6.652-5.38-12.043-12.014-12.043c-6.64,0.012-12.02,5.403-12.031,12.043 c0,0.093,0.023,0.163,0.023,0.25h-0.023c0,0,0,88.372,0.012,96.557c6.959,40.491-1.545,55.514-1.545,55.514v8.726h7.151v49.112 L19.67,257.365l0.012,104.348c0,0,4.02,15.709,39.074,15.709c35.048,0,46.341-15.709,46.341-15.709V257.365l-36.552-31.834 v-49.159H68.533z M59.656,273.48v6.785h-6.791l-0.012-6.785H59.656z M52.784,295.695h6.803l-0.011,6.785h-6.792V295.695z M52.946,314.123v-6.797l6.785-0.012l0.012,6.809H52.946z M59.621,318.05v6.785H52.83v-6.809L59.621,318.05z M40.468,273.48h6.803 v6.785h-6.803V273.48z M40.398,295.695h6.791l0.012,6.785h-6.803V295.695z M40.561,314.123v-6.797h6.786v6.797H40.561z M47.224,318.027v6.809h-6.779l-0.023-6.809H47.224z M35.199,273.48l-0.012,6.785h-6.809v-6.785H35.199z M35.112,295.695v6.785 H28.32v-6.785H35.112z M28.448,314.123l0.012-6.797l6.797-0.012v6.785L28.448,314.123z M35.146,318.027v6.797h-6.803v-6.797 H35.146z M28.274,340.265h6.803v6.785h-6.792L28.274,340.265z M35.222,358.668h-6.786v-6.785h6.797L35.222,358.668z M35.304,336.477h-6.803v-6.797h6.803V336.477z M35.327,291.908h-6.78v-6.797h6.78V291.908z M40.357,340.265h6.797v6.785h-6.809 L40.357,340.265z M40.515,358.668v-6.785h6.797l0.012,6.785H40.515z M47.393,336.477h-6.809v-6.797h6.809V336.477z M40.637,291.908v-6.797h6.779l0.012,6.797H40.637z M52.743,340.265h6.797v6.785h-6.785L52.743,340.265z M59.691,358.668H52.9 v-6.785h6.809L59.691,358.668z M59.778,336.477h-6.797v-6.797h6.797V336.477z M59.813,291.908h-6.791v-6.797h6.791V291.908z M56.734,16.835c0-3.724,3.021-6.745,6.756-6.733c3.735-0.012,6.745,3.009,6.745,6.745c0.023,3.724-3.021,16.406-6.733,16.406 C59.767,33.253,56.746,20.571,56.734,16.835z M65.036,314.123v-6.809l6.791,0.012v6.797H65.036z M71.71,318.05v6.785h-6.791 v-6.785H71.71z M64.867,302.48l0.012-6.785h6.797v6.785H64.867z M64.844,340.265h6.785v6.785h-6.797L64.844,340.265z M64.989,358.668v-6.785h6.803v6.785H64.989z M71.867,336.477h-6.809v-6.797h6.797v6.797H71.867z M84.323,358.668h-6.786v-6.785 h6.786V358.668z M77.602,336.477v-6.797h6.803v6.797H77.602z M84.253,318.05v6.785h-6.785l-0.012-6.809L84.253,318.05z M77.555,307.326h6.803v6.797h-6.779L77.555,307.326z M89.615,358.668v-6.785h6.797l0.012,6.785H89.615z M89.685,336.477v-6.797 h6.809v6.797H89.685z M96.325,318.05v6.773h-6.78v-6.773H96.325z M89.661,314.123v-6.797h6.786v6.797H89.661z M96.528,291.908 h-6.791v-6.797h6.791V291.908z M89.568,273.48h6.803v6.785h-6.803V273.48z M89.499,295.695h6.803v6.785l-6.803,0.012V295.695z M89.452,340.265h6.803v6.785h-6.803V340.265z M84.438,291.908h-6.791v-6.797h6.78L84.438,291.908z M77.479,273.457l6.809,0.023 v6.785h-6.809V273.457z M77.421,295.695h6.791v6.797l-6.791-0.012V295.695z M77.386,340.265h6.792v6.785h-6.792V340.265z M71.902,291.908h-6.809v-6.797h6.809V291.908z M71.745,273.48v6.785h-6.791v-6.785H71.745z%22/%3E%3Cpath d=%22M206.824,269.169V152.942h6.297l0.023-7.709c0,0-8.76-19.275-0.639-48.827c0-6.234,0-85.52,0-85.52h-0.023 c0-0.07,0.023-0.157,0.023-0.215c0-5.868-4.752-10.637-10.631-10.637c-5.873,0-10.62,4.747-10.62,10.637 c0,0.07,0.023,0.133,0.023,0.215h-0.023c0,0,0,78.072,0,85.304c6.164,35.774-1.365,49.054-1.365,49.054v7.697h6.315v116.239 c-28.373,2.673-50.588,26.537-50.588,55.619c0,30.871,25.032,55.874,55.886,55.874c30.848,0,55.886-25.026,55.886-55.886 C257.389,295.718,235.197,271.854,206.824,269.169z M187.677,315.029c-0.012-1.929,1.557-3.485,3.474-3.485 c1.94,0,3.497,1.557,3.497,3.485s-1.557,3.486-3.497,3.486C189.233,318.515,187.665,316.981,187.677,315.029z M189.414,326.252 c-0.012,1.917-1.574,3.485-3.498,3.485c-1.929,0-3.509-1.557-3.485-3.485c-0.023-1.94,1.557-3.497,3.485-3.497 C187.84,322.755,189.402,324.324,189.414,326.252z M190.209,292.279c1.906,0,3.486,1.558,3.486,3.486s-1.58,3.485-3.486,3.485 c-1.939,0-3.497-1.557-3.497-3.485C186.701,293.836,188.27,292.256,190.209,292.279z M183.796,279.626 c1.929,0,3.497,1.557,3.497,3.486c-0.012,1.928-1.568,3.496-3.497,3.496c-1.917-0.011-3.497-1.568-3.497-3.496 C180.299,281.183,181.879,279.626,183.796,279.626z M180.299,298.531c1.94-0.012,3.497,1.557,3.497,3.485 s-1.557,3.485-3.485,3.485s-3.509-1.557-3.509-3.475C176.802,300.087,178.382,298.519,180.299,298.531z M178.051,313.054 c-0.012,1.928-1.568,3.484-3.509,3.484c-1.917,0-3.485-1.557-3.497-3.484c0-1.93,1.58-3.486,3.508-3.486 C176.482,309.568,178.051,311.101,178.051,313.054z M174.553,324.8c0,1.917-1.557,3.485-3.508,3.485 c-1.906,0-3.486-1.557-3.486-3.485c0-1.94,1.58-3.498,3.486-3.498C172.967,321.314,174.542,322.86,174.553,324.8z M170.365,290.119c1.905,0,3.485,1.58,3.485,3.509c0,1.905-1.558,3.485-3.485,3.485c-1.929-0.023-3.498-1.58-3.486-3.485 C166.867,291.699,168.436,290.119,170.365,290.119z M160.657,305.13c1.94,0,3.497,1.58,3.509,3.484 c-0.012,1.93-1.568,3.486-3.509,3.486c-1.917,0-3.485-1.533-3.485-3.486C157.172,306.687,158.729,305.13,160.657,305.13z M153.256,325.648c0-1.939,1.568-3.485,3.497-3.485c1.929-0.012,3.498,1.558,3.486,3.474c0,1.941-1.557,3.51-3.486,3.51 S153.256,327.578,153.256,325.648z M160.837,347.748c-1.929,0-3.492-1.558-3.492-3.486s1.563-3.485,3.492-3.485 c1.923,0,3.498,1.557,3.498,3.485C164.346,346.19,162.76,347.748,160.837,347.748z M170.092,360.132 c-1.917,0-3.485-1.557-3.485-3.485c-0.012-1.929,1.568-3.509,3.485-3.509c1.929,0.023,3.497,1.557,3.497,3.509 C173.601,358.576,172.021,360.132,170.092,360.132z M172.387,339.486c-1.929,0-3.486-1.568-3.486-3.485s1.558-3.497,3.486-3.485 c1.929-0.012,3.485,1.568,3.485,3.497C175.884,337.917,174.304,339.498,172.387,339.486z M176.802,347.748 c0-1.93,1.568-3.486,3.497-3.486c1.94,0,3.497,1.557,3.497,3.486c0,1.951-1.557,3.484-3.497,3.508 C178.37,351.232,176.802,349.699,176.802,347.748z M183.796,370.357c-1.929-0.012-3.497-1.557-3.497-3.497 c0-1.917,1.58-3.485,3.497-3.485c1.929,0.012,3.485,1.557,3.485,3.485C187.293,368.8,185.725,370.369,183.796,370.357z M189.402,357.902c-1.918,0-3.486-1.568-3.486-3.498c0-1.928,1.568-3.484,3.486-3.484c1.928,0,3.509,1.557,3.509,3.484 C192.911,356.345,191.33,357.902,189.402,357.902z M191.162,340.776c-1.929,0-3.497-1.568-3.497-3.485 c0-1.93,1.568-3.486,3.485-3.486c1.94,0,3.497,1.557,3.497,3.486C194.647,339.208,193.091,340.776,191.162,340.776z M231.874,312.125c1.905-0.023,3.485,1.557,3.485,3.485s-1.58,3.485-3.509,3.485c-1.917,0-3.474-1.557-3.485-3.485 C228.377,313.669,229.934,312.101,231.874,312.125z M220.093,280.185c1.929-0.012,3.509,1.568,3.509,3.484 c0,1.93-1.58,3.486-3.509,3.498c-1.929-0.012-3.485-1.568-3.497-3.498C216.607,281.753,218.164,280.173,220.093,280.185z M214.33,293.627c1.929,0,3.485,1.557,3.509,3.485c-0.023,1.917-1.58,3.486-3.509,3.486s-3.486-1.569-3.486-3.486 C210.844,295.184,212.401,293.627,214.33,293.627z M218.605,322.163c1.929,0,3.509,1.546,3.485,3.485 c0.023,1.93-1.557,3.498-3.485,3.498c-1.929-0.012-3.485-1.568-3.485-3.498C215.12,323.72,216.677,322.151,218.605,322.163z M213.354,310.939c1.929,0,3.498,1.58,3.486,3.509c0.012,1.917-1.558,3.485-3.486,3.485s-3.485-1.568-3.485-3.485 C209.868,312.519,211.425,310.939,213.354,310.939z M202.362,6.053c3.288,0,5.972,2.667,5.972,5.96 c0,3.288-2.684,14.506-5.972,14.506c-3.276,0-5.954-11.194-5.954-14.506C196.408,8.72,199.086,6.053,202.362,6.053z M202.246,296.974c-1.929,0-3.509-1.558-3.509-3.486c0-1.952,1.58-3.497,3.509-3.497c1.906-0.012,3.486,1.557,3.486,3.485 C205.732,295.417,204.152,296.962,202.246,296.974z M205.012,310.253c0,1.929-1.557,3.486-3.485,3.486s-3.497-1.558-3.497-3.486 c0-1.939,1.568-3.485,3.497-3.497C203.455,306.756,205.012,308.314,205.012,310.253z M198.029,279.185 c0-1.917,1.568-3.474,3.497-3.485c1.929,0.012,3.485,1.568,3.497,3.497c-0.012,1.929-1.568,3.497-3.497,3.486 C199.598,282.694,198.029,281.125,198.029,279.185z M202.223,320.64c2.766,0,5.02,2.243,5.02,5.008 c0,2.766-2.242,5.008-4.996,4.996c-2.765,0-5.02-2.23-5.02-5.008C197.227,322.883,199.458,320.628,202.223,320.64z M201.526,373.843c-1.929,0-3.497-1.558-3.497-3.486c0-1.917,1.58-3.497,3.497-3.497c1.929,0.012,3.485,1.568,3.485,3.497 S203.455,373.854,201.526,373.843z M201.526,360.132c-1.929,0-3.497-1.557-3.497-3.485c0-1.952,1.568-3.485,3.497-3.509 c1.929,0,3.485,1.557,3.485,3.509C205.012,358.576,203.455,360.132,201.526,360.132z M203.757,344.261 c-1.929,0.023-3.509-1.557-3.509-3.485s1.557-3.485,3.509-3.485c1.917,0,3.485,1.557,3.485,3.485S205.674,344.261,203.757,344.261 z M213.354,333.189c1.929,0,3.498,1.545,3.486,3.485c0.012,1.94-1.558,3.497-3.486,3.497s-3.485-1.557-3.485-3.497 C209.868,334.746,211.425,333.189,213.354,333.189z M209.868,354.404c0-1.928,1.557-3.484,3.485-3.484s3.498,1.545,3.486,3.484 c0.012,1.93-1.58,3.498-3.486,3.498C211.425,357.902,209.868,356.333,209.868,354.404z M218.629,371.542 c-1.952,0-3.521-1.557-3.509-3.51c-0.012-1.904,1.557-3.462,3.509-3.462c1.905,0,3.485,1.558,3.485,3.485 C222.091,369.986,220.534,371.542,218.629,371.542z M223.602,351.232c-1.952,0-3.509-1.557-3.509-3.484 c0.023-1.93,1.557-3.486,3.509-3.486c1.917,0,3.485,1.557,3.485,3.486C227.087,349.699,225.519,351.232,223.602,351.232z M223.602,307.988c-1.952,0-3.485-1.568-3.509-3.485c0.023-1.929,1.557-3.497,3.509-3.497c1.917-0.012,3.485,1.568,3.485,3.485 C227.087,306.419,225.507,307.988,223.602,307.988z M228.365,338.917c0.012-1.918,1.568-3.486,3.485-3.486 c1.929,0,3.509,1.568,3.497,3.486c0.012,1.928-1.568,3.496-3.497,3.496C229.934,342.414,228.377,340.845,228.365,338.917z M233.826,361.387c-1.929,0-3.509-1.545-3.497-3.485c-0.012-1.929,1.568-3.498,3.497-3.498c1.917,0,3.485,1.569,3.497,3.498 C237.312,359.831,235.743,361.387,233.826,361.387z M233.826,330.656c-1.929-0.012-3.509-1.568-3.497-3.485 c0-1.94,1.568-3.497,3.497-3.497c1.917-0.012,3.485,1.557,3.497,3.485C237.312,329.099,235.743,330.644,233.826,330.656z M234.697,297.113c-1.94,0-3.521-1.568-3.497-3.485c-0.023-1.929,1.557-3.509,3.497-3.509c1.917,0,3.475,1.58,3.497,3.509 C238.194,295.544,236.614,297.113,234.697,297.113z M244.934,345.156c-1.906,0-3.486-1.568-3.486-3.497s1.58-3.485,3.486-3.485 c1.951,0,3.509,1.557,3.509,3.485S246.885,345.156,244.934,345.156z M250.929,324.138c0,1.917-1.58,3.485-3.485,3.485 c-1.929-0.012-3.486-1.568-3.486-3.485c0-1.94,1.558-3.51,3.486-3.498C249.349,320.64,250.929,322.198,250.929,324.138z M247.443,307.976c-0.023,1.94-1.557,3.498-3.486,3.498c-1.951,0.022-3.509-1.558-3.509-3.486s1.558-3.485,3.486-3.497 C245.887,304.491,247.42,306.059,247.443,307.976z%22/%3E%3Cpath d=%22M360.98,294.743c-0.046-6.832-28.57-30.034-32.16-32.927V156.771h7.971v-7.907c0,0-8.97-19.775-0.628-50.082 c0-6.396,0-87.681,0-87.681h-0.022c0-0.087,0.046-0.157,0.046-0.227C336.163,4.868,331.283,0,325.288,0 c-6.042-0.012-10.921,4.868-10.898,10.887c0,0.07,0,0.14,0,0.227h-0.022c0,0,0.022,80.059,0.022,87.483 c6.298,36.68-1.417,50.292-1.417,50.292v7.912h7.993v104.76c0,0-32.462,25.909-32.521,33.205c-0.035,7.32-0.244,35.717,0,38.877 c0.221,3.16-1.186,47.09,18.439,47.09c5.6,0,15.673,0,17.648-0.012c0.221,0.012,0.359,0.023,0.359,0.023 c1.93-0.012,11.828-0.012,17.638,0c18.544,0,18.218-43.941,18.45-47.102C361.178,330.458,361.004,302.062,360.98,294.743z M302.492,370.31h-4.392v-73.359h4.392V370.31z M315.075,371.96h-4.38v-62.229h4.38V371.96z M319.642,12.258 c0-3.381,2.742-6.117,6.111-6.117s6.123,2.725,6.123,6.1c0,3.393-2.73,14.89-6.123,14.89 C322.384,27.141,319.642,15.633,319.642,12.258z M322.686,371.96v-53.667h4.381l0.011,53.667H322.686z M338.429,371.96h-4.38 v-62.229h4.392L338.429,371.96z M349.757,369.498h-4.392v-73.384l4.392,0.022V369.498z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-rail--forkslant .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0.09 380.71 380.53%22%3E%3Cg fill=%22%23DFDCD2%22 stroke=%22%23DFDCD2%22%3E%3Cpath stroke=%22none%22 d=%22M380.711,57.465l-8.808-8.842l-89.742,95l-10.585-10.625l92.357-92.357l-7.75-7.715l-92.938,92.932l-8.772-8.778 l92.926-92.944l-8.539-8.528l-92.938,92.932l-10.411-10.41l95.936-89.987l-8.052-8.052l-88.418,68.853c0,0-3.207,2.713-4.311,3.828 c-12.13,12.124-17.347,28.594-15.615,44.424c-3.719,61.666-56.862,75.254-64.774,83.166 c-8.749,8.796-143.77,143.805-143.77,143.805l0.023,0.022c-0.104,0.117-0.221,0.141-0.337,0.256 c-8.272,8.273-8.25,21.704,0.012,29.965c8.249,8.272,21.715,8.272,29.953,0.023c0.116-0.128,0.174-0.244,0.255-0.337l0.023,0.022 c0,0,133.359-133.312,143.537-143.502c9.179-9.213,30.812-64.303,87.257-64.878c0.058-0.023,0.209-0.046,0.29-0.046 c13.28,0.372,26.677-4.032,37.354-13.361c0.755-0.663,2.486-2.452,2.486-2.452L380.711,57.465z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--society .stl-rail--spoon .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2289.64 5 76.72 246%22%3E%3Cg fill=%22%23DFDCD2%22 stroke=%22%23DFDCD2%22%3E%3Cpath stroke=%22none%22 d=%22M166.358,67.528C166.358,37.561,144.023,5,128,5c-16.994,0-38.358,32.561-38.358,62.528 c0,25.466,12.405,37.872,29.132,41.026l-3.064,130.032C115.549,245.395,121.098,251,128,251h0c6.902,0,12.451-5.605,12.291-12.414 l-3.064-130.032C153.953,105.4,166.358,92.994,166.358,67.528z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-badge{background-size:14px 14px}
.stl--quarry .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23EFF1F0%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23EFF1F0%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-mk--david{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.999 1) scale(1.103567)%22 fill=%22%232B3033%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M14.13,18.944h-0.262v-0.742c0.046-0.035,0.075-0.096,0.08-0.197c0,0-0.027-0.404-0.221-0.639 c-0.197-0.235-1.008-1.109-1.088-1.514c-0.076-0.405-0.062-1.723-0.455-2.505c-0.39-0.784-0.808-1.187-0.898-1.682 c-0.093-0.497-0.223-1.437-0.406-2.126c-0.183-0.693-0.248-0.876-0.285-1.214c-0.041-0.34-0.027-0.746-0.146-1.162 c-0.116-0.419-0.078-0.64-0.025-0.939c0.053-0.301,0.143-1.384,0.143-1.384s0.64,0.731,1.005,0.9 c0.364,0.17,0.573,0.262,0.667,0.183c0.091-0.079,0.184-0.352,0.128-0.651c-0.052-0.302,0.08-0.354-0.364-0.9 c-0.444-0.549-0.862-1.006-0.967-1.267c-0.104-0.262-0.561-0.613-0.561-0.613s-0.076-0.287-0.233-0.327 c-0.157-0.039-0.327,0.04-0.327,0.04s-0.13-0.04-0.183,0.038C9.681,2.321,9.757,2.518,9.757,2.518S9.668,2.596,9.602,2.726 S9.43,3.054,9.328,3.04C9.224,3.026,9.092,2.988,9.065,2.87C9.039,2.753,9.039,2.558,9.039,2.558s0.263-0.17,0.302-0.302 c0.038-0.13,0.13-0.457,0.13-0.64c0-0.182,0.013-0.299,0.013-0.299l0.118-0.196c0,0,0.17-0.078,0.13-0.209 c-0.04-0.13-0.168-0.13-0.117-0.248C9.669,0.547,9.669,0.352,9.59,0.298C9.511,0.247,9.316,0.169,9.328,0.09 c0.013-0.077-0.289-0.13-0.352-0.052C8.911,0.117,8.806,0.169,8.663,0.09C8.521,0.013,8.284,0.038,8.206,0.143 C8.128,0.247,8.088,0.26,8.009,0.26c-0.078,0-0.17-0.024-0.208,0.093C7.763,0.469,7.709,0.561,7.618,0.586 C7.527,0.613,7.449,0.613,7.476,0.705C7.499,0.796,7.463,1.07,7.384,1.096C7.304,1.12,7.293,1.187,7.319,1.265 c0.025,0.077,0.078,0.13,0.025,0.207C7.293,1.552,7.266,1.59,7.331,1.643C7.397,1.697,7.539,1.8,7.514,1.852 c-0.027,0.052-0.13,0.105-0.078,0.182c0.051,0.079,0.21,0.146,0.157,0.249C7.539,2.387,7.567,2.439,7.646,2.479 c0.076,0.04,0.17,0.065,0.17,0.065s0.062,0.6-0.117,0.77c-0.185,0.17-0.588,0.391-0.811,0.469c-0.222,0.079-0.64,0.34-0.729,0.653 c-0.093,0.314,0.013,0.9-0.067,1.16C6.014,5.857,5.936,6.341,5.923,6.681C5.91,7.019,5.896,7.358,5.858,7.554 C5.817,7.75,5.779,8.115,5.833,8.493c0.05,0.379,0.09,0.534,0.062,0.796C5.87,9.55,6.065,9.837,6.103,10.06 c0.04,0.222,0.145,0.287,0.289,0.379c0.143,0.091,0.143,0.299,0.481,0.403c0.34,0.105,0.522,0.105,0.522,0.105 s0.029-0.013,0.062-0.031c0.145,0.49,0.294,0.965,0.316,1.087c0.04,0.223,0.04,0.704,0.063,0.875 c0.029,0.168-0.063,0.782,0.067,1.37c0.069,0.317,0.311,0.83,0.53,1.305c-0.05,0.026-0.13,0.06-0.192,0.026 c-0.091-0.053-0.21-0.132-0.21-0.132s-0.104,0.104-0.128,0.288c-0.029,0.182-0.225,0.312-0.225,0.312s0.459,0.209,0.524,0.496 c0.064,0.287,0,0.561-0.053,0.757c-0.033,0.116-0.079,0.285-0.115,0.405h-0.17v1.239H7.608v0.209h0.114l-0.074,0.782h6.441 l-0.076-0.782h0.117C14.13,19.153,14.13,18.944,14.13,18.944z M11.292,4.684c0.146,0.312,0.385,0.92,0.385,0.92 s-0.459-0.549-0.534-0.89c-0.075-0.341-0.474-0.876-0.474-0.876S11.143,4.373,11.292,4.684z M7.331,7.502 C7.293,7.776,7.239,8.297,7.163,8.545C7.096,8.753,7.121,9.174,7.17,9.613c-0.02-0.03-0.04-0.056-0.06-0.075 C6.926,9.368,6.494,9.29,6.484,9.016c-0.013-0.275,0.34-0.822,0.274-1.279S6.704,7.15,6.824,6.771 c0.115-0.378,0.208-0.979,0.208-0.979S7.464,6.288,7.5,6.602C7.539,6.916,7.369,7.228,7.331,7.502z M6.634,4.339 C6.425,4.487,6.352,5.022,6.352,5.022S6.307,4.591,6.381,4.369C6.454,4.146,6.662,4.101,6.96,3.983 c0.296-0.12,0.786-0.476,0.786-0.476C7.746,3.731,6.844,4.191,6.634,4.339z M10.357,17.706c-0.025-0.107-0.079-0.271-0.168-0.443 c-0.157-0.301-0.262-0.534-0.338-0.783c-0.079-0.249,0.038-0.365-0.132-0.496c-0.168-0.131-0.13-0.169-0.13-0.327 c0-0.156,0.223-0.417,0.079-0.613c-0.145-0.194-0.197-0.207-0.197-0.429S9.445,13.869,9.43,13.7 c-0.011-0.169-0.074-0.418,0.015-0.484c0.091-0.064,0.211-0.116,0.079-0.208c-0.132-0.091-0.104-0.077-0.183-0.182 c-0.079-0.104-0.064-0.234-0.197-0.118c-0.055,0.052-0.119,0.1-0.178,0.149c0.022-0.358,0.01-0.803-0.005-1.088 c-0.013-0.301-0.037-0.797-0.013-1.032c0.027-0.235,0.027-0.602,0.027-0.602s0.301,0.55,0.508,0.836 c0.208,0.287,0.418,0.418,0.496,0.641c0.079,0.221,0.234,0.756,0.392,1.017c0.159,0.262,0.34,0.313,0.431,0.73 c0.092,0.417,0.25,0.991,0.471,1.227c0.223,0.234,0.472,0.822,0.6,1.211c0.131,0.394,0.312,0.55,0.301,0.902 c-0.013,0.352,0.053,0.6,0.209,0.678c0.151,0.076,0.317,0.165,0.396,0.327h-2.42v0.002H10.357z%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--quarry .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B3033%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%232B3033%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-badge{background-size:14px 14px}
.stl--gilt .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F8FAFB%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F8FAFB%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--lamp{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(2.022 -1.735) scale(0.051523)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cpath d=%22M 108 53.5 L 281.5 53.5 L 359.1 243.5 C 353.1 249.5 286 252.1 193 252.1 C 100 252.1 34 249.5 28 243.5 Z%22/%3E%3Cpath d=%22M 186.5 250 H 200.5 V 263 H 186.5 Z%22/%3E%3Cpath d=%22M 181 262.5 L 170 266.5 C 169.83 267.58 169.67 270.75 169 273 C 168.33 275.25 167 277.83 166 280 C 165 282.17 164.17 284.17 163 286 C 161.83 287.83 160.25 289.42 159 291 C 157.75 292.58 156.17 294 155.5 295.5 C 154.83 297 155.08 299.25 155 300 C 153.67 300.42 150.17 301.17 147 302.5 C 143.83 303.83 139.33 305.92 136 308 C 132.67 310.08 130 312.17 127 315 C 124 317.83 120.42 321.67 118 325 C 115.58 328.33 113.92 331.33 112.5 335 C 111.08 338.67 110.08 342.5 109.5 347 C 108.92 351.5 108.83 357 109 362 C 109.17 367 109.67 371.83 110.5 377 C 111.33 382.17 112.58 387.83 114 393 C 115.42 398.17 117 402.67 119 408 C 121 413.33 123.33 419.33 126 425 C 128.67 430.67 131.83 436.33 135 442 C 138.17 447.67 142.25 454.33 145 459 C 147.75 463.67 149.17 467.37 151.5 470 C 153.83 472.5 155.92 473.3 159 474.5 C 162.08 475.7 165.67 476.6 170 477.4 C 174.33 478.2 181 479 185 479.4 C 189 479.8 191 479.9 194 479.9 C 197 479.9 198.83 479.8 203 479.4 C 207.17 479 214.5 478.2 219 477.4 C 223.5 476.6 226.92 475.7 230 474.5 C 233.08 473.3 235.08 472.5 237.5 470 C 239.92 467.37 241.67 463.67 244.5 459 C 247.33 454.33 251.42 447.67 254.5 442 C 257.58 436.33 260.42 430.67 263 425 C 265.58 419.33 268 413.33 270 408 C 272 402.67 273.58 398.17 275 393 C 276.42 387.83 277.67 382.17 278.5 377 C 279.33 371.83 279.83 367 280 362 C 280.17 357 280.08 351.5 279.5 347 C 278.92 342.5 277.92 338.67 276.5 335 C 275.08 331.33 273.42 328.33 271 325 C 268.58 321.67 265.08 317.83 262 315 C 258.92 312.17 255.92 310.08 252.5 308 C 249.08 305.92 244.75 303.83 241.5 302.5 C 238.25 301.17 234.42 300.42 233 300 C 232.83 299.25 233 297 232 295.5 C 231 294 228.67 292.58 227 291 C 225.33 289.42 223.5 287.83 222 286 C 220.5 284.17 219.08 282.17 218 280 C 216.92 277.83 216 275.25 215.5 273 C 215 270.75 215.08 267.58 215 266.5 L 204 262.5 Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--necktie{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-0.574 -0.569) scale(.392882)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cpath d=%22M39.2,14.79h2.09c1.08,0,1.99-.77,2.16-1.84l1.14-7.08c.14-.88-.46-1.71-1.34-1.85-.26-.04-.52-.02-.76,.06l-9.84,3.27c-.42,.14-.87,.14-1.29,0l-9.84-3.27c-.41-.14-.84-.11-1.23,.09-.38,.19-.67,.53-.81,.93-.08,.25-.1,.51-.06,.77l1.14,7.08c.17,1.07,1.08,1.84,2.16,1.84h2.09l1.68,4.17c.17,.42,.2,.87,.1,1.31l-7.07,29.22c-.24,.99,.13,2.02,.96,2.62l10.13,7.42c.42,.31,.91,.46,1.41,.46s.99-.15,1.41-.46l10.13-7.42c.82-.6,1.2-1.63,.96-2.62l-7.07-29.22c-.11-.44-.07-.89,.1-1.31l1.68-4.17Zm-3.53,3.43c-.04,.1-.04,.21-.07,.31h-7.19c-.03-.1-.03-.21-.07-.31l-1.66-4.12,5.32-4.35,5.32,4.35-1.66,4.12Zm6.84-12.04l-1.04,6.45c-.01,.09-.09,.16-.19,.16h-2.4l-4.7-3.84,8.33-2.76Zm-19.79,6.61c-.09,0-.17-.07-.19-.16l-1.04-6.45,8.33,2.76-4.7,3.84h-2.4Zm19.83,37.17c.05,.2-.03,.41-.2,.54l-10.13,7.42c-.13,.1-.31,.1-.45,0l-10.13-7.42c-.17-.12-.25-.34-.2-.54l7.07-29.22s0-.02,0-.04h0l.04-.18h6.86l.05,.21h0l7.07,29.22Z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--panels{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.081 5.193) scale(.042586)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cg fill=%22%232B4A7E%22%3E %3Cpath d=%22M149.8 66.3L85.9 99.5%22 stroke=%22%232B4A7E%22 stroke-width=%2238.2%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M434.1 214.2L456 145.1%22 stroke=%22%232B4A7E%22 stroke-width=%2238%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M63.5 77.1L141.8 155.7%22 stroke=%22%23F8FAFB%22 stroke-width=%2255%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M63.5 77.1L141.8 155.7%22 stroke=%22%232B4A7E%22 stroke-width=%2238%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M361.8 145.1L487 145.1%22 stroke=%22%23F8FAFB%22 stroke-width=%2255.4%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M361.8 145.1L487 145.1%22 stroke=%22%232B4A7E%22 stroke-width=%2238.4%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M25.8 130.6L50.5 117.8%22 stroke=%22%23F8FAFB%22 stroke-width=%2255.2%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M25.8 130.6L50.5 117.8%22 stroke=%22%232B4A7E%22 stroke-width=%2238.2%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M476.6 80.6L468.1 107.2%22 stroke=%22%23F8FAFB%22 stroke-width=%2255.2%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M476.6 80.6L468.1 107.2%22 stroke=%22%232B4A7E%22 stroke-width=%2238.2%22 stroke-linecap=%22round%22 fill=%22none%22/%3E %3Cpath d=%22M282.3 19.7 L228.3 181 A19 19 0 0 0 234.8 202.1 L311.2 260.9 A19 19 0 0 0 340.8 251.9 L394.8 90.7 A19 19 0 0 0 388.4 69.6 L312 10.7 A19 19 0 0 0 282.3 19.7Z%22 stroke=%22%23F8FAFB%22 stroke-width=%2223.6%22 paint-order=%22stroke%22/%3E %3Cpath d=%22M241.7 106.1 L90.9 180.6 A19.8 19.8 0 0 0 80.1 200.9 L92.5 295.8 A19.8 19.8 0 0 0 120.8 311 L271.6 236.6 A19.8 19.8 0 0 0 282.4 216.3 L270 121.3 A19.8 19.8 0 0 0 241.7 106.1Z%22 stroke=%22%23F8FAFB%22 stroke-width=%2223.6%22 paint-order=%22stroke%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--pendant{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.65 0.653) scale(0.044924)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cdefs%3E%3Cpath id=%22stl-pendant-lamp%22 fill-rule=%22evenodd%22 d=%22M22.57 188.9C48.3 215.31 118.89 213.32 145.6 189.41C142.33 178.49 126.64 174 115.18 175.72C103.01 177.54 101.38 195.21 84.43 195.68C67.82 196.14 68.06 182.75 57.76 176.94C47.06 170.91 26.52 178.96 22.57 188.9Z M24.11 167.16C31.36 168.07 63.93 160.3 77.18 159.74C92.07 159.12 108.79 160.21 123.47 163.02C131.04 164.47 135.98 167.96 143.81 167.53C146.18 160.09 146.44 147.86 138.53 142.43C132.59 138.35 118.35 137.03 111.27 136.35C88.97 134.23 66.77 133.49 45.1 139.14C39.75 140.53 33.08 139.61 28.67 143.44C21.9 149.29 22.41 159.72 24.11 167.16Z M31.59 129.57C36.61 128.82 41.47 126.35 47.07 125.38C76.97 120.18 107.81 123.01 136.34 129.8C140.29 119.4 135.37 112.15 132.36 101.82C128.8 89.62 122.68 70.3 111.9 62.43C102.11 55.28 69.39 55.69 58.7 61.08C46.75 67.11 39.53 89.29 36.01 101.27C33.05 111.39 28.54 119.23 31.59 129.57Z M80.07 0.77C77.63 26.33 63.35 21.65 61.92 43.61C71.2 46.63 97.72 46.77 106.63 43.36C103.75 25.02 92.83 23.63 89.18 12.88C87.95 9.25 88.48 4.22 87.93 0.62C84.96 0.33 82.95 0.41 80.07 0.77Z%22/%3E%3C/defs%3E%3Crect x=%228%22 y=%228%22 width=%22486.98%22 height=%2245.18%22 rx=%222.74%22/%3E%3Crect x=%2267.58%22 y=%2242.23%22 width=%2210.82%22 height=%22264.72%22/%3E%3Crect x=%22247.96%22 y=%2242.23%22 width=%2210.82%22 height=%22264.72%22/%3E%3Crect x=%22428.33%22 y=%2242.23%22 width=%2210.82%22 height=%22264.72%22/%3E%3Cuse href=%22%23stl-pendant-lamp%22 x=%22-9.16%22 y=%22288.69%22/%3E%3Cuse href=%22%23stl-pendant-lamp%22 x=%22171.21%22 y=%22288.69%22/%3E%3Cuse href=%22%23stl-pendant-lamp%22 x=%22351.58%22 y=%22288.69%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%232B4A7E%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--walllantern{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-0.817 -2.241) scale(0.196429)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cpath d=%22M45.5,23 C48.5,32 44,44 27.3,44.5 L37.5,95.5 H73.5 L83.7,44.5 C67,44 62.5,32 65.5,23 Z%22 /%3E %3Cpath d=%22M26,44.5 H85%22 /%3E %3Cpath d=%22M50.25,23 V16.5 H60.75 V23%22 /%3E %3Cpath d=%22M55.5,23 V117.5%22 /%3E %3Cpath d=%22M46,95.5 V117.5 H65 V95.5%22 /%3E %3Cpath d=%22M46,117.5 L55.5,127.5 L65,117.5%22 /%3E %3Cpath d=%22M65,101.5 H87 L93.5,98.8%22 /%3E %3Cpath d=%22M65,110.5 H87 L93.5,113.2%22 /%3E %3Cpath d=%22M93.5,82.5 H104.5 V128.5 H93.5 Z%22 /%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--gilt .stl-mk--watch{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232B4A7E%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.380619)%22 fill=%22%232B4A7E%22 stroke=%22none%22%3E%3Cg id=%22SVGRepo_bgCarrier%22 stroke-width=%220%22/%3E %3Cg id=%22SVGRepo_tracerCarrier%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3Cg id=%22SVGRepo_iconCarrier%22%3E %3Cg%3E %3Cpath d=%22M50.862,9.077c0.935-0.95,1.87-1.901,2.806-2.851c0.361-0.368-0.203-0.934-0.566-0.566 c-0.936,0.95-1.87,1.901-2.805,2.851C49.935,8.879,50.5,9.445,50.862,9.077L50.862,9.077z%22/%3E %3Cpath d=%22M27.134,30.035c-0.416-1.226-0.832-2.452-1.249-3.678c-0.08-0.236-0.456-0.135-0.375,0.103 c0.416,1.226,0.832,2.451,1.248,3.677c-0.188,0.116-0.319,0.314-0.319,0.552c0,0.101,0.027,0.194,0.067,0.279 c-0.928,0.906-1.854,1.812-2.782,2.717c-0.196,0.192,0.104,0.492,0.3,0.301c0.927-0.904,1.853-1.81,2.78-2.715 c0.09,0.046,0.188,0.078,0.295,0.078c0.364,0,0.66-0.296,0.66-0.66C27.76,30.335,27.482,30.054,27.134,30.035z%22/%3E %3Cpath d=%22M53.367,12.568l4.434-4.514l-6.796-6.677l-4.434,4.514l0.725,0.712L32.354,20.832l-0.844-0.864 L29,22.418c-0.518-0.104-1.053-0.16-1.602-0.16c-1.12,0-2.187,0.227-3.158,0.636l-0.722-0.739l0.385-0.375 c0.11-0.107,0.145-0.25,0.078-0.319l-0.158-0.162c-0.067-0.069-0.211-0.037-0.321,0.07l-0.916,0.894 c-0.11,0.107-0.145,0.25-0.078,0.319l0.158,0.162c0.067,0.069,0.211,0.037,0.321-0.07l0.305-0.298l0.647,0.663 c-0.507,0.239-0.984,0.527-1.427,0.861l-0.441-0.452c-0.188-0.193-0.43-0.262-0.54-0.155l-0.915,0.893 c-0.11,0.108-0.046,0.351,0.142,0.544l0.417,0.428c-0.38,0.451-0.711,0.945-0.987,1.472l-0.61-0.625l0.384-0.375 c0.11-0.107,0.145-0.25,0.078-0.319l-0.158-0.162c-0.067-0.069-0.211-0.037-0.321,0.07l-0.916,0.894 c-0.11,0.107-0.145,0.25-0.078,0.319l0.158,0.162c0.067,0.069,0.211,0.037,0.321-0.07l0.305-0.298l0.691,0.708 c-0.497,1.052-0.783,2.223-0.783,3.464c0,0.48,0.05,0.949,0.13,1.407l-1.675,1.636l0.775,0.794L1.311,50.038 c0,0-2.571,3.225-0.511,5.462c2.02,2.196,5.653-0.211,5.653-0.211L23.624,39.49l0.505,0.518l1.672-1.633 c0.517,0.104,1.051,0.159,1.598,0.159c4.495,0,8.138-3.644,8.138-8.139c0-0.479-0.05-0.945-0.129-1.401l2.517-2.457l-0.439-0.45 l15.043-14.344L53.367,12.568z M7.249,50.456c-0.405,0.298-0.975,0.214-1.273-0.188c-0.298-0.4-0.211-0.967,0.194-1.266 c0.405-0.297,0.975-0.213,1.273,0.188S7.654,50.158,7.249,50.456z M9.439,48.768c-0.402,0.304-0.984,0.197-1.299-0.239 c-0.315-0.435-0.245-1.034,0.157-1.338s0.983-0.197,1.299,0.239C9.911,47.865,9.841,48.464,9.439,48.768z M11.58,46.827 c-0.37,0.341-0.949,0.314-1.292-0.059s-0.321-0.951,0.049-1.292s0.949-0.314,1.292,0.059S11.95,46.487,11.58,46.827z M13.607,44.962c-0.37,0.342-0.949,0.314-1.292-0.059s-0.321-0.951,0.049-1.292s0.949-0.314,1.292,0.059 C13.999,44.044,13.977,44.622,13.607,44.962z M19.014,33.454l0.624-0.609c0.303,0.96,0.781,1.84,1.393,2.609l-1.772-1.927 l-0.091,0.084L19.014,33.454z M24.145,38.709l-2.073-2.123L21.809,36.3c0.84,0.796,1.848,1.412,2.967,1.794L24.145,38.709z M27.218,37.496c-3.936,0-7.137-3.201-7.137-7.137s3.201-7.137,7.137-7.137s7.138,3.202,7.138,7.137S31.154,37.496,27.218,37.496z M30.026,22.7l1.469-1.434l0.194,0.199l-0.395,0.376l4.859,5.142l-0.992,0.969C34.386,25.486,32.466,23.533,30.026,22.7z M47.795,5.88l3.221-3.277l5.56,5.462l-3.221,3.277l-0.2-0.197l0.302-0.288l-5.061-5.302l-0.473,0.45L47.795,5.88z%22/%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-badge{background-size:14px 14px}
.stl--haberdasher .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FBF9F4%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FBF9F4%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FBF9F4%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FBF9F4%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23FBF9F4%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23FBF9F4%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-mk--beanie{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.574 0.993) scale(.329726)%22 fill=%22%232C3A55%22 stroke=%22none%22%3E%3Cg id=%22beanie-_1%22 transform=%22translate(-141.547 -144.927)%22%3E %3Cg id=%22beanie-Group_1624%22%3E %3Cpath id=%22beanie-Path_3402%22 d=%22M201.277,188.5a25.375,25.375,0,0,0-20.05-24.08,11.307,11.307,0,0,0,3.38-8.08,11.4,11.4,0,1,0-19.44,8.09,25.362,25.362,0,0,0-20.04,24.04,5.81,5.81,0,0,0-3.58,5.36v12.04a5.8,5.8,0,0,0,5.8,5.8h51.64a5.8,5.8,0,0,0,5.8-5.8v-12.04A5.8,5.8,0,0,0,201.277,188.5Zm-28.08-39.57a7.41,7.41,0,1,1-7.4,7.41A7.42,7.42,0,0,1,173.2,148.927Zm-2.73,18.93h5.47a21.381,21.381,0,0,1,21.174,18.581,1.4,1.4,0,0,1-1.378,1.579H150.661a1.4,1.4,0,0,1-1.378-1.579A21.391,21.391,0,0,1,170.467,167.857Zm30.32,38.01a1.805,1.805,0,0,1-1.8,1.8h-51.64a1.8,1.8,0,0,1-1.8-1.8v-12.04a1.8,1.8,0,0,1,1.8-1.81h51.64a1.807,1.807,0,0,1,1.8,1.81Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22beanie-Group_1625%22%3E %3Cpath id=%22beanie-Path_3403%22 d=%22M179.241,204.974H167.087a2,2,0,0,1-2-2v-6.259a2,2,0,0,1,2-2h12.154a2,2,0,0,1,2,2v6.259A2,2,0,0,1,179.241,204.974Zm-10.154-4h8.154v-2.259h-8.154Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-mk--pants{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.042969)%22 fill=%22%232C3A55%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M300.27,0h-16.165h-57.751H211.73H94.318v48.511v20.014V512h147.952L256,352.018L269.729,512h147.953V68.525 V48.511V0H300.27z M227.128,15.398h57.744v37.729h-57.744V15.398z M109.716,15.398h101.239v37.729H109.716V15.398z M109.716,63.909 h52.262c-0.443,23.015-7.676,44.202-18.632,59.518c-5.654,7.917-12.262,14.262-19.3,18.563c-4.639,2.835-9.443,4.706-14.33,5.714 V63.909z M228.135,496.602H109.716V158.727c7.007-1.127,13.737-3.729,19.955-7.541c12.721-7.804,23.435-20.458,31.06-35.992 c7.308-14.917,11.638-32.564,11.984-51.285h58.646v164.103h19.827L228.135,496.602z M242.143,217.23V63.909h27.714V217.23H242.143z M402.283,496.602h-118.42l-23.052-268.59h19.827V63.909h58.6c0.474,25.24,8.286,48.458,20.646,65.782 c6.376,8.924,13.962,16.3,22.444,21.495c6.218,3.812,12.947,6.414,19.955,7.541V496.602z M402.283,147.705 c-4.888-1.008-9.7-2.88-14.33-5.714c-10.556-6.443-20.143-17.518-27-31.533c-6.572-13.406-10.556-29.488-10.894-46.548h52.225 V147.705z M402.283,53.127h-102.78V15.398h102.78V53.127z%22/%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--haberdasher .stl-mk--shirt{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1.744) scale(.346771)%22 fill=%22%232C3A55%22 stroke=%22none%22%3E%3Cg id=%22shirt-Shirt%22 transform=%22translate(-437.043 -152.754)%22%3E %3Cg id=%22shirt-Group_65%22%3E %3Cpath id=%22shirt-Path_48%22 d=%22M482.821,211.908H454.459c-2.358,0-2.358-2.267-2.358-3.357l.737-34.586-5.014,4.5a1.75,1.75,0,0,1-2.3.07,7.643,7.643,0,0,1-1.289-1.1l-5.638-4.865c-.754-.75-2.37-2.368-1.054-3.686l7.42-7.42c.495-.6,5.068-5.909,12.263-5.909h4.363v2h-4.363c-6.512,0-10.7,5.151-10.738,5.2a.99.99,0,0,1-.074.084l-7.3,7.3a6.425,6.425,0,0,0,.834.957l5.639,4.866a7.06,7.06,0,0,0,1.03.9l6.6-5.93a1,1,0,0,1,1.668.766l-.786,36.872a3.8,3.8,0,0,0,.141,1.314.72.72,0,0,0,.217.021h28.362a.6.6,0,0,0,.226-.03,4.057,4.057,0,0,0,.131-1.327l-.786-36.85a1,1,0,0,1,1.668-.766l6.676,5.994,7.485-6.73-7.354-7.354c-.026-.026-.051-.054-.074-.082-.042-.053-4.257-5.205-10.739-5.205h-4.439v-2h4.439c7.2,0,11.768,5.308,12.263,5.909l7.42,7.42c1,1,1,1.636.008,2.628l-7.731,6.952a1.791,1.791,0,0,1-1.28.716,1.846,1.846,0,0,1-1.31-.745l-4.983-4.473.737,34.565C485.178,209.641,485.178,211.908,482.821,211.908Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_66%22%3E %3Cpath id=%22shirt-Path_49%22 d=%22M460.834,156.558%22 fill=%22none%22 stroke=%22%232C3A55%22 stroke-miterlimit=%2210%22 stroke-width=%222%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_67%22%3E %3Crect id=%22shirt-Rectangle_10%22 width=%221%22 height=%2249.092%22 transform=%22translate(466.024 161.816)%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_68%22%3E %3Crect id=%22shirt-Rectangle_11%22 width=%221%22 height=%2249.092%22 transform=%22translate(470.107 161.816)%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_69%22%3E %3Cpath id=%22shirt-Path_50%22 d=%22M469.2,164.869a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,164.869Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_70%22%3E %3Cpath id=%22shirt-Path_51%22 d=%22M469.2,164.869a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,164.869Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_71%22%3E %3Cpath id=%22shirt-Path_52%22 d=%22M469.2,174.87a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,174.87Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_72%22%3E %3Cpath id=%22shirt-Path_53%22 d=%22M469.2,184.871a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,184.871Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_73%22%3E %3Cpath id=%22shirt-Path_54%22 d=%22M469.2,194.872a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,194.872Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_74%22%3E %3Cpath id=%22shirt-Path_55%22 d=%22M469.2,204.873a.635.635,0,1,1-.636-.636A.635.635,0,0,1,469.2,204.873Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_75%22%3E %3Cpath id=%22shirt-Path_56%22 d=%22M468.775,155.767c-2.472,0-4.357-.171-4.385-.174l.092-1a51.332,51.332,0,0,0,8.22,0l.093.995C471.415,155.723,470.021,155.767,468.775,155.767Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_76%22%3E %3Cpath id=%22shirt-Path_57%22 d=%22M468.694,153.968c-2.923,0-5.039-.214-5.07-.217l.1-1a56.363,56.363,0,0,0,9.735,0l.094,1C471.84,153.914,470.164,153.968,468.694,153.968Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_77%22%3E %3Cpath id=%22shirt-Path_58%22 d=%22M465.2,163.41a.5.5,0,0,1-.216-.049c-.11-.052-2.725-1.365-4.055-7.71a.5.5,0,0,1,.131-.45l2.226-2.295a.5.5,0,0,1,.847.238c.011.047,1.105,4.738,4.694,7.149a.5.5,0,0,1,0,.833l-3.348,2.2A.505.505,0,0,1,465.2,163.41Zm-3.237-7.705c1,4.523,2.644,6.15,3.237,6.606l2.47-1.624a13.8,13.8,0,0,1-4.269-6.463Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3Cg id=%22shirt-Group_78%22%3E %3Cpath id=%22shirt-Path_59%22 d=%22M471.919,163.41a.5.5,0,0,1-.274-.082l-3.348-2.2a.5.5,0,0,1,0-.832c3.589-2.411,4.684-7.1,4.694-7.149a.5.5,0,0,1,.847-.238l2.226,2.295a.5.5,0,0,1,.13.45c-1.329,6.345-3.944,7.658-4.055,7.71A.5.5,0,0,1,471.919,163.41Zm-2.469-2.723,2.469,1.624c.593-.456,2.241-2.083,3.237-6.606l-1.437-1.481A13.791,13.791,0,0,1,469.45,160.687Z%22 fill=%22%232C3A55%22/%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-badge{background-size:15px 15px}
.stl--fieldhouse .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F7F5EE%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F7F5EE%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-mk--baseball{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1.026 1.013) scale(0.178828)%22 fill=%22%232F5D43%22 stroke=%22none%22%3E%3Cpath d=%22M61.44,0c16.97,0,32.33,6.88,43.44,18c11.12,11.12,18,26.48,18,43.44c0,16.97-6.88,32.33-18,43.44c-11.12,11.12-26.48,18-43.44,18S29.11,116,18,104.88C6.88,93.77,0,78.41,0,61.44C0,44.47,6.88,29.11,18,18C29.11,6.88,44.47,0,61.44,0L61.44,0z M92.04,25.64c-0.14-0.12-0.26-0.27-0.35-0.44l-4.04-7.08c-0.47-0.84-0.18-1.9,0.66-2.38c0.84-0.47,1.9-0.18,2.38,0.66l3.33,5.84c1.18-1.95,2.46-3.9,3.82-5.84C87.89,8.36,75.23,3.54,61.44,3.54c-13.47,0-25.87,4.6-35.7,12.32c0.67,0.94,1.33,1.89,1.96,2.85c0.09-0.02,0.17-0.03,0.27-0.03l8.12-0.27c0.96-0.03,1.76,0.72,1.79,1.68c0.03,0.96-0.72,1.76-1.68,1.79l-6.37,0.22c1.24,2.07,2.38,4.17,3.41,6.29c0.07-0.01,0.14-0.02,0.22-0.02l8.12-0.27c0.96-0.03,1.76,0.72,1.79,1.68c0.03,0.96-0.72,1.76-1.68,1.79l-6.88,0.23c0.85,1.96,1.61,3.94,2.28,5.93l8.01,1.17c0.95,0.14,1.61,1.02,1.47,1.97c-0.14,0.95-1.02,1.61-1.97,1.47l-6.37-0.93c0.56,1.99,1.02,3.98,1.4,5.99l0.03,0.01l7.73,2.5c0.91,0.29,1.42,1.27,1.12,2.18c-0.29,0.91-1.27,1.42-2.18,1.12l-6.09-1.97c0.28,2.11,0.46,4.24,0.53,6.37l7.22,3.46c0.86,0.41,1.23,1.45,0.82,2.31c-0.41,0.86-1.45,1.23-2.31,0.82l-5.69-2.73c-0.04,2.1-0.18,4.2-0.42,6.31c0.1,0.04,0.21,0.1,0.3,0.17l6.71,4.58c0.79,0.54,1,1.62,0.46,2.41c-0.54,0.79-1.62,1-2.41,0.46l-5.59-3.81c-0.35,2.07-0.79,4.15-1.34,6.22c0.15,0.07,0.29,0.16,0.42,0.28l6.02,5.45c0.71,0.64,0.76,1.74,0.12,2.45c-0.64,0.71-1.74,0.76-2.45,0.12l-5.17-4.68c-0.64,2.03-1.37,4.05-2.2,6.08c0.1,0.07,0.19,0.15,0.28,0.25l5.44,6.04c0.64,0.71,0.58,1.81-0.13,2.46c-0.71,0.64-1.81,0.58-2.45-0.13l-4.64-5.15c-0.81,1.74-1.68,3.47-2.63,5.21c0.14,0.12,0.26,0.27,0.35,0.44l4.03,7.06c0.47,0.83,0.18,1.89-0.65,2.37c-0.83,0.47-1.89,0.18-2.37-0.65l-3.32-5.81c-1.35,2.24-2.83,4.47-4.42,6.68c9.99,8.2,22.77,13.12,36.7,13.12c13.72,0,26.33-4.78,36.26-12.75c-0.77-1.06-1.5-2.13-2.21-3.21c-0.09,0.02-0.18,0.03-0.27,0.03l-8.15,0.28c-0.96,0.03-1.77-0.72-1.8-1.69c-0.03-0.96,0.72-1.77,1.69-1.8l6.39-0.22c-1.25-2.08-2.39-4.19-3.43-6.31c-0.07,0.01-0.15,0.02-0.22,0.02l-8.15,0.28c-0.96,0.03-1.77-0.72-1.8-1.69c-0.03-0.96,0.72-1.77,1.69-1.8l6.9-0.23c-0.85-1.97-1.61-3.95-2.29-5.95l-8.04-1.18c-0.95-0.14-1.61-1.03-1.47-1.98c0.14-0.95,1.03-1.61,1.98-1.47l6.39,0.94c-0.56-1.99-1.03-4-1.41-6.01l-0.03-0.01l-7.76-2.51c-0.92-0.29-1.42-1.28-1.13-2.19c0.29-0.92,1.28-1.42,2.19-1.13l6.11,1.97c-0.28-2.12-0.46-4.25-0.54-6.39l-7.24-3.47c-0.87-0.41-1.23-1.45-0.82-2.32c0.41-0.87,1.45-1.23,2.32-0.82l5.71,2.74c0.04-2.11,0.18-4.22,0.42-6.33c-0.1-0.04-0.21-0.1-0.3-0.17l-6.73-4.6c-0.8-0.54-1-1.63-0.46-2.42c0.54-0.8,1.63-1,2.42-0.46l5.61,3.83c0.35-2.08,0.8-4.16,1.34-6.25c-0.15-0.07-0.29-0.17-0.42-0.28l-6.05-5.47c-0.71-0.64-0.77-1.75-0.12-2.46c0.64-0.71,1.74-0.77,2.46-0.12l5.19,4.69c0.64-2.03,1.38-4.07,2.21-6.1c-0.1-0.07-0.19-0.16-0.28-0.25l-5.46-6.06c-0.64-0.72-0.59-1.82,0.13-2.46c0.72-0.64,1.82-0.59,2.46,0.13l4.66,5.17C90.21,29.12,91.09,27.38,92.04,25.64L92.04,25.64z M100.48,18.68c-1.2,1.71-2.32,3.42-3.36,5.14l5.92,0.32c0.96,0.05,1.7,0.87,1.65,1.83c-0.05,0.96-0.87,1.7-1.83,1.65l-7.7-0.42c-0.92,1.67-1.77,3.34-2.55,5.02l5.8-0.16c0.96-0.03,1.76,0.73,1.79,1.69c0.03,0.96-0.73,1.76-1.69,1.79l-7.44,0.21c-0.76,1.85-1.43,3.71-2.02,5.57l6.14-0.98c0.95-0.15,1.84,0.5,1.99,1.45c0.15,0.95-0.5,1.84-1.45,1.99l-7.76,1.23c-0.51,1.98-0.94,3.95-1.27,5.92l5.99-2.24c0.9-0.34,1.9,0.12,2.24,1.02c0.34,0.9-0.12,1.9-1.02,2.24l-7.64,2.86c-0.04,0.01-0.07,0.03-0.11,0.04c-0.21,1.95-0.33,3.9-0.37,5.84l5.82-3.05c0.85-0.44,1.9-0.11,2.35,0.74c0.44,0.85,0.11,1.9-0.74,2.35l-7.22,3.78c-0.05,0.03-0.1,0.05-0.16,0.07c0.08,1.97,0.26,3.94,0.52,5.9l5.54-3.83c0.79-0.55,1.88-0.35,2.42,0.44c0.55,0.79,0.35,1.88-0.44,2.42l-6.71,4.64c-0.06,0.04-0.13,0.08-0.2,0.12c0.37,1.93,0.84,3.85,1.38,5.76l4.59-4.55c0.68-0.68,1.79-0.68,2.46,0.01c0.68,0.68,0.68,1.79-0.01,2.46l-5.79,5.74c-0.02,0.02-0.05,0.05-0.08,0.07c0.61,1.77,1.3,3.52,2.06,5.26l4.12-4.97c0.61-0.74,1.71-0.85,2.46-0.23c0.74,0.61,0.85,1.71,0.23,2.46l-5.17,6.25c0.88,1.78,1.84,3.54,2.88,5.29l3.38-5.63c0.49-0.83,1.56-1.09,2.39-0.6c0.83,0.49,1.09,1.56,0.6,2.39l-4.2,6.99c-0.03,0.06-0.07,0.11-0.11,0.16c0.7,1.07,1.42,2.13,2.18,3.18c0.69-0.63,1.37-1.27,2.03-1.93c10.48-10.48,16.96-24.95,16.96-40.94s-6.48-30.47-16.96-40.94C101.76,19.88,101.13,19.27,100.48,18.68L100.48,18.68z M22.11,103.94c1.42-1.98,2.74-3.97,3.95-5.97l-5.9-0.32c-0.96-0.05-1.69-0.86-1.65-1.82c0.05-0.96,0.86-1.69,1.82-1.65l7.67,0.42c0.91-1.66,1.76-3.33,2.54-5l-5.78,0.16c-0.96,0.03-1.76-0.73-1.78-1.69c-0.03-0.96,0.73-1.76,1.69-1.78l7.41-0.21c0.75-1.85,1.42-3.7,2.01-5.55l-6.12,0.97c-0.95,0.15-1.84-0.5-1.99-1.44c-0.15-0.95,0.5-1.84,1.44-1.99l7.73-1.23c0.51-1.97,0.93-3.94,1.26-5.9l-5.97,2.23c-0.9,0.33-1.9-0.12-2.23-1.02c-0.33-0.9,0.12-1.9,1.02-2.23l7.61-2.85c0.04-0.01,0.07-0.02,0.11-0.04c0.21-1.94,0.33-3.88,0.36-5.82l-5.8,3.03c-0.85,0.44-1.9,0.11-2.34-0.73c-0.44-0.85-0.11-1.9,0.73-2.34l7.2-3.77c0.05-0.03,0.1-0.05,0.16-0.07c-0.08-1.97-0.26-3.93-0.52-5.88l-5.52,3.82c-0.79,0.54-1.87,0.35-2.41-0.44c-0.54-0.79-0.35-1.87,0.44-2.41l6.68-4.62c0.06-0.04,0.13-0.08,0.2-0.12c-0.37-1.92-0.83-3.84-1.38-5.74l-4.57,4.53c-0.68,0.68-1.78,0.67-2.45-0.01c-0.68-0.68-0.67-1.78,0.01-2.45l5.77-5.72c0.02-0.02,0.05-0.05,0.08-0.07c-0.61-1.76-1.29-3.51-2.05-5.24l-4.1,4.95c-0.61,0.74-1.71,0.84-2.45,0.23c-0.74-0.61-0.84-1.71-0.23-2.45l5.16-6.23c-0.88-1.77-1.83-3.53-2.86-5.27l-3.37,5.61c-0.49,0.82-1.56,1.09-2.38,0.6c-0.82-0.49-1.09-1.56-0.6-2.38l4.18-6.97c0.03-0.06,0.07-0.11,0.11-0.16c-0.63-0.96-1.27-1.91-1.94-2.85c-0.88,0.78-1.73,1.58-2.57,2.41C10.02,30.97,3.54,45.45,3.54,61.44s6.48,30.47,16.96,40.94C21.02,102.91,21.56,103.43,22.11,103.94L22.11,103.94z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-mk--football{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-1.249 4.116) scale(0.023325)%22%3E%3Cdefs%3E%3CclipPath id=%22stl-ballclip%22%3E%3Cpath d=%22M128 338C128 205 325 96 568 96C811 96 1008 205 1008 338C1008 471 811 580 568 580C325 580 128 471 128 338Z%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%22url(%23stl-ballclip)%22 fill=%22%232F5D43%22 stroke=%22none%22%3E%3Cpath d=%22M268 30C226 170 226 506 268 646L336 646C294 506 294 170 336 30Z%22/%3E%3Cpath d=%22M868 30C910 170 910 506 868 646L800 646C842 506 842 170 800 30Z%22/%3E%3C/g%3E%3Cg fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%2262%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M128 338C128 205 325 96 568 96C811 96 1008 205 1008 338C1008 471 811 580 568 580C325 580 128 471 128 338Z%22/%3E%3Cpath d=%22M444 338H692%22/%3E%3Cpath d=%22M502 302V374M568 302V374M634 302V374%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-mk--soccerball{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.844 0.844) scale(0.043577)%22%3E%3Cg fill=%22%232F5D43%22 stroke=%22none%22%3E%3Cpath d=%22M100.24 178.30 55.38 256 100.24 333.70 172.82 304.02 172.82 207.98Z%22/%3E%3Cpath d=%22M401.17 159.96 356.31 82.25 266.59 82.25 256 159.96 339.18 207.98Z%22/%3E%3Cpath d=%22M266.59 429.75 356.31 429.75 401.17 352.04 339.18 304.02 256 352.04Z%22/%3E%3Cpath d=%22M211.14 489.10 194 459.43 110.83 411.40 76.56 411.40 92.85 429.28A238 238 0 0 0 187.51 483.93Z%22/%3E%3Cpath d=%22M76.56 100.60 110.83 100.60 194 52.57 211.14 22.90 187.51 28.07A238 238 0 0 0 92.85 82.72Z%22/%3E%3Cpath d=%22M480.31 178.30 463.17 207.98 463.17 304.02 480.31 333.70 487.64 310.65A238 238 0 0 0 487.64 201.35Z%22/%3E%3C/g%3E%3Cg fill=%22none%22 stroke=%22%232F5D43%22 stroke-width=%2221%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M100.24 178.30 55.38 256 100.24 333.70 172.82 304.02 172.82 207.98Z M401.17 159.96 356.31 82.25 266.59 82.25 256 159.96 339.18 207.98Z M266.59 429.75 356.31 429.75 401.17 352.04 339.18 304.02 256 352.04Z M211.14 489.10 194 459.43 110.83 411.40 76.56 411.40 92.85 429.28A238 238 0 0 0 187.51 483.93Z M76.56 100.60 110.83 100.60 194 52.57 211.14 22.90 187.51 28.07A238 238 0 0 0 92.85 82.72Z M480.31 178.30 463.17 207.98 463.17 304.02 480.31 333.70 487.64 310.65A238 238 0 0 0 487.64 201.35Z M339.18 207.98 256 159.96 172.82 207.98 172.82 304.02 256 352.04 339.18 304.02Z M172.82 207.98 256 159.96 266.59 82.25 194 52.57 110.83 100.60 100.24 178.30Z M256 352.04 172.82 304.02 100.24 333.70 110.83 411.40 194 459.43 266.59 429.75Z M49.89 375 76.56 411.40 110.83 411.40 100.24 333.70 55.38 256 21.10 256 24.36 310.65A238 238 0 0 0 49.89 375Z M76.56 100.60 49.89 137A238 238 0 0 0 24.36 201.35L21.10 256 55.38 256 100.24 178.30 110.83 100.60Z M339.18 207.98 339.18 304.02 401.17 352.04 463.17 304.02 463.17 207.98 401.17 159.96Z M256 18 211.14 22.90 194 52.57 266.59 82.25 356.31 82.25 373.45 52.57 324.49 28.07A238 238 0 0 0 256 18Z M480.31 178.30 462.11 137A238 238 0 0 0 419.15 82.72L373.45 52.57 356.31 82.25 401.17 159.96 463.17 207.98Z M211.14 489.10 256 494A238 238 0 0 0 324.49 483.93L373.45 459.43 356.31 429.75 266.59 429.75 194 459.43Z M462.11 375 480.31 333.70 463.17 304.02 401.17 352.04 356.31 429.75 373.45 459.43 419.15 429.28A238 238 0 0 0 462.11 375Z%22/%3E%3Ccircle cx=%22256%22 cy=%22256%22 r=%22238%22 stroke-width=%2228%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-rail--baseball .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-0.97 -0.81 124.82 124.5%22%3E%3Cg fill=%22%23B4BCC4%22 stroke=%22%23B4BCC4%22%3E%3Cpath d='M61.44,0c16.97,0,32.33,6.88,43.44,18c11.12,11.12,18,26.48,18,43.44c0,16.97-6.88,32.33-18,43.44 c-11.12,11.12-26.48,18-43.44,18S29.11,116,18,104.88C6.88,93.77,0,78.41,0,61.44C0,44.47,6.88,29.11,18,18 C29.11,6.88,44.47,0,61.44,0L61.44,0z M92.04,25.64c-0.14-0.12-0.26-0.27-0.35-0.44l-4.04-7.08c-0.47-0.84-0.18-1.9,0.66-2.38 c0.84-0.47,1.9-0.18,2.38,0.66l3.33,5.84c1.18-1.95,2.46-3.9,3.82-5.84C87.89,8.36,75.23,3.54,61.44,3.54 c-13.47,0-25.87,4.6-35.7,12.32c0.67,0.94,1.33,1.89,1.96,2.85c0.09-0.02,0.17-0.03,0.27-0.03l8.12-0.27 c0.96-0.03,1.76,0.72,1.79,1.68c0.03,0.96-0.72,1.76-1.68,1.79l-6.37,0.22c1.24,2.07,2.38,4.17,3.41,6.29 c0.07-0.01,0.14-0.02,0.22-0.02l8.12-0.27c0.96-0.03,1.76,0.72,1.79,1.68c0.03,0.96-0.72,1.76-1.68,1.79l-6.88,0.23 c0.85,1.96,1.61,3.94,2.28,5.93l8.01,1.17c0.95,0.14,1.61,1.02,1.47,1.97c-0.14,0.95-1.02,1.61-1.97,1.47l-6.37-0.93 c0.56,1.99,1.02,3.98,1.4,5.99l0.03,0.01l7.73,2.5c0.91,0.29,1.42,1.27,1.12,2.18c-0.29,0.91-1.27,1.42-2.18,1.12l-6.09-1.97 c0.28,2.11,0.46,4.24,0.53,6.37l7.22,3.46c0.86,0.41,1.23,1.45,0.82,2.31c-0.41,0.86-1.45,1.23-2.31,0.82l-5.69-2.73 c-0.04,2.1-0.18,4.2-0.42,6.31c0.1,0.04,0.21,0.1,0.3,0.17l6.71,4.58c0.79,0.54,1,1.62,0.46,2.41c-0.54,0.79-1.62,1-2.41,0.46 l-5.59-3.81c-0.35,2.07-0.79,4.15-1.34,6.22c0.15,0.07,0.29,0.16,0.42,0.28l6.02,5.45c0.71,0.64,0.76,1.74,0.12,2.45 c-0.64,0.71-1.74,0.76-2.45,0.12l-5.17-4.68c-0.64,2.03-1.37,4.05-2.2,6.08c0.1,0.07,0.19,0.15,0.28,0.25l5.44,6.04 c0.64,0.71,0.58,1.81-0.13,2.46c-0.71,0.64-1.81,0.58-2.45-0.13l-4.64-5.15c-0.81,1.74-1.68,3.47-2.63,5.21 c0.14,0.12,0.26,0.27,0.35,0.44l4.03,7.06c0.47,0.83,0.18,1.89-0.65,2.37c-0.83,0.47-1.89,0.18-2.37-0.65l-3.32-5.81 c-1.35,2.24-2.83,4.47-4.42,6.68c9.99,8.2,22.77,13.12,36.7,13.12c13.72,0,26.33-4.78,36.26-12.75c-0.77-1.06-1.5-2.13-2.21-3.21 c-0.09,0.02-0.18,0.03-0.27,0.03l-8.15,0.28c-0.96,0.03-1.77-0.72-1.8-1.69c-0.03-0.96,0.72-1.77,1.69-1.8l6.39-0.22 c-1.25-2.08-2.39-4.19-3.43-6.31c-0.07,0.01-0.15,0.02-0.22,0.02l-8.15,0.28c-0.96,0.03-1.77-0.72-1.8-1.69 c-0.03-0.96,0.72-1.77,1.69-1.8l6.9-0.23c-0.85-1.97-1.61-3.95-2.29-5.95l-8.04-1.18c-0.95-0.14-1.61-1.03-1.47-1.98 c0.14-0.95,1.03-1.61,1.98-1.47l6.39,0.94c-0.56-1.99-1.03-4-1.41-6.01l-0.03-0.01l-7.76-2.51c-0.92-0.29-1.42-1.28-1.13-2.19 c0.29-0.92,1.28-1.42,2.19-1.13l6.11,1.97c-0.28-2.12-0.46-4.25-0.54-6.39l-7.24-3.47c-0.87-0.41-1.23-1.45-0.82-2.32 c0.41-0.87,1.45-1.23,2.32-0.82l5.71,2.74c0.04-2.11,0.18-4.22,0.42-6.33c-0.1-0.04-0.21-0.1-0.3-0.17l-6.73-4.6 c-0.8-0.54-1-1.63-0.46-2.42c0.54-0.8,1.63-1,2.42-0.46l5.61,3.83c0.35-2.08,0.8-4.16,1.34-6.25c-0.15-0.07-0.29-0.17-0.42-0.28 l-6.05-5.47c-0.71-0.64-0.77-1.75-0.12-2.46c0.64-0.71,1.74-0.77,2.46-0.12l5.19,4.69c0.64-2.03,1.38-4.07,2.21-6.1 c-0.1-0.07-0.19-0.16-0.28-0.25l-5.46-6.06c-0.64-0.72-0.59-1.82,0.13-2.46c0.72-0.64,1.82-0.59,2.46,0.13l4.66,5.17 C90.21,29.12,91.09,27.38,92.04,25.64L92.04,25.64z M100.48,18.68c-1.2,1.71-2.32,3.42-3.36,5.14l5.92,0.32 c0.96,0.05,1.7,0.87,1.65,1.83c-0.05,0.96-0.87,1.7-1.83,1.65l-7.7-0.42c-0.92,1.67-1.77,3.34-2.55,5.02l5.8-0.16 c0.96-0.03,1.76,0.73,1.79,1.69c0.03,0.96-0.73,1.76-1.69,1.79l-7.44,0.21c-0.76,1.85-1.43,3.71-2.02,5.57l6.14-0.98 c0.95-0.15,1.84,0.5,1.99,1.45c0.15,0.95-0.5,1.84-1.45,1.99l-7.76,1.23c-0.51,1.98-0.94,3.95-1.27,5.92l5.99-2.24 c0.9-0.34,1.9,0.12,2.24,1.02c0.34,0.9-0.12,1.9-1.02,2.24l-7.64,2.86c-0.04,0.01-0.07,0.03-0.11,0.04 c-0.21,1.95-0.33,3.9-0.37,5.84l5.82-3.05c0.85-0.44,1.9-0.11,2.35,0.74c0.44,0.85,0.11,1.9-0.74,2.35l-7.22,3.78 c-0.05,0.03-0.1,0.05-0.16,0.07c0.08,1.97,0.26,3.94,0.52,5.9l5.54-3.83c0.79-0.55,1.88-0.35,2.42,0.44 c0.55,0.79,0.35,1.88-0.44,2.42l-6.71,4.64c-0.06,0.04-0.13,0.08-0.2,0.12c0.37,1.93,0.84,3.85,1.38,5.76l4.59-4.55 c0.68-0.68,1.79-0.68,2.46,0.01c0.68,0.68,0.68,1.79-0.01,2.46l-5.79,5.74c-0.02,0.02-0.05,0.05-0.08,0.07 c0.61,1.77,1.3,3.52,2.06,5.26l4.12-4.97c0.61-0.74,1.71-0.85,2.46-0.23c0.74,0.61,0.85,1.71,0.23,2.46l-5.17,6.25 c0.88,1.78,1.84,3.54,2.88,5.29l3.38-5.63c0.49-0.83,1.56-1.09,2.39-0.6c0.83,0.49,1.09,1.56,0.6,2.39l-4.2,6.99 c-0.03,0.06-0.07,0.11-0.11,0.16c0.7,1.07,1.42,2.13,2.18,3.18c0.69-0.63,1.37-1.27,2.03-1.93c10.48-10.48,16.96-24.95,16.96-40.94 s-6.48-30.47-16.96-40.94C101.76,19.88,101.13,19.27,100.48,18.68L100.48,18.68z M22.11,103.94c1.42-1.98,2.74-3.97,3.95-5.97 l-5.9-0.32c-0.96-0.05-1.69-0.86-1.65-1.82c0.05-0.96,0.86-1.69,1.82-1.65l7.67,0.42c0.91-1.66,1.76-3.33,2.54-5l-5.78,0.16 c-0.96,0.03-1.76-0.73-1.78-1.69c-0.03-0.96,0.73-1.76,1.69-1.78l7.41-0.21c0.75-1.85,1.42-3.7,2.01-5.55l-6.12,0.97 c-0.95,0.15-1.84-0.5-1.99-1.44c-0.15-0.95,0.5-1.84,1.44-1.99l7.73-1.23c0.51-1.97,0.93-3.94,1.26-5.9l-5.97,2.23 c-0.9,0.33-1.9-0.12-2.23-1.02c-0.33-0.9,0.12-1.9,1.02-2.23l7.61-2.85c0.04-0.01,0.07-0.02,0.11-0.04 c0.21-1.94,0.33-3.88,0.36-5.82l-5.8,3.03c-0.85,0.44-1.9,0.11-2.34-0.73c-0.44-0.85-0.11-1.9,0.73-2.34l7.2-3.77 c0.05-0.03,0.1-0.05,0.16-0.07c-0.08-1.97-0.26-3.93-0.52-5.88l-5.52,3.82c-0.79,0.54-1.87,0.35-2.41-0.44 c-0.54-0.79-0.35-1.87,0.44-2.41l6.68-4.62c0.06-0.04,0.13-0.08,0.2-0.12c-0.37-1.92-0.83-3.84-1.38-5.74l-4.57,4.53 c-0.68,0.68-1.78,0.67-2.45-0.01c-0.68-0.68-0.67-1.78,0.01-2.45l5.77-5.72c0.02-0.02,0.05-0.05,0.08-0.07 c-0.61-1.76-1.29-3.51-2.05-5.24l-4.1,4.95c-0.61,0.74-1.71,0.84-2.45,0.23c-0.74-0.61-0.84-1.71-0.23-2.45l5.16-6.23 c-0.88-1.77-1.83-3.53-2.86-5.27l-3.37,5.61c-0.49,0.82-1.56,1.09-2.38,0.6c-0.82-0.49-1.09-1.56-0.6-2.38l4.18-6.97 c0.03-0.06,0.07-0.11,0.11-0.16c-0.63-0.96-1.27-1.91-1.94-2.85c-0.88,0.78-1.73,1.58-2.57,2.41C10.02,30.97,3.54,45.45,3.54,61.44 s6.48,30.47,16.96,40.94C21.02,102.91,21.56,103.43,22.11,103.94L22.11,103.94z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fieldhouse .stl-rail--bat .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2264.91 -1.83 367.09 500.58%22%3E%3Cg fill=%22%23B4BCC4%22 stroke=%22%23B4BCC4%22%3E%3Cpath d='M227.831,233.153c-17.891,32.025-36.395,65.14-44.667,77.982c-6.072,9.438-28.018,41.875-98.063,142.75 c-5.737-1.33-11.915,1.004-15.673,6.473c-2.228,3.242-3.05,7.145-2.333,11.008c0.717,3.854,2.907,7.199,6.139,9.428l19.699,13.541 c2.467,1.691,5.345,2.592,8.329,2.592h0.01c4.838,0,9.362-2.383,12.431-6.848c3.471-5.049,3.347-11.59,0.115-16.467 c13.091-19.258,83.299-122.496,98.13-142.711c9.018-12.316,33.287-41.424,56.744-69.566 c19.298-23.151,37.514-45.021,46.244-56.314c19.106-24.729,50.213-66.909,50.624-67.454l58.379-84.943 c11.839-17.222,3.979-30.208-2.036-34.817L400.052,2.792C399.583,2.505,395.299,0,389.188,0c-5.871,0-14.487,2.343-22.156,13.512 L308.558,98.58c-0.277,0.44-28.506,44.6-44.753,71.298C256.375,182.061,242.51,206.875,227.831,233.153z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-badge{background-size:15px 15px}
.stl--fjord .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F4F6F7%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F4F6F7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-mk--basket{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(0.366667)%22 fill=%22%234E6E81%22 stroke=%22none%22%3E%3Cg%3E %3Cpath d=%22M60,20H35.414L46.247,9.167C47.038,9.691,47.983,10,49,10c2.757,0,5-2.243,5-5s-2.243-5-5-5s-5,2.243-5,5 c0,1.017,0.309,1.962,0.833,2.753L32.586,20h-5.172L15.167,7.753C15.691,6.962,16,6.017,16,5c0-2.757-2.243-5-5-5S6,2.243,6,5 s2.243,5,5,5c1.017,0,1.962-0.309,2.753-0.833L24.586,20H0v8h2v27.434C2,57.951,4.048,60,6.566,60h46.867 C55.952,60,58,57.951,58,55.434V28h2V20z M46,5c0-1.654,1.346-3,3-3s3,1.346,3,3s-1.346,3-3,3c-0.462,0-0.894-0.114-1.285-0.301 l2.084-2.084c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0l-2.084,2.084C46.113,5.894,46,5.462,46,5z M11,8 C9.346,8,8,6.654,8,5s1.346-3,3-3s3,1.346,3,3c0,0.462-0.113,0.894-0.301,1.285l-2.084-2.084c-0.391-0.391-1.023-0.391-1.414,0 s-0.391,1.023,0,1.414l2.084,2.084C11.894,7.886,11.462,8,11,8z M30.586,22L30,22.586L29.414,22H30.586z M56,55.434 C56,56.849,54.849,58,53.434,58H6.566C5.151,58,4,56.849,4,55.434V28h52V55.434z M58,26H2v-4h24.586l2.707,2.707 C29.488,24.902,29.744,25,30,25s0.512-0.098,0.707-0.293L33.414,22H58V26z%22/%3E %3Cpath d=%22M10,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,34,10,34z%22/%3E %3Cpath d=%22M10,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,38,10,38z%22/%3E %3Cpath d=%22M10,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,42,10,42z%22/%3E %3Cpath d=%22M10,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,46,10,46z%22/%3E %3Cpath d=%22M10,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,50,10,50z%22/%3E %3Cpath d=%22M10,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S9.448,54,10,54z%22/%3E %3Cpath d=%22M22,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,34,22,34z%22/%3E %3Cpath d=%22M22,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,38,22,38z%22/%3E %3Cpath d=%22M22,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,42,22,42z%22/%3E %3Cpath d=%22M22,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,46,22,46z%22/%3E %3Cpath d=%22M22,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,50,22,50z%22/%3E %3Cpath d=%22M22,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S21.448,54,22,54z%22/%3E %3Cpath d=%22M34,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,34,34,34z%22/%3E %3Cpath d=%22M34,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,38,34,38z%22/%3E %3Cpath d=%22M34,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,42,34,42z%22/%3E %3Cpath d=%22M34,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,46,34,46z%22/%3E %3Cpath d=%22M34,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,50,34,50z%22/%3E %3Cpath d=%22M34,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S33.448,54,34,54z%22/%3E %3Cpath d=%22M46,34h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,34,46,34z%22/%3E %3Cpath d=%22M46,38h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,38,46,38z%22/%3E %3Cpath d=%22M46,42h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,42,46,42z%22/%3E %3Cpath d=%22M46,46h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,46,46,46z%22/%3E %3Cpath d=%22M46,50h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,50,46,50z%22/%3E %3Cpath d=%22M46,54h4c0.552,0,1-0.447,1-1s-0.448-1-1-1h-4c-0.552,0-1,0.447-1,1S45.448,54,46,54z%22/%3E %3C/g%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E %3Cg/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-mk--pillows{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.635 4.32) scale(0.060711)%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%2220%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M 258.7 80 C 255.5 58 253.8 38 255.5 20 C 252.5 15.4 246.5 15.6 243 18.5 C 200 42 80 68 24 71.8 C 19 72.5 15.4 76.9 16.5 79 C 28 100 52 160 51 221 C 51.5 226.5 55 231 63 226.8 L 112 209%22/%3E%3Cpath d=%22M 43.3 101.6 Q 51.3 119.5 55 137.4%22/%3E%3Cpath d=%22M 62.4 160.6 Q 65.2 168 66 178%22/%3E%3Cpath d=%22M 112.5 75 C 112.3 68.5 120 66.8 128 69.6 C 182 79 303 84 348 73 C 353 72.3 358.4 75.5 358.4 80 C 352 98 345.5 130 345.5 165 C 345.5 190 348 212 354.5 228 C 356 234 350 238 343 236.2 C 282 222.5 180 220.3 124 227.4 C 118 230 108 228 107.5 222 C 123 180 121 110 112.5 75 Z%22/%3E%3Cpath d=%22M 131.4 101.6 Q 136.2 121 134.3 140.4%22/%3E%3Cpath d=%22M 135.5 164.6 Q 136 172.5 134.6 180.4%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-mk--storefront{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-2.667 -3.125) scale(1.222222)%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.87617 3.75H19.1238L21 8.86683V10.5C21 11.2516 20.7177 11.9465 20.25 12.4667V21H3.75V12.4667C3.28234 11.9465 3 11.2516 3 10.5V8.86683L4.87617 3.75ZM18.1875 13.3929C18.3807 13.3929 18.5688 13.3731 18.75 13.3355V19.5H15V15H9L9 19.5H5.25V13.3355C5.43122 13.3731 5.61926 13.3929 5.8125 13.3929C6.63629 13.3929 7.36559 13.0334 7.875 12.4667C8.38441 13.0334 9.11371 13.3929 9.9375 13.3929C10.7613 13.3929 11.4906 13.0334 12 12.4667C12.5094 13.0334 13.2387 13.3929 14.0625 13.3929C14.8863 13.3929 15.6156 13.0334 16.125 12.4667C16.6344 13.0334 17.3637 13.3929 18.1875 13.3929ZM10.5 19.5H13.5V16.5H10.5L10.5 19.5ZM19.5 9.75V10.5C19.5 11.2965 18.8856 11.8929 18.1875 11.8929C17.4894 11.8929 16.875 11.2965 16.875 10.5V9.75H19.5ZM19.1762 8.25L18.0762 5.25H5.92383L4.82383 8.25H19.1762ZM4.5 9.75V10.5C4.5 11.2965 5.11439 11.8929 5.8125 11.8929C6.51061 11.8929 7.125 11.2965 7.125 10.5V9.75H4.5ZM8.625 9.75V10.5C8.625 11.2965 9.23939 11.8929 9.9375 11.8929C10.6356 11.8929 11.25 11.2965 11.25 10.5V9.75H8.625ZM12.75 9.75V10.5C12.75 11.2965 13.3644 11.8929 14.0625 11.8929C14.7606 11.8929 15.375 11.2965 15.375 10.5V9.75H12.75Z%22 fill=%22%234E6E81%22 stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-mk--wallmirror{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%234E6E81%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(0.07 0.057) scale(0.046297)%22 fill=%22%234E6E81%22 stroke=%22none%22%3E%3Cpath fill=%22%234E6E81%22 d=%22M257.688 20.375c-38.528 0-74.835 12.49-107.282 34.813h-54.25V460.5H150.063c32.555 22.454 69.036 35.063 107.625 35.063 38.588 0 75.044-12.61 107.593-35.063h53.908V55.188h-54.219c-32.447-22.323-68.754-34.812-107.283-34.812zM123.155 84.28H392.28V432.157H123.157V84.28zm18.688 18.69v108.718l126.844-108.72H141.844zm200.437 0L141.845 274.78v56.626l231.75-198.687v-29.75H342.28zm31.314 140.093L174.53 413.469h46.532l152.532-128.376v-42.03zm0 66.468l-123.5 103.94h123.5V309.53z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--fjord .stl-rail--monstera .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2266.91 4.1 378.18 501.15%22%3E%3Cg fill=%22%23DCE2E5%22 stroke=%22%23DCE2E5%22%3E%3Cpath fill-rule='evenodd' d='M167.2 6.0C167.5 10.1 169.2 14.7 168.2 19.1C165.0 33.1 151.6 46.5 141.9 56.4C134.6 63.9 124.3 70.1 122.0 81.1C118.2 99.7 135.5 116.6 149.3 125.7C154.5 129.2 167.6 138.0 167.3 145.2C167.2 146.7 166.6 148.1 165.2 149.0C159.3 152.8 154.0 143.0 150.9 139.5C142.7 130.6 133.1 124.0 126.2 113.9C121.8 107.4 119.8 97.1 114.4 92.2C109.4 96.5 106.5 104.5 104.1 110.8C101.7 117.0 99.9 123.1 99.5 129.9C97.9 159.9 127.9 174.3 149.5 187.8C157.7 192.9 167.8 198.1 174.3 205.4C176.9 208.3 179.8 212.9 178.1 216.9C174.8 225.0 162.1 217.9 157.8 214.6C143.6 203.5 118.2 180.4 106.2 167.1C101.9 162.3 99.3 156.8 95.5 151.7C94.4 150.2 92.6 147.4 90.3 148.5C87.2 149.9 86.9 156.5 86.6 159.2C85.7 170.2 84.0 181.1 82.7 192.1C80.2 213.3 70.1 245.9 89.0 262.4C103.7 275.3 138.0 279.6 157.1 285.8C165.6 288.5 177.1 291.3 181.1 300.4C189.0 318.7 157.6 306.7 151.6 304.2C122.0 291.8 93.4 277.1 69.5 255.5C68.1 262.5 73.4 278.1 74.7 286.3C78.8 313.6 75.4 344.9 107.9 353.8C113.5 355.3 119.4 356.4 125.2 356.7C143.1 357.6 160.7 353.8 178.1 350.3C183.9 349.1 194.0 347.5 198.8 352.0C202.2 355.2 199.8 359.4 196.4 361.3C189.8 365.0 179.7 365.2 172.3 365.9C152.3 367.6 130.1 365.9 110.7 360.5C102.5 358.3 94.7 351.9 86.7 350.8C85.9 358.2 95.4 378.6 98.0 387.3C103.2 404.9 108.3 422.8 119.4 437.7C133.6 456.6 160.7 469.6 182.2 478.5C201.4 486.4 224.6 492.2 243.9 481.4C270.6 466.3 273.0 436.9 275.5 409.6C276.1 403.5 275.0 396.5 276.8 390.9C279.7 397.6 279.0 408.1 280.0 415.8C281.4 426.5 281.3 437.3 282.6 448.1C283.7 458.3 285.5 468.7 285.5 479.0C285.5 484.1 286.5 506.0 295.6 503.2C301.6 501.4 295.7 484.1 294.9 479.4C291.0 456.2 285.0 424.5 288.8 401.5C293.2 407.4 294.4 417.6 298.2 424.7C307.8 442.4 326.0 456.4 346.6 457.0C361.1 457.5 374.9 449.9 385.5 440.6C407.5 421.1 432.6 390.4 437.9 360.8C439.5 351.5 442.2 332.7 438.8 324.3C433.9 327.6 428.9 331.1 422.9 332.7C413.9 335.2 404.4 335.9 395.2 337.6C381.9 340.1 368.4 342.7 355.0 344.7C348.2 345.7 336.2 349.4 331.9 341.8C330.7 339.5 330.8 337.7 332.1 335.4C337.1 326.6 351.4 325.4 360.3 324.0C388.1 319.8 443.9 323.2 443.0 281.9C442.8 272.1 440.4 262.4 438.3 253.0C436.4 244.7 434.2 236.6 431.6 228.5C430.9 226.4 430.0 221.6 427.9 220.3C425.2 218.6 422.8 221.3 421.2 223.2C415.6 229.7 410.4 235.6 403.1 240.3C385.1 251.8 363.7 256.8 345.3 267.7C335.6 273.4 329.6 281.9 321.2 289.0C317.1 292.4 308.9 294.1 306.2 287.7C303.8 282.1 312.4 277.5 316.1 274.9C328.4 265.9 342.5 259.3 356.3 252.8C373.3 244.9 390.5 236.5 405.2 224.6C409.9 220.7 417.5 214.7 418.2 208.1C418.7 203.1 415.3 198.4 413.0 194.2C406.4 182.0 398.8 170.2 390.5 159.1C384.9 151.7 373.7 135.0 366.0 131.6C366.3 139.0 367.1 146.4 365.6 153.9C360.3 180.4 337.6 198.9 318.4 215.7C311.3 221.9 303.1 231.5 294.1 234.7C289.3 236.4 281.9 234.7 280.8 228.8C279.6 222.4 288.7 215.8 293.0 212.4C307.4 200.9 324.0 191.4 336.7 177.8C351.2 162.2 363.5 133.8 351.0 113.6C344.5 103.0 333.1 97.1 323.2 90.2C308.4 79.9 292.9 67.9 276.9 59.6C278.0 66.9 281.6 74.4 282.1 82.3C283.2 102.7 275.0 124.3 267.8 143.1C265.2 149.7 254.0 173.2 244.1 163.2C238.5 157.5 248.5 142.5 251.6 136.9C264.5 113.6 277.2 93.8 271.5 65.6C267.8 47.3 253.8 40.5 238.0 34.0C215.4 24.6 189.4 17.2 168.0 6.0Z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-badge{background-size:13px 13px}
.stl--pulp .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23F6EED9%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23F6EED9%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23F6EED9%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23F6EED9%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%231D6E75%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%231D6E75%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23F6EED9%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23F6EED9%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%231D6E75%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%231D6E75%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%231D6E75%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-mk--minifig{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23D8481F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(4.377 1.244) scale(0.039281)%22 fill=%22%23D8481F%22 stroke=%22none%22%3E%3Cpath fill-rule=%22evenodd%22 stroke=%22%23D8481F%22 stroke-width=%2212%22 stroke-linejoin=%22round%22 d=%22M202.2,505C217.7,504.9 279.2,504.2 295,504.7C296.9,504.8 296.9,506 297,507.9C297.3,513.8 297.2,534.5 297,540.4C297,542 296.3,542.3 295.9,543.3C264.9,543.5 218.7,544.1 203,543.8C201.6,543.8 201.5,542.8 201.5,541.4C201.3,535 201.8,511.5 201.9,505.4C201.9,505.2 202,505 202.2,505ZM92.5,504.8C107.8,504.8 168.5,504.8 184,505.2C185.3,505.2 185.4,506.1 185.5,507.4C185.8,513.4 185.8,534.9 185.5,540.9C185.4,542.4 185.5,543.5 184,543.5C168.4,544 107.5,543.9 92,543.6C91,543.6 91,542.9 91,541.9C90.8,536.2 90.3,515.5 90.5,509.4C90.6,507.1 91.7,505.9 92,505.1C92.1,504.8 92.2,504.8 92.5,504.8ZM208.5,434.5C223.1,434.4 266.5,434.5 295.5,434.5C296,435.5 297,435.8 297,437.4C297.2,448 297.2,487.3 297,497.9C297,499.5 296,499.8 295.5,500.7C272.3,500.9 241.6,501.5 226,501.4C214,501.3 210.1,500.7 202.1,500.3C201.9,481 200.5,453.3 201.5,442.4C201.9,437.5 206.8,436.2 208,434.9C208.2,434.7 208.2,434.5 208.5,434.5ZM95,433.7C108.9,433.8 163,433.4 177.9,434.5C182.2,434.8 183,438.9 184.3,440.4C185.3,441.6 185.5,441.8 185.5,443.4C185.7,453.2 185.8,489.3 185.5,498.9C185.4,500.4 185,501.2 183.5,501.2C167.9,501.5 122.5,500.9 92,500.8C91.5,499.8 90.5,499.5 90.5,497.9C90.3,488.3 90.6,453.8 90.7,443.4C90.7,439.4 91,438.1 91.1,435.4C92.2,434.9 93.8,434.1 94.5,433.8C94.7,433.7 94.7,433.7 95,433.7ZM208.5,359.5C223.1,359.4 266.8,359.6 295.9,359.6C296.3,360.5 297,360.9 297,362.4C297.2,373.8 297.2,416.6 297,427.9C297,429 296.5,429.4 296,429.9C295.5,430.4 295.1,430.9 294,430.9C279.9,431.1 225.8,431.1 211.5,430.9C209.8,430.9 209.3,430.2 208.2,429.8C208.2,406.5 208.1,371.6 208.1,359.9C208.1,359.6 208.2,359.5 208.5,359.5ZM184,359.3C186.9,359.2 197.8,358.8 201,358.9C202.3,358.9 202.8,359.5 203.3,360C203.8,360.5 204,360.9 204,361.9C204.1,374 204.2,420.1 204,432.4C204,434.1 203.7,434.2 202.5,435.4C201.3,436.6 199.2,438.9 197,439.6C194.8,440.3 191.5,440.1 189.5,439.6C187.5,439.1 186.2,437.6 185,436.4C183.8,435.2 182.3,434.8 182.2,432.4C181.8,419.9 182.3,373.5 182.5,361.4C182.5,360.4 183.2,359.9 183.5,359.6C183.7,359.4 183.7,359.3 184,359.3ZM92,359.3C106.4,359.3 149.3,359.5 177.9,359.6C178.3,360.9 178.9,361.4 179,363.4C179.2,365.9 179,369.2 179,374.9C178.9,385.6 178.8,418.8 178.5,427.9C178.5,429 177.8,429.2 177.5,429.8L91.6,429.7C91.2,428.8 90.5,428.4 90.5,426.9C90.3,415.9 90.3,375.1 90.5,363.9C90.5,361.7 91.3,360.4 91.6,359.6C91.7,359.4 91.8,359.3 92,359.3ZM345.5,337.2C347.1,337.2 352.2,337 354.5,337.4C356.8,337.8 357.9,338.4 359.5,339.4C361.1,340.4 363.4,342.3 364.4,343.6C365.4,344.9 365.3,346 365.7,347.2C362.1,345.4 358.1,342.9 355,341.8C351.9,340.8 349.4,340.8 347,340.9C344.6,340.9 342.8,341.1 340.5,342.1C338.3,343.1 335.5,344.7 333.5,346.9C331.5,349.1 330.2,352.5 328.5,355.3C328.2,353.8 327.2,352.6 327.6,350.9C328,349.2 329.4,346.7 331,344.9C332.6,343.1 334.7,341.2 337,339.9C339.3,338.6 343.6,337.7 345,337.3C345.2,337.2 345.2,337.2 345.5,337.2ZM34.5,335.7C36.1,335.7 40.5,335 43.5,335.7C46.5,336.4 49.8,337.6 52.5,339.6C55.2,341.6 58.4,345.6 59.5,347.9C60.6,350.2 59.4,351.6 59.4,353.5C57.3,350.5 55.4,346.6 53,344.4C50.6,342.2 48.2,340.8 45,340.1C41.8,339.4 37.2,339.2 33.5,340.1C29.8,341 26.2,343.8 22.6,345.6C22.6,344.9 22.3,344.2 22.6,343.4C22.9,342.6 23.5,341.8 24.5,340.9C25.5,340 26.9,338.7 28.5,337.8C30.1,336.9 33,336.1 34,335.8C34.2,335.7 34.2,335.7 34.5,335.7ZM92,332C125.8,331.8 260.4,331.3 294.5,331.4C295.8,331.4 296.3,332 296.8,332.5C297.3,333 297.5,333.4 297.5,334.4C297.5,338 297.1,347.4 296.9,353.9C295.9,354.4 295.6,355.4 294,355.4C260.2,355.6 127.8,355.8 94,355.4C92,355.4 91.2,354.8 91,352.9C90.6,349.1 91.4,335.9 91.6,332.4C91.6,332.1 91.7,332 92,332ZM339.5,307.7C341.5,307.6 348,307.1 351,307.4C354,307.6 356.1,308.5 357.5,309.2C358.7,309.8 358.9,310 359.2,311.4C359.7,313.9 358.9,321.4 360.7,324.4C362.5,327.4 367,327.2 370,329.6C373,332 376.8,336 378.9,338.9C381,341.8 381.8,343.6 382.7,346.9C383.6,350.2 384.6,355.2 384.5,358.9C384.4,362.6 383.4,366.1 382.3,368.9C381.2,371.7 379.4,373.3 378,375.5C377.5,375.1 376.9,375.2 376.4,374.4C375.9,373.5 375.4,372.2 374.8,369.9C374.2,367.7 372.9,363.7 372.5,360.9C372.1,358.2 372.9,355.9 372.5,353.4C372.1,350.9 371.4,348.3 370.1,345.9C368.8,343.5 367.2,340.8 364.5,338.8C361.8,336.8 357.4,334.7 354,333.9C350.6,333.1 346.9,333.5 344,333.9C341.1,334.3 339.1,334.9 336.5,336.3C333.9,337.7 330.5,340.3 328.5,342.4C326.5,344.5 325.3,346.3 324.5,348.9C323.7,351.5 323.2,355.1 323.5,357.9C323.8,360.7 324.9,363.3 326.1,365.9C327.3,368.5 329.9,370.3 330.8,373.4C331.7,376.5 331.2,380.7 331.4,384.3C330.6,384.4 330.2,385.1 329,384.7C327.4,384.2 324.4,383.2 322,381.1C319.6,379 316.3,375 314.5,371.9C312.8,368.8 312,365.9 311.5,362.4C311,358.9 310.7,354.9 311.5,350.9C312.3,346.9 314.1,341.7 316.2,338.4C318.2,335.2 322.9,335.1 323.8,331.4C324.7,327.6 322.4,321.1 321.7,315.9C324.1,314.1 326.1,311.9 329,310.5C331.9,309.1 337.2,308.3 339,307.8C339.2,307.7 339.2,307.7 339.5,307.7ZM63.4,307C63.8,306.8 63.9,306.3 64.5,306.4C65.6,306.6 68.3,307.4 70,308.3C71.8,309.2 73.9,310.7 75,311.7C76.1,312.7 76.2,313.5 76.8,314.4C76.2,315.4 76,316.9 75,317.5C74,318.1 72,317.9 70.5,318.1C70.2,316.2 70.7,314.2 69.5,312.4C68.3,310.6 64.4,308.2 63.4,307.3C63.3,307.2 63.4,307.1 63.4,307ZM325,306.2C325.4,306.1 326.5,305.9 327,306.1C327.5,306.3 327.5,306.9 327.8,307.3C324.9,309.1 321,310.9 319.1,312.7C317.2,314.4 317.4,316.1 316.5,317.8L313.4,315.9C313.5,314.9 313.3,313.8 313.7,312.9C314.1,312 314.6,311.4 316,310.5C317.8,309.4 323,307.1 324.5,306.4C324.7,306.3 324.7,306.2 325,306.2ZM34.5,306.2C37.4,306.3 47.2,306.1 51.5,306.7C55.8,307.3 58.1,308.7 60.5,310C62.9,311.3 65.3,311 65.9,314.4C66.5,317.8 63.5,327.1 64.1,330.4C64.7,333.7 67.9,332.7 69.5,334.4C71.1,336.1 72.5,338.1 73.6,340.4C74.7,342.6 75.5,344.9 76,347.9C76.5,350.9 76.8,355 76.5,358.4C76.2,361.8 75.1,365.8 74.2,368.4C73.3,371 72.7,372 71.3,373.9C69.9,375.8 68,378 66,379.5C64,381 61.1,382.5 59.5,383C57.9,383.5 57.3,382.6 56.2,382.4C56.1,380.7 55.8,379.3 56,377.4C56.2,375.5 56.1,373.8 57.4,370.9C58.7,368 62.6,363.6 63.6,359.9C64.6,356.2 64,351.6 63.6,348.9C63.2,346.2 62.4,345.6 61.3,343.9C60.2,342.2 59.2,340.6 57,338.9C54.8,337.2 51.7,334.8 48,333.7C44.3,332.6 38.8,332.1 35,332.4C31.2,332.7 27.8,334.5 25.5,335.6C23.2,336.7 22.9,337.3 21.5,338.9C20.1,340.5 18.4,342.9 17.3,345.4C16.2,347.9 15.5,351.1 15,353.9C14.5,356.7 15.3,359.1 14.6,362.4C13.9,365.7 12.1,370.1 10.8,373.9L8.9,373.9C7.7,371.4 6.1,369.9 5.2,366.4C4.3,362.9 3.3,357 3.5,352.9C3.7,348.8 4.8,345.6 6.6,341.9C8.4,338.2 11.1,334 14.5,330.9C17.9,327.8 22.8,325.8 26.9,323.3C27.5,318.7 27.6,312.2 28.8,309.4C30,306.6 33,306.8 34,306.3C34.2,306.2 34.2,306.2 34.5,306.2ZM26.5,302.8C27.2,302.7 29.3,302.3 30,302.4C30.6,302.5 30.5,303 30.8,303.3C29.6,304 28.5,304.3 27.3,305.3C26.2,306.3 25,308.1 23.9,309.5L21.4,306.4C22.9,305.3 25.2,303.6 26,303C26.2,302.8 26.2,302.8 26.5,302.8ZM347.5,302.2C349.7,302.1 356.9,301.6 360,301.9C363.1,302.2 364.6,303 366,303.8C367.4,304.6 367.6,305.9 368.4,306.9L364.5,311C363.3,309.7 362.5,308.1 361,307.1C359.5,306 358.5,305.2 355.5,304.7C352.5,304.1 347.2,304.1 343,303.8L343,302.5C344.3,302.4 346.2,302.4 347,302.3C347.3,302.3 347.2,302.2 347.5,302.2ZM285,171.2C286.2,171.1 289.6,170.7 292,170.9C294.4,171.1 296.5,171.3 299.5,172.6C302.5,173.9 306,175.4 310,178.8C314,182.2 319.1,187.5 323.3,192.9C327.5,198.3 330.4,203.5 335.3,211.4C340.2,219.3 347.9,226.8 352.8,240.4C357.7,254 362.6,283 364.6,292.9C365.3,296.4 364.9,297.6 365,300C357.2,299.6 347.9,298.5 341.5,298.9C335.1,299.3 331.1,301 326.5,302.6C321.9,304.2 316.4,307.7 314,308.6C313,309 312.6,308.1 311.9,307.9C309.6,295.2 307.7,280.8 305.1,269.9C302.5,259 299.8,256.4 296.4,242.4C292.6,226.6 284.7,186.5 282.4,174.9C282.2,173.9 282,173.5 282.4,172.9C282.8,172.3 284.1,171.7 284.5,171.4C284.7,171.3 284.7,171.2 285,171.2ZM96.5,171.2C98,171.2 103.2,170.8 105,171.2C106.8,171.6 107.8,172.1 107.5,173.9C105.5,185 97,222.4 93.1,237.9C89.5,252.6 86.8,255.9 84.4,266.9C82,277.9 79.8,296.9 78.5,303.9C78,306.5 77.2,307.1 76.5,308.7C70.7,306.2 63.8,302.7 59,301.1C54.2,299.5 53.6,299 48,298.9C42.4,298.8 29.5,300.2 25.5,300.2C24.6,300.2 24.4,299.6 24.2,298.9C24,298.2 24.2,297.4 24.5,295.9C26.9,285.6 33.8,256.9 38.4,237.4C45.2,226.4 53.5,212.7 58.8,204.4C64.2,196.2 66.5,192.5 70.5,187.9C74.5,183.3 79.1,179.3 82.5,176.7C85.9,174.1 88.8,173.3 91,172.4C93.2,171.5 95.1,171.5 96,171.3C96.2,171.2 96.2,171.2 96.5,171.2ZM124.5,159.7C146.7,159.6 233.3,159.2 257,159.4C261.8,159.4 263.9,159.9 266.5,160.7C269.1,161.6 270.8,163 272.5,164.5C274.2,166 275.4,167.8 276.5,169.9C277.6,172 278.3,173.2 279.1,176.9C284,200.1 301.4,284.7 306,308.9C307.2,315.3 306.9,319 307,321.9C307.1,324.2 306.7,325.4 306.4,326.4C306.1,327.3 306,327.7 305,327.7C267.9,327.9 121.3,328 84,327.9C82.4,327.9 82.1,327.2 81.1,326.8C80.7,323.7 79.9,321 80,317.4C80.1,313.8 80.7,311.1 82,304.9C87.2,280.7 105.8,195.3 111.4,171.9C112.4,167.8 113.4,166.5 115.5,164.5C117.6,162.5 122.5,160.6 124,159.8C124.2,159.7 124.2,159.7 124.5,159.7ZM149,146.2C164.1,146.1 223.5,145.8 239,145.9C240.6,145.9 241.2,146.4 241.9,147C242.6,147.6 242.8,148.3 243,149.4C243.2,150.5 243.2,152.3 242.8,153.4C242.4,154.5 242.1,155.7 240.5,155.7C225,156.1 165.6,156.3 150,155.9C148,155.9 147.5,154.7 147,153.4C146.5,152.1 146.9,149.1 147.1,147.9C147.3,146.9 148.2,146.7 148.5,146.4C148.7,146.2 148.7,146.2 149,146.2ZM142,31.2C159.6,31.1 228.1,30.5 247,30.9C251.4,31 252.8,32 255.5,33.3C258.2,34.6 261.2,37 263,38.9C264.8,40.8 265.7,42.6 266.5,44.4C267.3,46.2 267.9,47.1 268,49.9C268.2,63 268.8,109 268,122.9C267.7,128.6 265.4,130.7 263.5,133.4C261.6,136.1 258.8,137.7 256.5,139C254.2,140.3 253.4,141.2 250,141.3C231.3,141.8 163.9,142.3 144.5,141.9C138.8,141.8 136.5,140.4 133.5,139C130.5,137.6 128.2,135.2 126.5,133.4C124.8,131.6 124.2,130.2 123.4,128.4C122.7,126.7 122,125.7 122,122.9C121.9,109.4 121.4,61.7 122.5,47.4C122.9,41.6 126.3,39.8 128.5,37.4C130.7,35 133.3,33.9 135.5,32.9C137.7,31.9 140.4,31.6 141.5,31.3C141.7,31.2 141.7,31.2 142,31.2ZM161,3.8C171.8,3.7 213.8,3.2 225,3.6C227.2,3.7 227.7,5.4 228.4,6.4C229.2,7.4 229.4,7.8 229.5,9.4C229.7,12.3 229.8,20.9 229.5,23.9C229.3,25.9 229.5,27.2 227.5,27.3C215.8,27.9 171.2,27.8 159.5,27.7C158.3,27.7 158.1,27.1 157.6,26.4C157.1,25.7 156.6,25 156.5,23.4C156.3,20.6 156.3,12.2 156.5,9.4C156.6,7.8 157,7.3 157.7,6.4C158.4,5.5 159.9,4.4 160.5,4C160.7,3.8 160.7,3.8 161,3.8ZM162.5,0.1C161.3,0.6 157.6,1.6 156,2.8C154.5,4 153.6,4.7 153.2,7.4C152.6,11.4 152.7,20.4 152.4,26.9C146.9,27.7 139.7,28.4 136,29.2C133.1,29.8 132.9,29.8 130.5,31.6C128.1,33.4 123.7,36.9 121.7,39.9C119.7,42.9 118.7,44.4 118.5,49.4C117.9,62.4 117.9,104.8 118,117.9C118.1,122.9 118.6,125.2 119.3,127.9C120,130.6 121,132 122.4,133.9C123.9,135.8 124.7,137.6 128,139.5C131.3,141.4 137.5,143.5 142.3,145.5L142.7,154.9C141.8,155.4 141.5,156.3 140,156.4C136.6,156.7 126.2,156.2 122,156.8C118.1,157.4 117.4,158.5 115,160.3C112.6,162.1 110.6,166.5 107.5,167.8C104.4,169.1 100.2,167.3 96.5,167.9C92.8,168.5 88.1,170 85,171.3C81.9,172.6 80.5,173.8 78,175.8C75.5,177.8 73.4,179.2 69.8,183.4C66.3,187.6 62.5,192.1 56.7,200.9C50.9,209.7 38.8,229.7 34.9,236.4C33.7,238.5 33.8,238.6 33.3,240.9C30.6,252.6 20.8,294.9 18.5,306.4C18.1,308.2 18.7,308.6 19.6,309.9C20.6,311.2 23.4,312.8 24.2,314.4C25,316 24.5,318.2 24.2,319.4C23.9,320.6 23.6,320.8 22.5,321.7C20.4,323.3 14.6,326 11.5,328.9C8.4,331.8 5.8,335 3.9,338.9C2,342.8 0.4,347.6 0,352.4C-0.4,357.1 0.5,363.3 1.6,367.4C2.7,371.5 5.1,374.7 6.4,376.9C7.7,379 8.6,380 9.5,380.8C10.4,381.6 11.1,381.3 11.9,381.6C12.6,380.4 13.4,379.9 14.1,377.9C15.5,373.8 18.6,361.5 20.3,356.9C21.6,353.4 21.8,352.6 24,350.4C26.2,348.2 30,344.7 33.5,343.6C37,342.5 42.4,343.3 45,343.6C47.2,343.9 47.7,344.6 49,345.6C50.3,346.6 51.6,347.4 52.7,349.4C53.8,351.4 55.7,353.1 55.6,357.4C55.5,363.6 53.3,376.7 52.2,386.4C53,386.8 53.2,387.7 54.5,387.6C56.1,387.5 59.3,386.6 61.5,385.8C63.7,385 65.3,384.3 67.5,382.6C69.7,380.9 72.7,378.1 74.6,375.4C76.5,372.7 77.8,369.1 78.7,366.4C79.6,363.7 80,363 80,359.4C80,355.6 79.7,347.9 78.8,343.9C77.9,339.9 76.6,337.9 74.8,335.4C73.1,332.9 69.4,330.8 68.3,328.9C67.2,327 68,325.1 68.4,323.9C68.8,322.7 69.4,322.2 70.5,321.7C71.6,321.2 73.5,321.1 75,320.8C75.4,321.3 76,321.4 76.3,322.4C76.7,324 77.1,327.7 77.5,330.3C80,330.6 83.5,330.8 85,331.1C86,331.3 86.7,331.3 86.7,332.4C87,367.9 86.7,508.6 87,544.4C87,545.9 88,546.1 88.5,547L188.4,546.6C188.8,531 189.4,516.5 189.5,499.9C189.6,483.3 188.8,456.3 189,446.9C189,445.1 190,444.8 190.5,443.7C192.2,443.6 194.4,443.3 195.5,443.4C196.5,443.5 196.8,443.5 197.2,444.4C197.6,445.4 198,446.9 198,449.4C198.2,466.4 198.2,514 198.3,546.3C199.7,546.7 200.3,547.4 202.5,547.4C219.1,547.6 281.7,547.8 298,547.3C299.9,547.2 300.5,546.3 300.5,544.4C301.1,508.6 301,367.9 301.4,332.4C301.4,331.4 302,331.4 303,331.1C304.4,330.8 307.5,330.6 309.8,330.3L311.1,319.7C312.2,319.8 313.2,319.4 314.5,320C315.8,320.6 318.2,321.8 319.1,323.4C320,325 320.6,327.6 319.6,329.9C318.6,332.1 314.8,334 312.9,336.9C311,339.8 309.2,343 308.4,347.4C307.6,351.8 307.6,359.3 308,363.4C308.4,367.5 309.2,369 310.6,371.9C312,374.8 314.4,378.5 316.5,380.9C318.6,383.2 321.2,384.8 323.5,386C325.8,387.2 328.2,387.9 330,388.4C331.8,388.9 333,389.1 334,388.8C335,388.5 336.1,388 336,386.4C335.7,381.6 332.4,365.4 332,359.9C331.7,356.6 332.5,355.5 333.5,353.4C334.5,351.4 336.6,348.9 338,347.6C339.4,346.2 340.2,345.9 342,345.3C343.8,344.7 346.8,343.9 349,343.9C351.2,343.9 353.5,344.7 355.5,345.5C357.5,346.3 359.1,347 361,348.9C362.9,350.8 365,352.3 366.9,356.9C369,362 372.1,375.1 373.7,379.4C374.5,381.5 375.6,381.7 376.5,382.9C377.9,381.7 379.2,381.7 380.7,379.4C382.3,377.1 384.9,372.1 386.1,368.9C387.3,365.7 387.7,362.9 388,360.4C388.3,357.9 388.3,356.3 388,353.9C387.7,351.5 387.2,348.7 386.2,345.9C385.2,343.2 383.6,339.8 382.1,337.4C380.7,335 380.3,333.8 377.5,331.4C374.7,329 367.4,324.9 365.1,323.2C364,322.4 363.9,322.1 363.6,320.9C363.3,319.7 362.5,317.7 363.5,315.9C364.5,314.2 368.6,312.1 369.8,310.4C371.1,308.6 371.5,307.9 371,305.4C368.7,293.6 361.1,261.4 356.2,239.4C346.2,223.2 333.4,201.4 326.1,190.9C320.4,182.7 316.2,179.5 312.5,176.2C308.8,172.9 307.2,172.3 304,170.9C300.8,169.5 297.3,168.3 293.5,167.9C289.7,167.5 284.1,169.3 281,168.3C277.9,167.3 276.9,163.6 275,161.9C273.1,160.2 271.7,159.2 269.5,158.3C267.3,157.4 265.4,156.7 262,156.4C258.6,156.1 251.6,156.7 249,156.4C247.5,156.2 246.9,155.9 246.6,154.4C246.3,152.6 246.9,148.5 247.1,145.5C250.4,144.5 254.2,143.7 257,142.4C259.8,141.1 262.1,139.6 264,137.9C265.9,136.2 267.2,134.8 268.4,132.4C269.7,130 271.3,128.2 271.5,123.4C272.1,110 272.2,65.2 272,51.9C271.9,47.8 270.9,46 270.2,43.9C269.5,41.8 269.1,41.1 267.8,39.4C266.5,37.7 264.6,35.3 262.5,33.7C260.4,32.1 257.4,30.6 255,29.6C252.6,28.6 251.5,28.3 248,27.9C244.5,27.5 236.5,27.6 234,27.2C233,27 233.1,26.4 233,25.4C232.7,21.8 232.8,9.7 232.3,5.9C232,3.9 231.1,3.6 230,2.7C229,1.8 228.3,0.7 226,0.6C214.8,0.1 173.6,0.1 163,0C162.7,-0 162.7,0 162.5,0.1Z%22 /%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-mk--toycar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23D8481F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.042969)%22 fill=%22%23D8481F%22 stroke=%22none%22%3E%3Cg%3E %3Cg%3E %3Cg%3E %3Ccircle cx=%22102.4%22 cy=%22396.8%22 r=%228.533%22/%3E %3Ccircle cx=%22409.6%22 cy=%22396.8%22 r=%228.533%22/%3E %3Cpath d=%22M469.333,320c0,4.702,3.823,8.533,8.533,8.533H512v-17.067h-34.133C473.156,311.467,469.333,315.298,469.333,320z%22/%3E %3Cpath d=%22M484.642,260.267h-79.369l-48.06-62.473c-23.347-30.345-60.143-48.461-98.415-48.461H111.198 c-18.961,0-34.398,15.428-34.398,34.398v76.535H42.667V122.522c14.686-3.814,25.6-17.067,25.6-32.922 c0-18.825-15.309-34.133-34.133-34.133C15.309,55.467,0,70.775,0,89.6c0,15.855,10.914,29.107,25.6,32.922v137.924 C11.349,261.367,0,273.143,0,287.625v15.309h42.667c4.719,0,8.533,3.823,8.533,8.533S47.386,320,42.667,320H0v57.975 c0,15.087,12.271,27.358,27.358,27.358h15.992c4.164,28.902,29.022,51.2,59.051,51.2s54.886-22.298,59.051-51.2h189.099 c4.164,28.902,29.022,51.2,59.051,51.2s54.886-22.298,59.051-51.2h15.991c15.087,0,27.358-12.271,27.358-27.358V345.6h-34.133 c-14.114,0-25.6-11.486-25.6-25.6s11.486-25.6,25.6-25.6H512v-6.775C512,272.538,499.729,260.267,484.642,260.267z M102.4,439.467c-23.526,0-42.667-19.14-42.667-42.667c0-23.526,19.14-42.667,42.667-42.667c23.526,0,42.667,19.14,42.667,42.667 C145.067,420.326,125.926,439.467,102.4,439.467z M147.686,260.267l-10.65-29.457c-1.596-4.42,0.708-9.327,5.129-10.923 c4.378-1.579,9.318,0.691,10.923,5.129l12.74,35.251H147.686z M307.2,320c0,4.71-3.814,8.533-8.533,8.533 s-8.533-3.823-8.533-8.533h-25.6c0,4.71-3.814,8.533-8.533,8.533s-8.533-3.823-8.533-8.533v-8.533 c0-4.71,3.814-8.533,8.533-8.533h42.667c4.719,0,8.533,3.823,8.533,8.533V320z M262.613,219.546 c4.437-1.459,9.31,0.947,10.786,5.419l11.682,35.302h-17.98l-9.907-29.943C255.718,225.86,258.15,221.022,262.613,219.546z M303.053,260.267l-13.457-40.67c-4.429-13.389-18.953-20.668-32.35-16.256c-13.397,4.437-20.685,18.944-16.256,32.341 l8.132,24.585h-65.143l-14.839-41.054c-4.796-13.269-19.49-20.181-32.777-15.377c-13.261,4.796-20.173,19.49-15.377,32.777 l8.55,23.654H93.867v-76.535c0-9.557,7.774-17.331,17.331-17.331h147.601c33.015,0,64.751,15.625,84.881,41.796l40.055,52.07 H303.053z M409.6,439.467c-23.526,0-42.667-19.14-42.667-42.667c0-23.526,19.14-42.667,42.667-42.667 c23.526,0,42.667,19.14,42.667,42.667C452.267,420.326,433.126,439.467,409.6,439.467z%22/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--pulp .stl-mk--train{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23D8481F%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.042968)%22 fill=%22%23D8481F%22 stroke=%22none%22%3E%3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d=%22M503.467,366.935c4.719,0,8.533-3.823,8.533-8.533s-3.814-8.533-8.533-8.533h-8.533v-17.067h8.533 c4.719,0,8.533-3.823,8.533-8.533c0-4.71-3.814-8.533-8.533-8.533h-8.533V44.682l16.171-32.333 c1.323-2.645,1.178-5.786-0.375-8.303c-1.562-2.509-4.301-4.045-7.262-4.045H264.533c-2.961,0-5.7,1.536-7.262,4.045 c-1.553,2.517-1.69,5.658-0.375,8.303l16.171,32.333v177.186H136.533v-85.333c3.917,0,7.33-2.671,8.277-6.46l8.533-34.133 c0.64-2.552,0.068-5.257-1.553-7.322c-1.613-2.074-4.096-3.285-6.724-3.285H76.8c-2.628,0-5.111,1.212-6.724,3.285 c-1.621,2.065-2.193,4.77-1.553,7.322l8.533,34.133c0.947,3.789,4.361,6.46,8.277,6.46v85.333H76.8 c-42.342,0-76.8,34.458-76.8,76.8v68.267c0,42.342,34.458,76.8,76.8,76.8h8.533c0,37.641,30.626,68.267,68.267,68.267 c36.992,0,67.14-29.602,68.173-66.347l53.257-8.414c8.858,42.624,46.694,74.761,91.904,74.761 c42.871,0,79.044-28.928,90.232-68.267h12.186c14.106,0,25.583-11.477,25.583-25.591v-17.075h8.533 c4.719,0,8.533-3.823,8.533-8.533c0-4.71-3.814-8.533-8.533-8.533h-8.533v-17.067H503.467z M51.2,281.602h42.667 c4.71,0,8.533,3.823,8.533,8.533s-3.823,8.533-8.533,8.533H51.2c-4.71,0-8.533-3.823-8.533-8.533S46.49,281.602,51.2,281.602z M51.2,324.268h42.667c4.71,0,8.533,3.823,8.533,8.533c0,4.71-3.823,8.533-8.533,8.533H51.2c-4.71,0-8.533-3.823-8.533-8.533 C42.667,328.091,46.49,324.268,51.2,324.268z M93.867,384.002H51.2c-4.71,0-8.533-3.823-8.533-8.533 c0-4.71,3.823-8.533,8.533-8.533h42.667c4.71,0,8.533,3.823,8.533,8.533C102.4,380.179,98.577,384.002,93.867,384.002z M153.6,494.935c-28.237,0-51.2-22.963-51.2-51.2c0-2.483,0.239-4.898,0.58-7.287c0-0.008,0.009-0.017,0.009-0.034 c2.688-18.722,15.556-33.988,32.444-40.491c0.085-0.034,0.179-0.06,0.265-0.094c2.714-1.024,5.53-1.826,8.422-2.381 c0.205-0.034,0.418-0.06,0.623-0.094c2.893-0.512,5.845-0.819,8.858-0.819c2.739,0,5.427,0.265,8.064,0.7 c0.307,0.051,0.614,0.085,0.922,0.137c19.533,3.567,35.507,18.475,40.405,37.965l-16.845,2.662 c-4.224-14.054-17.135-24.397-32.546-24.397c-18.825,0-34.133,15.309-34.133,34.133c0,18.825,15.309,34.133,34.133,34.133 c16.265,0,29.858-11.452,33.263-26.701l17.707-2.799C202.214,474.438,180.267,494.935,153.6,494.935z M187.733,332.802H153.6 c-4.71,0-8.533-3.823-8.533-8.533v-34.133c0-4.71,3.823-8.533,8.533-8.533h34.133c14.114,0,25.6,11.486,25.6,25.6 S201.847,332.802,187.733,332.802z M443.341,425.926c-0.111,1.109-0.341,2.202-0.503,3.302 c-5.402,37.094-37.333,65.707-75.904,65.707c-36.702,0-67.43-25.899-74.982-60.365l42.436-6.699 c4.224,14.054,17.135,24.397,32.546,24.397c18.825,0,34.133-15.309,34.133-34.133s-15.309-34.133-34.133-34.133 c-16.265,0-29.858,11.452-33.263,26.701l-43.486,6.869c0.017-1.877,0.128-3.755,0.265-5.632c0.026-0.358,0.017-0.725,0.051-1.084 c0.077-0.87,0.239-1.741,0.341-2.611c0.23-1.766,0.461-3.524,0.802-5.248c0.068-0.324,0.145-0.631,0.213-0.947 c0.452-2.125,0.99-4.215,1.613-6.263c0.102-0.324,0.205-0.648,0.307-0.973c0.614-1.92,1.314-3.797,2.074-5.658 c0.196-0.469,0.375-0.947,0.58-1.417c0.657-1.51,1.399-2.978,2.142-4.437c0.384-0.742,0.725-1.493,1.135-2.219 c0.077-0.136,0.162-0.265,0.247-0.401c7.996-14.054,20.386-25.481,35.072-32.316c0.102-0.051,0.205-0.102,0.307-0.154 c1.399-0.64,2.833-1.203,4.267-1.766c0.905-0.341,1.801-0.683,2.714-0.99c1.033-0.358,2.074-0.691,3.115-0.998 c1.545-0.452,3.115-0.862,4.702-1.212c0.606-0.137,1.203-0.299,1.809-0.418c3.9-0.776,7.919-1.186,11.998-1.34 c1.016-0.043,2.048-0.154,3.055-0.154c2.526,0.008,5.009,0.145,7.467,0.384c0.111,0.009,0.222,0.009,0.324,0.017 c7.654,0.776,14.967,2.697,21.794,5.564c0.094,0.034,0.179,0.068,0.273,0.102c2.005,0.853,3.942,1.818,5.854,2.825 c0.358,0.196,0.734,0.367,1.084,0.563c1.673,0.913,3.277,1.92,4.864,2.953c0.606,0.393,1.212,0.777,1.801,1.186 c1.382,0.956,2.722,1.971,4.036,3.012c0.734,0.589,1.476,1.186,2.202,1.801c1.195,1.024,2.355,2.082,3.49,3.174 c0.725,0.7,1.425,1.417,2.125,2.142c1.05,1.101,2.082,2.219,3.072,3.379c0.708,0.836,1.382,1.69,2.057,2.552 c0.862,1.109,1.715,2.219,2.517,3.379c0.751,1.075,1.442,2.193,2.133,3.302c0.631,1.007,1.263,2.005,1.843,3.038 c0.802,1.434,1.527,2.918,2.236,4.403c0.375,0.785,0.794,1.562,1.143,2.364c0.802,1.843,1.502,3.729,2.159,5.632 c0.179,0.529,0.401,1.033,0.572,1.562c0.7,2.176,1.271,4.395,1.775,6.63c0.077,0.316,0.179,0.631,0.247,0.947 c0.495,2.338,0.853,4.702,1.126,7.083c0.034,0.265,0.094,0.521,0.119,0.794c0.282,2.645,0.427,5.325,0.427,8.013 C443.733,420.763,443.597,423.366,443.341,425.926z M452.267,187.735c0,23.526-19.14,42.667-42.667,42.667h-51.2 c-23.526,0-42.667-19.14-42.667-42.667v-68.267c0-23.526,19.14-42.667,42.667-42.667h51.2c23.526,0,42.667,19.14,42.667,42.667 V187.735z M481.126,34.135H286.874l-8.533-17.067H489.66L481.126,34.135z%22/%3E %3Cpath d=%22M409.6,93.868h-51.2c-14.114,0-25.6,11.486-25.6,25.6v68.267c0,14.114,11.486,25.6,25.6,25.6h51.2 c14.114,0,25.6-11.486,25.6-25.6v-68.267C435.2,105.354,423.714,93.868,409.6,93.868z M358.4,110.935 c4.71,0,8.533,3.823,8.533,8.533s-3.823,8.533-8.533,8.533s-8.533-3.823-8.533-8.533S353.69,110.935,358.4,110.935z M372.966,159.635l-8.533,8.533c-1.664,1.664-3.849,2.5-6.033,2.5c-2.185,0-4.369-0.836-6.033-2.5 c-3.337-3.337-3.337-8.73,0-12.066l8.533-8.533c3.337-3.337,8.73-3.337,12.066,0S376.303,156.298,372.966,159.635z M407.1,125.502l-17.067,17.067c-1.664,1.664-3.849,2.5-6.033,2.5c-2.185,0-4.369-0.836-6.033-2.5 c-3.336-3.337-3.336-8.73,0-12.066l17.067-17.067c3.336-3.337,8.73-3.337,12.066,0 C410.436,116.772,410.436,122.165,407.1,125.502z%22/%3E %3Cpath d=%22M187.733,298.668h-25.6v17.067h25.6c4.702,0,8.533-3.831,8.533-8.533S192.435,298.668,187.733,298.668z%22/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-badge{background-size:12px 12px}
.stl--starchart .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23101725%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23101725%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-mk--moon{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath fill-rule=%22evenodd%22 fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22zM8.2 6.6a2.3 2.3 0 1 0 0 4.6 2.3 2.3 0 0 0 0-4.6zM15.4 8.6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM10.8 13.6a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8zM16.1 14.9a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4z%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-mk--rocket{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22scale(.046875)%22%3E%3Cpath fill-rule=%22evenodd%22 fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M361.2 125.6l-59.2-99.2C292.8 10.6 275.6 0 256 0c-19.6 0-36.8 10.6-46 26.4l-59.2 99.2c-.9 1.6-1.4 3.4-1.4 5.4v295.7h213.3V131c0-2-.5-3.8-1.5-5.4zM256 151a30 30 0 1 0 0 60 30 30 0 0 0 0-60zM202.7 277.3h53.3c5.9 0 10.7 4.8 10.7 10.7s-4.8 10.7-10.7 10.7h-53.3c-5.9 0-10.7-4.8-10.7-10.7s4.8-10.7 10.7-10.7zM202.7 320h53.3c5.9 0 10.7 4.8 10.7 10.7s-4.8 10.7-10.7 10.7h-53.3c-5.9 0-10.7-4.8-10.7-10.7s4.8-10.7 10.7-10.7zM202.7 362.7h53.3c5.9 0 10.7 4.8 10.7 10.7s-4.8 10.7-10.7 10.7h-53.3c-5.9 0-10.7-4.8-10.7-10.7s4.8-10.7 10.7-10.7z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M213.3 405.3h85.4l32 106.7H181.3z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-mk--spaceship{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23AEB9CC%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22scale(.40678)%22%3E%3Cpath fill-rule=%22evenodd%22 fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M29.5 0c-2.575 0-5.059.953-6.973 2.676-4.473 4.025-7.027 9.76-7.027 15.778V50h28V18.454c0-6.017-2.554-11.752-7.027-15.778C34.559.953 32.075 0 29.5 0zM35.5 24a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM17 24h6.5v1.6H17zM17 27.4h6.5V29H17zM17 30.8h6.5v1.6H17z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M15.6 38l-5.1 1v2l5.1 1z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M43.4 38l5.1 1v2l-5.1 1z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M14.5 50h3.2L8.6 59H4.4z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M44.5 50h-3.2l9.1 9h4.2z%22/%3E%3Cpath fill=%22%23AEB9CC%22 stroke=%22none%22 d=%22M28.4 52h2.2v7h-2.2z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-rail--flight .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 40 40%22%3E%3Cg fill=%22%233A4763%22 stroke=%22%233A4763%22%3E%3Cpath d=%22M20 0c-4.6 2.7-7.4 7.2-8 12.4V30h16V12.4C27.4 7.2 24.6 2.7 20 0z%22/%3E%3Cpath d=%22M13.5 24L2 40h4.6l9.4-13z%22/%3E%3Cpath d=%22M26.5 24L38 40h-4.6L24 27z%22/%3E%3Cpath d=%22M16.5 31.5h7L20 39z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-rail--gantry .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 33 44%22%3E%3Cg fill=%22%233A4763%22 stroke=%22%233A4763%22%3E%3Cpath d=%22M3 0h5v40H3z%22/%3E%3Cpath d=%22M8 8h8v3H8z%22/%3E%3Cpath d=%22M22 1c-3.4 2.2-5.5 5.9-6 10.2V40h12V11.2C27.5 6.9 25.4 3.2 22 1z%22/%3E%3Cpath d=%22M0 40h33v4H0z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-rail--liftoff .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 41 47%22%3E%3Cg fill=%22%233A4763%22 stroke=%22%233A4763%22%3E%3Cpath d=%22M21 0c-3.4 2.2-5.5 5.9-6 10.2V28h12V10.2C26.5 5.9 24.4 2.2 21 0z%22/%3E%3Cpath d=%22M17.5 30h7L21 37.5z%22/%3E%3Cpath stroke=%22none%22 d=%22M6.5 36.5a5 5 0 1 1 0 10 5 5 0 0 1 0-10z%22/%3E%3Cpath stroke=%22none%22 d=%22M12.5 32.5a6 6 0 1 1 0 12 6 6 0 0 1 0-12z%22/%3E%3Cpath stroke=%22none%22 d=%22M20.5 33a7 7 0 1 1 0 14 7 7 0 0 1 0-14z%22/%3E%3Cpath stroke=%22none%22 d=%22M28.5 32.5a6 6 0 1 1 0 12 6 6 0 0 1 0-12z%22/%3E%3Cpath stroke=%22none%22 d=%22M34.5 36.5a5 5 0 1 1 0 10 5 5 0 0 1 0-10z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--starchart .stl-rail--moon .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 22 22%22%3E%3Cg fill=%22%233A4763%22 stroke=%22%233A4763%22%3E%3Cpath fill-rule=%22evenodd%22 d=%22M11 1a10 10 0 1 1 0 20 10 10 0 0 1 0-20zM7.6 6.4a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2zM14.2 8.5a1.3 1.3 0 1 0 0 2.6 1.3 1.3 0 0 0 0-2.6zM10 13.4a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-badge{background-size:17px 17px}
.stl--battlemat .stl-badge--description{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M5.62 2h8.09L18.38 6.79v15.21H5.62z%22 /%3E%3Cpath d=%22M13.7 2v4.79H18.38%22 /%3E%3Cpath d=%22M8.6 12.11h6.81M8.6 15.62h6.81M8.6 19.02h4.47%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-badge--condition{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229.65%22 cy=%229.65%22 r=%227.65%22 /%3E%3Cpath d=%22M15.33 15.33 22 22%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-badge--shipping{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.23 6.65 12 2l9.77 4.65v10.7L12 22l-9.77 -4.65z%22 /%3E%3Cpath d=%22M2.23 6.65 12 11.3l9.77 -4.65M12 11.3v10.7%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-badge--related{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%222%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%222%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3Crect x=%2213.9%22 y=%2213.9%22 width=%228.1%22 height=%228.1%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-index .cue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2v19.87M3.79 13.79 12 22l8.21 -8.21%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-cue-i--bag{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12.35 7.64V6.13a2.56 2.56 0 0 1 5.12 0v1.51%22 /%3E%3Cpath d=%22M7.93 7.64h14.07l-0.81 9.77a1.63 1.63 0 0 1 -1.63 1.51h-9.19a1.63 1.63 0 0 1 -1.63 -1.51z%22 style=%22fill:%23EFF1F4%22 /%3E%3Cpath d=%22M5.95 12.52v-1.16a2.21 2.21 0 0 1 4.42 0v1.16%22 /%3E%3Cpath d=%22M2 12.52h12.33l-0.58 6.51a1.51 1.51 0 0 1 -1.51 1.4H4.09a1.51 1.51 0 0 1 -1.51 -1.4z%22 style=%22fill:%23EFF1F4%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-cue-i--calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3.74 4.09h16.51a1.74 1.74 0 0 1 1.74 1.74v14.42a1.74 1.74 0 0 1 -1.74 1.74H3.74a1.74 1.74 0 0 1 -1.74 -1.74V5.84a1.74 1.74 0 0 1 1.74 -1.74z%22 /%3E%3Cpath d=%22M2 9.56h20M7.58 2v4.07M16.42 2v4.07%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-cue-i--cart{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2.12 2h2.91l2.67 12.73h11.64%22 /%3E%3Cpath d=%22M7.7 11.21h12.12l2.06 -6.79H6.24%22 /%3E%3Cpath d=%22M10 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64zM18.85 18.36a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0 -3.64z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-cue-i--chat{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.7%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4.82 2h14.35a2.12 2.12 0 0 1 2.12 2.12v11.53a2.12 2.12 0 0 1 -2.12 2.12H6.94L2.71 22V4.12a2.12 2.12 0 0 1 2.12 -2.12z%22 /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--cards{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22rotate(-26 12 19.07)%22%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23EFF1F4%22 /%3E%3C/g%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23EFF1F4%22 /%3E%3Cg transform=%22rotate(26 12 19.07)%22%3E%3Cpath d=%22M9.46 4.19h5.08a1.33 1.33 0 0 1 1.33 1.33v11.37a1.33 1.33 0 0 1 -1.33 1.33H9.46a1.33 1.33 0 0 1 -1.33 -1.33V5.52A1.33 1.33 0 0 1 9.46 4.19z%22 style=%22fill:%23EFF1F4%22 /%3E%3Cg transform=%22translate(9.702 8.779) scale(0.459598)%22%3E%3Cpath d=%22M5 .8C4.1 2.6 2.4 3.8 1.6 5c-1 1.4-.3 3 1.2 3 .8 0 1.5-.4 1.9-1 0 1-.3 1.9-1 2.5h2.6c-.7-.6-1-1.5-1-2.5.4.6 1.1 1 1.9 1 1.5 0 2.2-1.6 1.2-3C7.6 3.8 5.9 2.6 5 .8z%22 fill=%22%232E2A5C%22 stroke=%22none%22 /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--deathstar{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-.73 -.74) scale(.39783)%22%3E%3Cpath fill=%22%232E2A5C%22 stroke=%22none%22 d=%22m46.18 15.1c.5 0-.07-.68-.25-1.06s-9.5.13-9.5.13a4.16 4.16 0 0 0 -.13 1.31c.13.19 9.38-.38 9.88-.38zm-9.63 5.69c.31.06.19-1 .13-1.25s-1.63-.06-1.94-.06l-.63 1.12s2.13.13 2.44.19zm-3.62 5.75s-.19 1 0 1.13 19.18-.19 19.5-.25 0-.5-.38-.82-18.87 0-19.12-.06zm-3.19 3.88s-.44 1-.13 1.12a74.33 74.33 0 0 0 8.19-.37c.5-.19-.06-.5-.25-.82s-7.55.07-7.81.07zm-5-19.88c.44 0 .56-.31 1.31-.81s2.95-.73 3.19-.81.12-.63-.13-.94-1.06-.13-2.93.44a5 5 0 0 0 -2.5 1.37s.62.75 1.06.75zm9.37 4.06c.38-.25 0-6.56-.12-6.87s-1.76-.19-1.94-.13-.37 6.38-.44 6.88 2.13.37 2.5.12zm-6.56-2c.5-.12.19-.68.19-.93s-4.44-.07-4.69-.13c0 0-.37 1-.19 1.13a29.86 29.86 0 0 0 4.69-.07zm3.88 7.4c-1.25-4.63-5.17-6.38-9.44-5.5-10.94 2.23-7.69 15.5.56 15.35s10.13-5.25 8.88-9.85zm-12.43 6.6c-1.63-2-3.94-8.43 3.19-10.25 2.81-.73 7.81-.35 7.55 6.5s-9.13 5.75-10.74 3.75zm3.81-8.18c-4.06 1-4.37 5.25-1.5 6.93s6.31-.12 6.38-2.68-1.38-5.12-4.89-4.25zm-.75 6a2.62 2.62 0 0 1 1-4.82 2.69 2.69 0 1 1 -1 4.82zm1.38-3.32a1.19 1.19 0 0 0 -.63 2.07 1.39 1.39 0 0 0 1.88-.63c.24-.75-.09-1.6-1.26-1.44zm-13.2 1.9a13.48 13.48 0 0 0 -1.75 8.1c.06.38 1.69.13 1.87-.06s0-.81.25-3.06a11 11 0 0 1 1.32-3.98c.07-.21-1.38-1.43-1.69-1zm48.42 8.42c-.09-.42-6.09-1.09-6.09-1.09s5.09-.16 5.75-.25.25-.58-.08-1.83a43.32 43.32 0 0 0 -2.5-5.17 1.81 1.81 0 0 0 1.42-.5c.5-.58-.92-2.41-1.59-3.58s-2.66-1.5-2.66-1.5a6 6 0 0 0 1.5-.25c.25-.17.5-.25.41-1.25s-3.82-4.29-4.75-4.71-4.75-.08-5-.17.59-.41.84-.58.66-.83.41-1.25-6.83-5-14.58-4.92c-12.74.17-20.08 7.92-24.58 16.09s-2.09 14.66-2.09 14.66a11.57 11.57 0 0 0 .42 1.88c.25.66 4.33 12.83 12.33 18.5s19.17 4 19.5 3.75-.08-5-.08-5 10.92-.67 11.25-1.09a8 8 0 0 0 .25-3.5c-.17-.66-12.17.25-12.42.25s.09-1.16.17-1.58 15.08-.33 15.58-.58.34-2.67.09-3.34-15.67.59-16.09.5-.08-.75-.08-.75l13.17-1.16a16.11 16.11 0 0 0 -.25-3.33c-.25-.25-9.09-.09-9.5-.09s-.75-.75-.75-1 2.33-.25 7-.25 12.41.42 12.41.42a11.06 11.06 0 0 0 1.5-2.75 31.17 31.17 0 0 0 -.91-4.54zm-48.8-11.57c3.57-5.25 9.19-13 22.14-14.12 5.24-.46 9.37 2.44 10.25 2.81s1.87.81 1.56 1.13-6 1.31-6.06 1.62-.19 1.63 0 1.69 10.5-.69 11.44-.25 4 2.94 3.62 3.12-13.75.19-13.94.5-.56 2.32 0 2.57 14.19.06 14.63.37 1.31 2.31 1.06 2.5-15.87-.06-16.25.38-.06 2.37.31 2.43 16.07.13 16.38.5 1.62 3.25 1.25 3.38-15.44.62-15.56 1 .06 1.75.31 1.87 14.56.69 14.87 1.19 1.19.63.13.69-17.31.69-32.94.37-16.26-.31-16.26-.31-.5-8.19 3.06-13.44zm47 16.82c-.43.12-19.93.25-20.06.68s-.06 3.19.25 3.32 10.13.43 10.13.43.18.63-.07.75-13.5 1-13.5 1.38-.06 2.56.32 2.87 15.75-.75 15.87-.43.31.75.06.75-15.62.87-15.75 1.18-.06 3.25.32 3.44 12.31-.37 12.37-.04.31.81 0 .87-12.19 1.13-12.19 1.36.69 4 .44 4.12-10.69 1.25-16.69-4.18-9.31-11.63-9.75-13.44-1.37-4.31-.75-4.44 14.32.25 24.57.19 25.06-.56 25.06-.38-.19 1.44-.63 1.57zm-37.06 2.43s1.25 2.25 1.94 2.57 7.12.18 7.37.12.19-1.62.07-2.12-6.5.06-7.13-.19-.56-1.69-.94-2.13-9.12.69-9.56.88.19 1.37.69 2.94 3.62 5.37 3.81 5.56h1.63l-1.19-1.81c-1.19-1.82-2.56-5.13-2.75-5.25s.87-.25 1.87-.38 4.19-.19 4.19-.19zm-.56 4a20.85 20.85 0 0 0 1.76 3.75c.5.44.62-.06.87-.31s-1.25-3.19-1.5-3.5-.94-.04-1.13.06zm8.76 4.82c-.19-.32-6.63.18-6.63.18s0 .75.19.88a58.49 58.49 0 0 0 6.5-.19c.49-.12.12-.56-.06-.87zm-7 3.87c-.76-.69-1.35-1.79-1.57-1.79s-1.07.13-.94.38a26.91 26.91 0 0 0 2.94 3c.25.06.68-.44.68-.44a9.53 9.53 0 0 0 -1.11-1.15zm9.44.81c-.25-.18-4.32.07-5 0 0 0-.19.82.12.94a45.29 45.29 0 0 0 5.06-.06c.43-.06.06-.69-.19-.88zm.17-7.6s.13 4.31.19 5.19.31.19.69.12.06-5 .06-5.25-.55-.06-.94-.06zm1.13-4.87a2.46 2.46 0 0 0 -.06 1.06c.12.31 2.43 0 2.68 0s0-.81-.12-1.06a4.81 4.81 0 0 0 -2.5.04zm-4-3.32c-.25 0-.19.88.25 1a55.22 55.22 0 0 0 6.56 0c.38-.12.13-.56.13-.81s-6.57-.15-6.94-.15z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--dice{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M13.71 3.49h5.97a2.32 2.32 0 0 1 2.32 2.32v5.97a2.32 2.32 0 0 1 -2.32 2.32h-5.97a2.32 2.32 0 0 1 -2.32 -2.32V5.81a2.32 2.32 0 0 1 2.32 -2.32z%22 fill=%22%232E2A5C%22 stroke=%22none%22 /%3E%3Cg stroke=%22none%22 style=%22fill:%23EFF1F4%22%3E%3Ccircle cx=%2214.49%22 cy=%226.59%22 r=%220.91%22 /%3E%3Ccircle cx=%2218.91%22 cy=%226.59%22 r=%220.91%22 /%3E%3Ccircle cx=%2216.7%22 cy=%228.8%22 r=%220.91%22 /%3E%3Ccircle cx=%2214.49%22 cy=%2211.01%22 r=%220.91%22 /%3E%3Ccircle cx=%2218.91%22 cy=%2211.01%22 r=%220.91%22 /%3E%3C/g%3E%3Cpath d=%22M4.32 9.24h6.63a2.32 2.32 0 0 1 2.32 2.32v6.63a2.32 2.32 0 0 1 -2.32 2.32H4.32a2.32 2.32 0 0 1 -2.32 -2.32v-6.63A2.32 2.32 0 0 1 4.32 9.24z%22 style=%22fill:%23EFF1F4%22 /%3E%3Cg fill=%22%232E2A5C%22 stroke=%22none%22%3E%3Ccircle cx=%225.31%22 cy=%2212.44%22 r=%220.91%22 /%3E%3Ccircle cx=%227.64%22 cy=%2214.76%22 r=%220.91%22 /%3E%3Ccircle cx=%229.96%22 cy=%2217.08%22 r=%220.91%22 /%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--lightsabers{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(-.03 -.03) scale(.04698)%22%3E%3Cpath fill=%22%232E2A5C%22 stroke=%22none%22 d=%22M478.89 21.842c-6.434-.113-15.047 3.628-24.242 12.822L328.912 160.4c0-.007.003-.015.004-.023l-60.228 60.228.01.01-12.727 12.727-.01-.01-22.657 22.658.01.01-12.44 12.44-.01-.01-30.884 30.884c0 .005.002.01.004.014l-55.656 55.656 22.627 22.627 320.32-320.32c18.827-18.825 14.79-35.217 1.616-35.448zm-445.84.06c-13.176.232-17.213 16.623 1.614 35.45l185.912 185.912 22.658-22.66-44.164-44.16c0 .02 0 .038-.002.058L57.29 34.725C48.098 25.53 39.484 21.79 33.05 21.902zm234.538 36.39c-9.308 42.14-12.624 79.314-27.922 121.454-21.636-16.89-30.623-41.47-43.836-63.414.586 10.88 1.66 22.256 2.42 33.838l57.71 57.71 78.485-78.485a2474.362 2474.362 0 0 1 4.078-21.237c-21.27 28.796-42.452 44.68-71.396 73.475-6.752-45.418.278-77.923.46-123.34zM87.873 170.623c-.052.003-.08.017-.082.044-.258 5.25 104.427 78.357 96.222 83.578-13.465 8.55-57.975 31.11-83.508 44.914 19.72-3.345 53.538-7.933 72.18-8.002l35.453-35.453-63.655-63.652c-27.027-10.216-54.915-21.568-56.61-21.43zm245.143 56.144l-29.086 29.086 56.174 56.17c10.848.735 21.692 1.416 32.5 1.218-24.518-15.9-71.99-43.734-71.64-50.568.353-6.887 63.447-21.216 95.518-31.606-27.787-2.137-55.973 3.846-83.466-4.3zm-41.813 41.812l-22.656 22.656 86.437 86.438 22.627-22.627-44.473-44.475h.06l-41.994-41.992zm-35.098 35.098l-57.703 57.703c.408 14.207.21 28.454-.52 40.38 11.322-26.84 17.846-51.86 45.827-74.473 14.444 11.985 24.816 40.267 37.224 60.4-.91-19.042-6.873-52.002-5.03-64.214l-19.8-19.797zM111.7 354.984L98.974 367.71l45.256 45.257 12.725-12.73-45.252-45.253h-.002zm288.538.06l-45.254 45.253v.002l12.727 12.727 45.257-45.256-12.73-12.725zM94.023 385.39l-9.9 9.9 32.527 32.526 9.9-9.9-32.527-32.527zm323.893.06l-32.527 32.527 9.9 9.9 32.526-32.527-9.9-9.9zm-346.52 22.568L21.9 457.512l32.528 32.527 10.603-10.604 10.73 10.726 17.847-17.848-10.728-10.726 21.042-21.043-9.9-9.9-38.89 38.89-12.728-12.728 38.89-38.89-9.9-9.9zm369.15.06l-9.9 9.9 38.89 38.89-12.73 12.728-38.89-38.89-9.898 9.9 49.494 49.494 32.527-32.528-10.604-10.603 10.726-10.73-17.848-17.847-10.726 10.728-21.043-21.042z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--rulebook{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath stroke-linejoin=%22round%22 d=%22M12 6.90909C10.8999 5.50893 9.20406 4.10877 5.00119 4.00602C4.72513 3.99928 4.5 4.22351 4.5 4.49965C4.5 6.54813 4.5 14.3034 4.5 16.597C4.5 16.8731 4.72515 17.09 5.00114 17.099C9.20405 17.2364 10.8999 19.0998 12 20.5M12 6.90909C13.1001 5.50893 14.7959 4.10877 18.9988 4.00602C19.2749 3.99928 19.5 4.21847 19.5 4.49461C19.5 6.78447 19.5 14.3064 19.5 16.5963C19.5 16.8724 19.2749 17.09 18.9989 17.099C14.796 17.2364 13.1001 19.0998 12 20.5M12 6.90909L12 20.5%22/%3E%3Cpath stroke-linejoin=%22round%22 d=%22M19.2353 6H21.5C21.7761 6 22 6.22386 22 6.5V19.539C22 19.9436 21.5233 20.2124 21.1535 20.0481C20.3584 19.6948 19.0315 19.2632 17.2941 19.2632C14.3529 19.2632 12 21 12 21C12 21 9.64706 19.2632 6.70588 19.2632C4.96845 19.2632 3.64156 19.6948 2.84647 20.0481C2.47668 20.2124 2 19.9436 2 19.539V6.5C2 6.22386 2.22386 6 2.5 6H4.76471%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-mk--vader{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%232E2A5C%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cg transform=%22translate(1 1) scale(.10297)%22%3E%3Cpath fill=%22%232E2A5C%22 stroke=%22none%22 d=%22M106.826,213.652c-0.378,0-0.757-0.007-1.142-0.021c-3.864-0.143-17.262-0.781-27.405-3.01 c-12.45-2.736-19.411-4.522-25.294-7.268c-4.635-2.164-6.084-5.398-6.531-7.397c-4.644-1.036-19.254-4.993-30.908-15.75 c-4.998-4.614-7.912-9.053-9.585-12.889c-0.023-0.048-0.044-0.098-0.064-0.148c-2.993-6.964-1.898-11.904-1.824-12.22 c0.027-0.113,0.064-0.224,0.11-0.332l35.816-82.71c-0.314-3.679-1.308-24.146,12.828-44.862C66.125,7.557,89.653,5.387,96.792,5.189 V2c0-1.104,0.896-2,2-2h16.067c1.104,0,2,0.896,2,2v3.189c7.138,0.197,30.666,2.366,43.967,21.856 c14.135,20.715,13.141,41.183,12.827,44.862l35.815,82.71c0.047,0.107,0.084,0.218,0.11,0.332c0.075,0.314,1.161,5.215-1.788,12.135 c-0.039,0.12-0.089,0.236-0.15,0.347c-1.681,3.81-4.587,8.207-9.535,12.774c-11.654,10.757-26.264,14.714-30.907,15.75 c-0.446,1.999-1.896,5.233-6.531,7.397c-5.885,2.746-12.845,4.531-25.294,7.268c-10.143,2.229-23.542,2.867-27.406,3.01 C107.583,213.646,107.205,213.652,106.826,213.652z M50.24,194.007c0.018,0.127,0.023,0.259,0.016,0.392 c-0.001,0.098-0.012,3.261,4.42,5.33c5.543,2.587,12.304,4.314,24.461,6.985c9.816,2.158,22.915,2.78,26.695,2.92 c0.669,0.024,1.318,0.024,1.984,0c3.782-0.14,16.88-0.763,26.696-2.92c12.157-2.671,18.918-4.398,24.462-6.985 c4.433-2.068,4.421-5.231,4.419-5.365c-0.003-0.114,0.005-0.226,0.021-0.336c-0.454-2.182-2.198-9.937-6.045-20.479 c-3.266-8.948-8.076-16.328-10.485-19.723c-1.016,0.917-2.287,1.555-3.692,1.794c-1.223,1.865-7.064,10.257-16.845,16.189 c-10.561,6.406-18.49,9.04-18.896,9.173c-0.2,0.066-0.411,0.101-0.626,0.101l0,0l0,0c-0.217,0-0.429-0.035-0.63-0.102 c-0.456-0.149-8.367-2.788-18.893-9.172c-9.779-5.932-15.622-14.324-16.843-16.189c-1.406-0.239-2.678-0.878-3.694-1.794 c-2.409,3.395-7.22,10.774-10.484,19.723C52.447,184.057,50.701,191.796,50.24,194.007z M9.938,166.435 c1.518,3.197,4.072,6.91,8.321,10.832c10.307,9.514,23.415,13.414,28.348,14.611c0.533-2.374,1.599-6.693,3.415-12.385 c0.368-1.261,2.38-8.93,2.373-25.768c-0.008-18.56-5.359-38.844-5.471-39.262c-0.004-0.016-0.008-0.032-0.012-0.048c0,0,0,0,0,0 c0-0.001,0-0.002,0-0.003c-0.114-0.471-0.051-0.945,0.148-1.351c0-0.001,0.001-0.002,0.001-0.003c0,0,0,0,0,0 c0.043-0.088,0.093-0.172,0.148-0.252c0.247-0.358,0.611-0.638,1.056-0.775c0.001,0,0.002,0,0.004-0.001l0,0 c0.033-0.01,0.066-0.019,0.1-0.028c0.002,0,0.003,0,0.003,0c0.044-0.011,0.089-0.021,0.133-0.028l46.149-8.698 c0.823-0.155,1.656,0.219,2.086,0.938c0.43,0.718,0.367,1.629-0.158,2.282l-25.235,31.343c-0.364,0.453-0.908,0.725-1.489,0.745 c-0.599,0.008-1.143-0.214-1.537-0.641l-15.796-17.083c1.646,7.784,3.863,20.549,3.869,32.866c0.001,3.8-0.096,7.148-0.255,10.078 c3.4-6.833,6.993-11.852,8.395-13.711c-0.136-0.558-0.208-1.141-0.208-1.74c0-4.066,3.308-7.375,7.375-7.375 c2.079,0,3.959,0.864,5.301,2.252l22.623-39.486c1.646-2.872,4.243-4.519,7.128-4.519s5.482,1.647,7.128,4.519l2.974,5.19 c0.025,0.04,0.049,0.081,0.07,0.123l19.635,34.269c1.347-1.444,3.266-2.348,5.392-2.348c4.066,0,7.375,3.309,7.375,7.375 c0,0.6-0.072,1.183-0.208,1.741c1.476,1.957,5.374,7.408,8.921,14.787c-0.194-3.179-0.318-6.882-0.316-11.155 c0.005-12.667,2.35-25.808,4.007-33.518l-16.398,17.735c-0.396,0.427-0.965,0.649-1.537,0.641c-0.581-0.02-1.125-0.292-1.489-0.745 l-25.235-31.343c-0.525-0.653-0.589-1.563-0.158-2.282c0.43-0.718,1.255-1.096,2.086-0.938l46.048,8.678 c0.238-0.025,0.486-0.009,0.734,0.057c1.066,0.286,1.7,1.382,1.414,2.449c-0.055,0.204-5.463,20.624-5.471,39.267 c-0.009,18.439,2.406,25.883,2.43,25.956c0.155,0.463,0.131,0.943-0.034,1.365c1.521,4.924,2.443,8.677,2.927,10.83 c4.938-1.203,18.064-5.117,28.348-14.609c4.244-3.918,6.794-7.634,8.312-10.838l-38.238-90.902 c-1.017-1.435-10.149-13.701-26.165-15.303c-15.357-1.536-20.057,6.244-20.705,7.487c-0.203,1.475-1.132,4.963-5.379,6.622 c-2.067,0.808-3.679,0.411-4.667-0.063c-0.678-0.325-1.246-0.768-1.716-1.25c-0.473,0.488-1.045,0.938-1.732,1.267 c-1.417,0.68-3.032,0.701-4.667,0.063c-4.293-1.677-5.195-5.222-5.385-6.668c-0.643-1.231-5.345-9.008-20.699-7.474 C58.342,61.808,49.211,74.064,48.187,75.51L9.938,166.435z M74.908,154.989c2.21,2.986,7.214,8.999,14.469,13.399 c8.541,5.181,15.406,7.836,17.449,8.575c2.042-0.738,8.907-3.394,17.448-8.575c7.255-4.4,12.259-10.413,14.47-13.399 c-2.244-1.088-3.857-3.282-4.128-5.869h-55.58C78.766,151.707,77.153,153.901,74.908,154.989z M7.937,156.016 c-0.087,0.49-0.306,2.139,0.112,4.594L44.58,73.768c0.048-0.114,0.107-0.224,0.175-0.327c0.413-0.625,10.329-15.326,29.198-17.213 c15.332-1.533,21.818,5.32,23.962,8.485c1.441-0.316,3.605-0.633,5.421-0.244c1.465,0.314,2.642,1.062,3.499,1.799 c0.855-0.732,2.025-1.471,3.479-1.782c1.816-0.39,3.979-0.073,5.421,0.244c2.145-3.165,8.631-10.021,23.963-8.485 c18.868,1.887,28.785,16.589,29.198,17.214c0.068,0.104,0.127,0.213,0.175,0.327l36.52,86.815c0.421-2.462,0.205-4.113,0.123-4.585 l-35.938-82.992c-0.141-0.324-0.192-0.679-0.151-1.029c0.024-0.211,2.294-21.592-12.104-42.693 c-12.053-17.664-34.092-19.844-40.684-20.094v44.714c4.577-3.25,13.323-8.306,23.086-7.922c13.947,0.542,25.446,11.496,25.93,11.962 c0.794,0.767,0.815,2.032,0.05,2.826c-0.766,0.795-2.031,0.819-2.827,0.053c-0.107-0.104-10.907-10.362-23.308-10.844 c-12.366-0.46-23.479,9.415-23.591,9.514c-0.588,0.529-1.433,0.661-2.152,0.342c-0.722-0.321-1.188-1.037-1.188-1.827V7.183 c0-0.1,0.008-0.198,0.021-0.294V4h-12.067v2.885c0.015,0.097,0.022,0.196,0.022,0.297v50.843c0,0.79-0.466,1.505-1.188,1.827 c-0.722,0.321-1.566,0.187-2.153-0.342c-0.11-0.1-11.216-9.992-23.59-9.514c-12.401,0.481-23.201,10.74-23.309,10.844 c-0.794,0.765-2.061,0.743-2.827-0.053c-0.766-0.795-0.744-2.059,0.05-2.826c0.483-0.466,11.982-11.42,25.93-11.962 c9.75-0.392,18.508,4.672,23.085,7.921V9.207c-6.59,0.249-28.63,2.429-40.684,20.094C41.733,50.402,44.002,71.783,44.026,71.997 c0.041,0.349-0.012,0.704-0.151,1.026L7.937,156.016z M141.951,144.974c-1.861,0-3.375,1.514-3.375,3.375s1.514,3.375,3.375,3.375 s3.375-1.514,3.375-3.375S143.812,144.974,141.951,144.974z M71.701,144.974c-1.861,0-3.375,1.514-3.375,3.375 s1.514,3.375,3.375,3.375s3.375-1.514,3.375-3.375S73.562,144.974,71.701,144.974z M125.481,145.121h7.498l-7.498-13.087V145.121z  M117.154,145.121h4.327v-20.036c0-0.011,0-0.021,0-0.032l-4.327-7.553V145.121z M108.826,145.121h4.328v-34.602l-2.744-4.79 c-0.442-0.772-0.983-1.384-1.584-1.811V145.121z M100.498,145.121h4.328v-41.302c-0.659,0.428-1.252,1.076-1.73,1.91l-2.614,4.562 c0.011,0.085,0.017,0.171,0.017,0.259V145.121z M92.171,145.121h4.328v-27.877l-4.344,7.583c0.011,0.085,0.017,0.171,0.017,0.259 V145.121z M80.527,145.121h7.644v-13.342L80.527,145.121z M123.586,108.208l20.381,25.314l16.909-18.287L123.586,108.208z  M52.777,115.236l16.909,18.287l20.381-25.314L52.777,115.236z M99.415,68.494c0.377,0.741,1.099,1.592,2.476,2.13 c0.791,0.308,1.224,0.18,1.482,0.056c0.463-0.222,0.844-0.695,1.116-1.139c-0.466-0.455-1.159-0.984-1.99-1.162 C101.632,68.194,100.437,68.311,99.415,68.494z M109.176,69.546c0.274,0.444,0.653,0.906,1.112,1.122 c0.257,0.12,0.688,0.245,1.473-0.061c1.355-0.53,2.076-1.364,2.458-2.1c-1.065-0.188-2.243-0.287-3.066-0.112 C110.331,68.572,109.643,69.092,109.176,69.546z M138.358,101.212c-3.932,0-7.845-0.355-11.275-1.309 c-6.486-1.802-10.436-6.403-11.421-13.306c-0.08-0.556-0.129-1.151-0.146-1.768c-0.181-6.607,3.656-12.958,9.773-16.181 c4.746-2.501,10.194-3.77,16.193-3.77c16.55,0,22.635,13.847,22.988,20.553c0.304,5.772-2.602,13.038-11.786,14.519 C148.548,100.618,143.437,101.212,138.358,101.212z M141.482,68.879c-5.343,0-10.163,1.113-14.328,3.309 c-4.78,2.519-7.779,7.438-7.641,12.531c0.014,0.464,0.05,0.906,0.107,1.312c0,0,0,0,0,0.001c0.755,5.284,3.625,8.654,8.532,10.017 c7.546,2.096,18.208,0.87,23.895-0.047c8.256-1.331,8.538-8.266,8.429-10.359C160.29,82.102,156.518,68.879,141.482,68.879z  M75.294,101.212c-5.08,0-10.189-0.594-14.327-1.261c-9.185-1.481-12.089-8.747-11.785-14.519 c0.353-6.706,6.437-20.553,22.988-20.553c5.998,0,11.446,1.268,16.193,3.77c6.118,3.224,9.954,9.574,9.773,16.18 c-0.017,0.614-0.065,1.209-0.145,1.769c-0.986,6.904-4.936,11.505-11.422,13.307C83.139,100.856,79.225,101.212,75.294,101.212z  M72.17,68.879c-15.037,0-18.807,13.223-18.994,16.763c-0.11,2.094,0.172,9.028,8.428,10.359c5.687,0.918,16.353,2.144,23.895,0.047 c4.907-1.363,7.777-4.733,8.532-10.017c0.058-0.408,0.094-0.85,0.107-1.313v0c0.139-5.094-2.859-10.013-7.639-12.531 C82.332,69.992,77.511,68.879,72.17,68.879z M111.924,95.305h-10.197c-1.104,0-2-0.896-2-2s0.896-2,2-2h10.197c1.104,0,2,0.896,2,2 S113.029,95.305,111.924,95.305z M109.979,89.258h-6.306c-1.104,0-2-0.896-2-2s0.896-2,2-2h6.306c1.104,0,2,0.896,2,2 S111.084,89.258,109.979,89.258z M109.979,83.125h-6.306c-1.104,0-2-0.896-2-2s0.896-2,2-2h6.306c1.104,0,2,0.896,2,2 S111.084,83.125,109.979,83.125z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--blaster .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 15.6 459.97 428.77%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath d=%22M197.775,143.328h-52.428v-36.166c0-5.522-4.477-10-10-10s-10,4.478-10,10v46.166c0,5.522,4.477,10,10,10h62.428c5.523,0,10-4.478,10-10S203.298,143.328,197.775,143.328z%22/%3E%3Cpath d=%22M449.975,15.604c-5.522,0-10,4.478-10,10v0.427H93.64c-4.875,0-9.039,3.515-9.858,8.32L78.33,66.354c-6.103-2.738-12.765-4.19-19.655-4.19c-12.836,0-24.905,4.999-33.981,14.075c-3.905,3.905-3.905,10.237,0,14.143c1.953,1.952,4.512,2.929,7.071,2.929s5.119-0.977,7.071-2.929c5.299-5.3,12.345-8.218,19.839-8.218c5.845,0,11.413,1.782,16.096,5.078l-13.849,81.287l-8.525-0.883c-5.49-0.563-10.408,3.425-10.977,8.918c-0.476,4.601,2.252,8.785,6.377,10.36c-16.215,18.318-28.876,39.696-37.04,62.794c-10.823,30.625-13.545,63.818-7.873,95.99c0.843,4.779,4.995,8.264,9.848,8.264h30.725c-1.274,3.378-1.976,7.034-1.976,10.853c0,13.746,9.038,25.417,21.481,29.394c4.149,28.33,28.602,50.153,58.065,50.153c5.523,0,10-4.478,10-10s-4.477-10-10-10c-18.583,0-34.144-13.17-37.85-30.666c11.678-4.399,20.01-15.684,20.01-28.881c0-3.818-0.702-7.475-1.976-10.853h31.965c3.322,0,6.427-1.649,8.286-4.402c1.86-2.752,2.231-6.249,0.991-9.33c-18.116-45.026-16.115-94.694,5.189-137.98c2.332,24.339,22.89,43.439,47.83,43.439c26.499,0,48.057-21.559,48.057-48.057c0-0.143-0.006-0.285-0.007-0.427h23.951c17.856,0,33.245-10.725,40.091-26.066h40.893v0.427c0,5.522,4.478,10,10,10s10-4.478,10-10v-0.427h31.706c5.522,0,10-4.478,10-10v-41.706c0-5.522-4.478-10-10-10h-31.706v-6.066h81.516c5.522,0,10-4.478,10-10V36.03V25.604C459.975,20.081,455.497,15.604,449.975,15.604z M83.189,364.824c0,2.248-0.687,4.337-1.862,6.072c-1.62-3.338-5.032-5.645-8.991-5.645s-7.371,2.307-8.991,5.645c-1.175-1.734-1.862-3.824-1.862-6.072c0-5.984,4.869-10.853,10.853-10.853S83.189,358.84,83.189,364.824z M21.33,333.972c-6.81-53.615,12.044-106.668,51.373-144.118l55.94,5.791c-9.915,20.937-16.041,43.739-17.847,66.759c-1.916,24.413,0.832,48.424,8.169,71.567H21.33z M223.531,197.642c0,15.471-12.586,28.057-28.057,28.057s-28.057-12.586-28.057-28.057c0-0.143,0.013-0.284,0.015-0.427h56.083C223.519,197.358,223.531,197.499,223.531,197.642z M267.475,177.215H158.683c-0.024,0-0.049,0-0.073,0h-13.767l-63.983-6.623L102.081,46.03h23.266v25.565c0,5.522,4.477,10,10,10s10-4.478,10-10V46.03h77.994v47.346v59.952c0,5.522,4.477,10,10,10h0.248c5.522,0,10-4.478,10-10c0-13.171,10.715-23.886,23.886-23.886s23.887,10.715,23.887,23.886S280.646,177.215,267.475,177.215z M311.306,151.149c-0.392-7.979-2.933-15.397-7.043-21.706h44.196v21.706H311.306z M390.165,129.443v21.706h-21.706v-21.706H390.165z M348.459,109.443H243.341v-6.066h105.118V109.443z M439.975,83.376H243.341V46.03h196.634V83.376z%22/%3E%3Cpath d=%22M71.135,231.853c-17.012,0-30.853,13.841-30.853,30.853c0,17.013,13.841,30.854,30.853,30.854c5.523,0,10-4.478,10-10s-4.477-10-10-10c-5.984,0-10.853-4.869-10.853-10.854s4.869-10.853,10.853-10.853c5.985,0,10.854,4.868,10.854,10.853c0,5.522,4.477,10,10,10s10-4.478,10-10C101.989,245.693,88.148,231.853,71.135,231.853z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--bobafett .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%221.01 1 11.98 12%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath stroke=%22none%22 d=%22m 3.7423486,12.14805 c -1.006326,-0.467 -1.840911,-0.8561 -1.854633,-0.8647 -0.01699,-0.011 0.02245,-0.5331 0.123702,-1.6388 0.08176,-0.8928 0.149123,-1.6621 0.1497,-1.7096 l 0.001,-0.086 -0.136632,-0.01 c -0.240554,-0.018 -0.436155,-0.154 -0.537672,-0.3735 -0.04888,-0.1056 -0.05044,-0.1399 -0.05044,-1.107 0,-0.9911 3.8e-4,-0.9989 0.05462,-1.1166 0.06623,-0.1437 0.127358,-0.2118 0.260223,-0.2899 l 0.100989,-0.059 0,-1.5185 0,-1.5186 -0.253881,0 c -0.208798,0 -0.272063,-0.01 -0.356266,-0.05 -0.31304094,-0.1515 -0.31043194,-0.606 0.0044,-0.7584 0.09297,-0.045 0.146454,-0.047 1.035074,-0.047 0.860183,5e-4 0.944838,0 1.03209,0.044 0.171262,0.079 0.249503,0.2037 0.249503,0.3974 0,0.1224 -0.03849,0.2079 -0.134511,0.2988 -0.109853,0.1039 -0.171482,0.1143 -0.674948,0.1143 l -0.473696,0 0,2.587 0,2.587 0.148513,0.028 c 1.218724,0.2318 2.326583,1.1441 2.980792,2.4546 0.436844,0.875 0.679256,1.9049 0.713274,3.0302 l 0.01383,0.4574 -0.282676,0 -0.282676,-10e-4 -1.829683,-0.8491 z m 2.839574,-2.2374 c 0,-1.6992 -0.0032,-3.0894 -0.0071,-3.0894 -0.01605,0 -3.76356,-0.666 -3.813585,-0.6777 -0.05221,-0.012 -0.05411,-0.021 -0.04752,-0.22 l 0.0069,-0.2073 4.710842,-0.01 4.7108404,-0.01 0,0.2135 c 0,0.2018 -0.0029,0.2142 -0.05346,0.2262 -0.02941,0.01 -0.839397,0.1518 -1.799981,0.3217 -0.9605834,0.17 -1.8026134,0.3203 -1.8711774,0.334 l -0.124662,0.025 -0.006,3.0815 -0.006,3.0814 -0.849496,0.01 -0.849496,0.01 0,-3.0894 z m 2.146215,2.667 c 0.04871,-1.3717 0.373245,-2.5569 0.959825,-3.5052 0.5640244,-0.9118 1.3856284,-1.5937 2.2818474,-1.894 0.223559,-0.075 0.572073,-0.1556 0.590855,-0.1368 0.01035,0.01 0.438102,4.2313 0.429405,4.2373 -0.0024,0 -0.839219,0.3894 -1.859726,0.8617 l -1.8554724,0.8587 -0.280856,0 -0.280857,0 0.01498,-0.4217 z m -5.982708,-7.8059 c 0.09314,-0.7204 0.197041,-1.0837 0.453648,-1.5861 0.540747,-1.0588 1.567685,-1.7833 2.911229,-2.0539 0.493067,-0.099 0.714095,-0.1191 1.327052,-0.1184 1.04693,0.001 1.755415,0.1507 2.530667,0.5339 0.4134214,0.2044 0.7126284,0.4164 1.0208804,0.7235 0.640143,0.6378 0.986422,1.3974 1.118453,2.4535 l 0.0156,0.1247 -4.6937554,0 -4.693756,0 0.01,-0.077 z m 7.191114,-1.2823 c 0.2677534,-0.123 0.4507664,-0.3609 0.4850874,-0.6306 0.0087,-0.069 0.01023,-0.1247 0.0033,-0.1247 -0.0069,0 -0.06632,0.036 -0.132039,0.08 -0.3556924,0.2394 -0.9226674,0.27 -1.3171704,0.071 -0.0685,-0.034 -0.153945,-0.083 -0.189885,-0.1088 l -0.06535,-0.046 0,0.096 c 0,0.2882 0.226989,0.5723 0.554343,0.6939 0.179334,0.067 0.478856,0.052 0.661687,-0.032 z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--chewbacca .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%227.17 3.32 49.63 57.4%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath stroke=%22none%22 d=%22m20.67 26.38s.33-.42.12-.67a5.49 5.49 0 0 0 -3.16.29c-.67.42-3.21 7-3.21 7s2.67-4.25 3.71-5.5a3.08 3.08 0 0 1 2.54-1.12zm23.83-.58c.29 0 2.92 5.16 3 5.54s.38.16.67-.09-2-5.62-2.62-6.2-3.13-.5-3.42-.5-.46.54-.33.7a16.19 16.19 0 0 0 2.7.55zm-13.41-1.34c.16-.16-.67-1.5-.92-1.71s-.78 0-.71.09.83 1.66 1 1.79.46 0 .63-.17zm6.75-4.12c.16-.21-.05-.21-.21-.25a44.44 44.44 0 0 0 -3.5 3.5 2.1 2.1 0 0 0 .62.29c.25.04 2.92-3.33 3.09-3.54zm4.45 6.54c-3.2-2.29-7.66-.58-8.79 2s1.21 6.37 1.29 6.62-.12.88-.37 1a14.18 14.18 0 0 1 -4.08-.25c-.5-.33 1.29-4.29 1.58-6s-1.25-4.62-5.5-4.37a10.77 10.77 0 0 0 -9 5.37 33.47 33.47 0 0 0 -3.42 8.8 2.2 2.2 0 0 0 1.54 0c.38-.25 1.59-5.75 3.25-8a11.78 11.78 0 0 1 4.42-3.38s-.5 2 2.25 2.88 4.46-1.8 4.46-1.8a8.64 8.64 0 0 1 0 1.46c-.08.34-1.13 2.29-1.75 3.75s-.33 3 .54 3.13 7.38.29 8.13-.63-.09-2.29-.88-4.25a4 4 0 0 1 -.25-3.08 3.66 3.66 0 0 0 3.46 1.17 2.67 2.67 0 0 0 2.29-2.59 13.7 13.7 0 0 1 2.38 3.38c1 2.08 3 8.79 3.37 8.83s.92-.33 1.13-1.29-2.84-10.46-6.05-12.75zm1.39 10.29c.25.08.63.08.67 0a11 11 0 0 0 -.58-3.17 8.16 8.16 0 0 0 -1.84-2.54c-.23-.19-.87.25-.79.5s1.67 2.17 2 3.46.29 1.67.54 1.75zm-4.16-4a12.54 12.54 0 0 1 .91 2.21c0 .62-.21.83.13 1a2.78 2.78 0 0 0 .79.12 7.71 7.71 0 0 0 -1-3.71c-.04-.18-.92.05-.83.38zm-1.17 2c.37.21.54.25.58.12a5.24 5.24 0 0 0 -.46-1.75c-.13-.16-.66 0-.54.25s.07 1.13.42 1.34zm.11 8.21s3.38-1.88 3.5-2-.75-1.34-1.12-1.5-3.67.75-8.46.91-7.46-1-8.21-.91-1.75 1.66-1.75 1.66c.37 1.09 3.33 1.63 3.33 1.63s.67 2.41 1.63 2.5 1.87-1.88 1.87-1.88.54 0 1.88 0 4 0 4 0 1.25 1.84 2 1.67 1.33-2.12 1.33-2.12zm-1.37.83c-.38 0-1.13-1.54-1.42-1.62s-1.17.2-3.17.2-3.46-.16-3.62-.12-1.29 1.62-1.46 1.58a6.6 6.6 0 0 1 -1-3.12s1.67.58 6.17.46a43.61 43.61 0 0 0 5.75-.38s-.88 3-1.25 2.96zm-19.25-3.16c-.55.2-2.5 5.29-2.5 5.58s.37.25.62.29 2.29-5.5 2.29-5.5-.17-.42-.41-.37zm-.05 9.79a1.75 1.75 0 0 0 .59.16c.25 0 1.75-5.37 1.66-5.5a2.26 2.26 0 0 0 -.58-.33c-.08.13-1.67 5.67-1.67 5.67zm6.21-4.13c-.12.25-.7 4.46-.7 4.75s.45.29.7.21.71-4.58.75-4.79-.63-.32-.75-.17zm5.17 5.88c.08.33.63.21.63.21l1-5.75-1-.09s-.67 5.29-.59 5.63zm4.33-3.79c.09.12.79 4.91 1 5s.42 0 .63-.21-.63-4.79-.63-4.92-1.07.02-1 .13zm3.75-.38c0 .13 1.67 5.17 1.67 5.17s.54.08.71-.13a47.55 47.55 0 0 0 -1.63-5.29s-.69.09-.75.25zm4.34-3.21c.2.17 2.7 3.5 2.87 3.67s.33.08.63-.17-2.63-3.83-2.8-4-.82.41-.7.5zm3.95-1.91c.17.12 1.46 2.29 1.71 2.54s.38 0 .54-.17-1.37-2.54-1.5-2.71-.85.26-.75.34zm9 1.41c-2.16-6.58-3.2-16.71-5.45-25.71s-4.25-11.37-8.46-13.58a20.06 20.06 0 0 0 -15.84-.87c-5.29 2.08-8 9-9.75 14.83s-4.54 16.62-6.25 22.17a37.25 37.25 0 0 0 -1.62 10.83 1.71 1.71 0 0 0 1.25.21 21.64 21.64 0 0 0 2.17-1.29s-.5 5.91-.25 6.25 1.33.29 3.66-.38a23.12 23.12 0 0 0 5.67-3.17s.17 5.21.33 5.38.29.21 1.29-.13a14.74 14.74 0 0 0 2.88-1.79s.75 1.92 1 2.33 1.12.42 1.87.17 3.5-3.5 3.5-3.5a6.6 6.6 0 0 1 .88.92c.37.5 2.29 3.33 2.29 3.33s.37.13 1.33-.46a17.5 17.5 0 0 0 2.84-3.33s2.12 1.79 2.5 2.21a7.21 7.21 0 0 0 2.45 1 2.5 2.5 0 0 0 .46-1.42c0-.67 1.09-5.37 1.09-5.37a13.67 13.67 0 0 0 1.62 1.66 13.29 13.29 0 0 0 4.42 2.17c.38 0 .71-.58.75-1s-2.08-4-2.08-4l1.29.83a16.15 16.15 0 0 0 3.71.88 4.86 4.86 0 0 0 2.62-1.55c.29-.49-.08-1.03-2.21-7.62zm-35.2-30.83a2.79 2.79 0 0 1 1.62.33c.92.46 1.63 2.13 1.75 2.29s.58-.33.58-.33a16 16 0 0 0 -1.08-1.79 3.69 3.69 0 0 0 -2.21-1.5l1.42-2.54a3.6 3.6 0 0 1 1.58 1.12 19 19 0 0 1 1.29 3.21c.13.17.55 0 .55 0a8.48 8.48 0 0 0 -.67-2.92 6.66 6.66 0 0 0 -1.88-2.54 3.14 3.14 0 0 1 1-1.21 16.18 16.18 0 0 1 2.84-1.7s.75.58 1.37 3 1 5 1 5.21.67 0 .79-.05a11.55 11.55 0 0 0 -.29-3.62 29.2 29.2 0 0 0 -1.37-4.79 14.75 14.75 0 0 1 3.62-.71 8.89 8.89 0 0 1 4.88.66c.12 0-.84 7.67-.79 7.84s.33.21.54.16 1.46-7.7 1.46-7.7a3.58 3.58 0 0 1 1 .41c.71.38 2.25 1.46 2.25 1.46a20 20 0 0 0 -1 2.17 34 34 0 0 0 -1.42 5c0 .25.21.12.46-.3s2.83-6.2 2.83-6.2.63.29 1 .54a5.82 5.82 0 0 1 1.25 1.33c0 .13-2 2.79-2 3s.67.42.83.46 1.59-2.67 1.75-2.5 1.38 3.92 1.38 3.92l-1.83 2.62s.33.46.66.42 1.75-2 1.75-2l2.13 7.83s-1.75-2.91-2.92-3.29a7.79 7.79 0 0 0 -2.54-.17c-.25 0 .37-1.58.29-2s-2.54.38-2.54.38a4.78 4.78 0 0 1 .33-.92c.25-.54 1.54-2.33 1.54-2.33a.42.42 0 0 0 0-.63c-.33-.29-1.58-.16-4.08.92a8.62 8.62 0 0 0 -3.62 2.79 15.12 15.12 0 0 0 -1-2 4.53 4.53 0 0 0 -2.25-2c-.25 0-.34.63-.42.92a7.5 7.5 0 0 0 .67 1.87 1.38 1.38 0 0 1 -.5 1.09c-.25.08-.34-.67-.42-.88s-.08-.12-.46-.21-.79 1.67-.92 1.84-.25 0-.87-.34-1.54-3.08-1.67-3.29-.2-.29-.54-.29-.5.13-.54.67-.54 3-.54 3a14.28 14.28 0 0 0 -2.08-1 10.23 10.23 0 0 0 -3.67-1c-.38.12 0 .87.42 1.12a27.55 27.55 0 0 1 2.29 2.67 1.51 1.51 0 0 0 -.84-.29c-.62-.09-2.29-.38-2.79.08s1.84 2.5 1.84 2.5a8.42 8.42 0 0 0 -2.05-.25 5.93 5.93 0 0 0 -2.66.67 70.52 70.52 0 0 1 3.5-10.21zm35.16 38.42a6 6 0 0 1 -4-1.5c-1.79-1.55-2.29-2.5-2.58-2.5s-1.38.29-1.33.58a31.09 31.09 0 0 0 .7 3.12c.38 1.3.63 2 .63 2a12.15 12.15 0 0 1 -2.38-2.55c-.7-1.2-.75-1.58-1-1.62s-1.41.75-1.41.75-.42 2-.88 4.33-.5 2.54-.5 2.54a41.85 41.85 0 0 0 -3.87-2.58 1.21 1.21 0 0 0 -1 .42c-.17.21-2.13 2.87-2.13 2.87a38.51 38.51 0 0 1 -2.62-3.12c-.38-.67-.84-1-1-1s-3.34 3.41-3.71 3.66-1.08-.12-1.21-.37a20.16 20.16 0 0 0 -1.21-2.33c-.12 0-1.87 1.5-2.71 1.92a7 7 0 0 1 -1 .46 39 39 0 0 0 0-4.92.62.62 0 0 0 -.79-.33 25.14 25.14 0 0 1 -4.92 2.71 15.75 15.75 0 0 1 -3.5.87s.55-7 .3-7.17a1.78 1.78 0 0 0 -1.38 0l-2.17 1.7a102 102 0 0 1 2.42-10.66c1.38-4.46 4.25-13.29 4.63-13.88a3.11 3.11 0 0 1 3.12-1.32c1.79.21 2.75.54 3 .33s.46-.41.33-.46-2-2.16-1.54-2.25a3.37 3.37 0 0 1 1.79.25c.8.3 1.17.71 1.38.55a1.05 1.05 0 0 0 .29-.5 11.3 11.3 0 0 0 -1.58-2.42c-.67-.58-1-.79-1-.79a17.29 17.29 0 0 1 3.17 1.16c.75.5 1.16.55 1.25.34s.62-2.54.62-2.54a6.62 6.62 0 0 0 1.08 2.12 1.32 1.32 0 0 0 1.21.46l1.17-.21.67-.62s.2.66.58.75.83-.5 1.08-1.3a5.89 5.89 0 0 0 .13-1.95 6 6 0 0 1 1.08 1.79c.42 1.08.29 1.75.63 1.87s.75-.66 2.33-1.87a25.55 25.55 0 0 1 4-2.63c.17 0-1.25 3-1.21 3.63s.17 1 .54 1a10.24 10.24 0 0 0 1.88-.67s-.17 1.29.37 1.58 1.59 0 2.67.46 3.13 2.46 3.88 6.17 2.99 13.67 2.99 13.67-1.54-1.38-1.7-1.09-.5.59-.34.79 2.21 1.67 2.34 1.88.62 1.79.62 1.79-2.42-2.5-2.54-2.29-.33.87-.17 1 2.92 2.5 3 2.75.38 1 .38 1-3.25-2.92-3.38-2.67a2.25 2.25 0 0 0 -.08 1c.08.13 3.71 2.92 3.83 3.13a4.84 4.84 0 0 1 .3.75 31.17 31.17 0 0 0 -3.55-2.13 6 6 0 0 0 -.12 1s3.79 2 3.92 2.21.41.83.2.88zm-21.91-38.59c.25-.08 0-3.83-.13-4s-.67-.08-.92 0l.42 4a1.18 1.18 0 0 0 .63 0zm-10.88 17.71a8.18 8.18 0 0 0 -1.83 2.58 10.8 10.8 0 0 0 -.59 3.17c.05.12.42.12.67 0s.29-.5.58-1.79 1.88-3.21 2-3.46-.6-.69-.83-.5zm1.5 4a11.78 11.78 0 0 1 .92-2.21c.08-.33-.8-.56-.88-.42a7.71 7.71 0 0 0 -1 3.71 2.87 2.87 0 0 0 .8-.12c.37-.17.12-.38.16-1zm2.08-.25c.38-.21.3-1.13.42-1.38s-.4-.41-.54-.25a5.24 5.24 0 0 0 -.46 1.75c.04.09.21.05.58-.16z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--jedi .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 498.25 498.25%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath d=%22M487.57,10.684c-12.299-12.299-33.335-16.162-49.749,0.251L231.313,217.443c-1.519-1.519-3.496-2.538-5.672-2.843 c-3.108-0.432-6.24,0.614-8.458,2.832l-20.506,20.506h0c-3.905-3.904-10.237-3.904-14.143,0c-3.905,3.905-3.905,10.237,0,14.143h0 l-44.893,44.893c-0.003,0.002-0.006,0.005-0.008,0.007c-0.003,0.003-0.005,0.005-0.007,0.008L2.93,431.685 c-3.905,3.905-3.905,10.237,0,14.143l24.746,24.747c0.001,0,0.002,0.001,0.002,0.002s0.002,0.001,0.003,0.002l24.746,24.747 c1.875,1.875,4.419,2.929,7.071,2.929s5.196-1.054,7.071-2.929l165.463-165.463c1.953,1.952,4.512,2.929,7.071,2.929 c2.559,0,5.118-0.977,7.071-2.929c3.905-3.905,3.906-10.236,0.001-14.143l20.506-20.506c3.157-3.157,3.838-8.024,1.67-11.928 l-1.388-2.498L487.319,60.433C503.732,44.02,499.869,22.982,487.57,10.684z M59.498,474.111l-10.606-10.606l47.376-47.376 c3.905-3.905,3.905-10.237,0-14.143c-3.905-3.904-10.237-3.904-14.143,0l-47.376,47.376l-10.606-10.606l120.562-120.562 l35.355,35.356L59.498,474.111z M194.202,339.408l-35.355-35.356l44.896-44.896c0.002-0.001,0.004-0.003,0.006-0.005 s0.003-0.004,0.005-0.005l18.198-18.198l25.254,45.457L194.202,339.408z M473.177,46.29L256.862,262.605l-15.152-27.273 L451.964,25.077c8.014-8.016,16.571-5.144,21.464-0.252C478.321,29.719,481.191,38.276,473.177,46.29z%22/%3E%3Cpath d=%22M142.229,363.096l-7.071-7.071c-3.904-3.903-10.236-3.904-14.142,0c-3.905,3.905-3.906,10.236,0,14.143l7.071,7.071 c1.953,1.952,4.512,2.929,7.071,2.929c2.559,0,5.118-0.977,7.071-2.929C146.134,373.333,146.135,367.002,142.229,363.096z%22/%3E%3Cpath d=%22M113.945,377.237c-3.905-3.904-10.237-3.904-14.143,0c-3.905,3.905-3.905,10.237,0,14.143l7.071,7.071 c1.953,1.952,4.512,2.929,7.071,2.929s5.119-0.977,7.071-2.929c3.905-3.905,3.905-10.237,0-14.143L113.945,377.237z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--raygun .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 79.89 460 300.21%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath d=%22M450,99.522H295.112c-0.201-10.855-9.078-19.628-19.981-19.628h-38.882c-10.903,0-19.78,8.772-19.981,19.628H108.653c-0.201-10.855-9.078-19.628-19.981-19.628H49.79c-10.903,0-19.78,8.772-19.981,19.628h-9.647c-3.54,0-12.283,1.385-17.006,14.212C1.121,119.263,0,126.479,0,134.057c0,21.302,7.726,34.534,20.162,34.534h9.628v68.322c0,11.028,8.972,20,20,20h38.882c10.902,0,19.779-8.771,19.981-19.627h8.959c-3.044,30.555-19.953,57.795-46.538,74.197c-2.257,1.393-3.868,3.625-4.479,6.206s-0.173,5.299,1.22,7.556l30.919,50.111c1.393,2.257,3.625,3.868,6.206,4.479c0.762,0.181,1.534,0.27,2.305,0.27c1.84,0,3.66-0.508,5.251-1.489c25.322-15.625,46.496-37.538,61.231-63.37c13.574-23.794,21.423-50.559,22.968-77.96h19.555v58.509c0,11.028,8.972,20,20,20h38.882c11.028,0,20-8.972,20-20v-58.509h72.435c5.522,0,10-4.478,10-10v-39.255c0-5.522-4.478-10-10-10h-72.435v-9.44H450c5.522,0,10-4.478,10-10v-49.068C460,104,455.522,99.522,450,99.522z M236.249,168.218v-9.441h38.882l0,9.441H236.249z M275.131,129.336l0,9.44h-38.882v-9.44H275.131z M216.249,148.591H108.672v-29.068h107.577V148.591z M108.672,168.591h107.577v9.44H108.672V168.591z M236.249,188.218h38.883v9.44h-38.883V188.218z M275.131,99.895v9.441h-38.882v-9.441H275.131z M22.374,148.591c-1.01-2.151-2.374-7.107-2.374-14.534s1.364-12.383,2.374-14.534h7.416v29.068H22.374z M49.79,236.913V99.895h38.882v9.625v0.003c0,0,0,0.002,0,0.003l0.001,49.049c0,0.006-0.001,0.011-0.001,0.017s0.001,0.011,0.001,0.017l0,29.399c0,0-0.001,0.016-0.001,0.024s0.001,0.017,0.001,0.025l0.001,39.193c0,0.013-0.002,0.024-0.002,0.036s0.002,0.023,0.002,0.036v9.591H49.79z M156.354,305.336c-11.428,20.034-27.221,37.414-46.019,50.736l-20.464-33.167c27.709-20.41,44.993-51.365,47.821-85.619h38.98C175.155,261.213,168.21,284.555,156.354,305.336z M108.672,217.286v-19.255h107.577v19.255H108.672z M236.249,295.795v-78.137h38.883v9.603c0,0.009-0.001,0.017-0.001,0.025c0,0,0.001,0.017,0.001,0.025l0.001,68.483H236.249z M357.565,217.286h-62.435v-19.255h62.435V217.286z M440,148.591H295.131v-29.068H440V148.591z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--starship .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 3.4 511 504.2%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath d=%22M510.976,420.63c0.036-0.496,0.022-0.987-0.039-1.469c-0.485-12.103-4.03-23.898-10.339-34.276L275.581,14.696C271.283,7.624,263.776,3.402,255.5,3.402s-15.783,4.222-20.081,11.294L10.402,384.885c-6.309,10.378-9.854,22.172-10.339,34.276c-0.061,0.482-0.075,0.973-0.039,1.469C0.015,421.094,0,421.558,0,422.023v43.748c0,4.83,2.19,9.296,6.008,12.253c2.766,2.143,6.084,3.26,9.458,3.26c1.284,0,2.576-0.162,3.849-0.49l66.109-16.498l2.595,36.335c0.28,3.925,3.546,6.966,7.481,6.966h48c3.935,0,7.201-3.041,7.481-6.966l3.832-53.652l45.609-11.382H248v64.5c0,4.142,3.358,7.5,7.5,7.5s7.5-3.358,7.5-7.5v-64.5h47.578l45.609,11.382l3.832,53.652c0.28,3.925,3.546,6.966,7.481,6.966h48c3.935,0,7.201-3.041,7.481-6.966l2.595-36.336l66.05,16.483c4.676,1.206,9.548,0.203,13.366-2.755c3.818-2.958,6.008-7.424,6.008-12.253v-43.748C511,421.558,510.985,421.094,510.976,420.63z M248.236,22.487c1.578-2.596,4.226-4.085,7.264-4.085s5.686,1.489,7.263,4.085l225.018,370.189c3.283,5.401,5.615,11.288,6.938,17.41l-64.089-16.539l0.351-4.916c0.007-0.093,0.003-0.186,0.006-0.279c0.003-0.085,0.013-0.168,0.013-0.254c0-0.033-0.005-0.065-0.005-0.098c-0.002-0.132-0.011-0.263-0.02-0.394c-0.008-0.122-0.014-0.245-0.028-0.365c-0.003-0.025-0.002-0.049-0.006-0.074l-8-63.999c-0.469-3.753-3.66-6.57-7.442-6.57h-48c-3.782,0-6.973,2.816-7.442,6.57l-6.317,50.537l-39.823-10.277l-18.941-239.92c-0.169-2.147-1.253-4.118-2.977-5.41l-22.399-16.8c-8.303-6.227-19.899-6.228-28.201,0l-22.4,16.8c-1.723,1.292-2.807,3.263-2.977,5.41l-18.941,239.92l-39.823,10.277l-6.317-50.537c-0.469-3.753-3.66-6.57-7.442-6.57h-48c-3.782,0-6.973,2.816-7.442,6.57l-8,63.999c-0.003,0.025-0.003,0.049-0.006,0.074c-0.014,0.121-0.02,0.243-0.028,0.365c-0.009,0.131-0.018,0.262-0.02,0.394c0,0.033-0.005,0.065-0.005,0.098c0,0.086,0.01,0.169,0.013,0.254c0.003,0.093,0,0.186,0.006,0.279l0.351,4.916l-64.089,16.539c1.323-6.122,3.656-12.009,6.939-17.41L248.236,22.487z M415.004,380.598h-47.009l6.125-49h34.758L415.004,380.598z M248,136.549c-0.619,0.341-1.224,0.717-1.8,1.149l-17.273,12.955l1.783-22.588L248,115.099V136.549z M263,115.098l17.29,12.967l1.783,22.588L264.8,137.698c-0.576-0.432-1.181-0.808-1.8-1.15V115.098z M143.004,380.598H95.996l6.125-49h34.758L143.004,380.598z M15.625,466.256c-0.072,0.017-0.237,0.06-0.431-0.089C15,466.017,15,465.845,15,465.771v-39.863l66.457-17.15l2.882,40.349L15.625,466.256z M102.483,492.598l-6.929-97h47.891l-6.929,97H102.483z M158.972,388.754l36.862-9.513l-3.386,42.886l-36.511,9.111L158.972,388.754z M263,420.598v-96.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v96.5h-40.385l19.738-250.015l27.847-20.885c0.176-0.132,0.422-0.133,0.6,0l27.847,20.885l19.738,250.015H263z M318.552,422.128l-3.386-42.886l36.862,9.512l3.035,42.485L318.552,422.128z M374.483,492.598l-6.929-97h47.891l-6.929,97H374.483z M495.806,466.167c-0.193,0.149-0.359,0.106-0.489,0.074l-68.656-17.133l2.882-40.349L496,425.909v39.863C496,465.845,496,466.017,495.806,466.167z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--stormtrooper .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%227.9 2.67 48.26 58.69%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath stroke=%22none%22 d=%22m52.29 35.61s2.21-.5 2.25-5.83-3.08-5.5-3.08-5.5.12-1.83 0-4.17-.71-8.45-3.33-11.66-10.34-6.92-19.21-5.45-12.25 5.86-14.71 10.2-.7 10.8-.84 10.8c-1.29.17-3.12 2.17-2.95 5.29s1.37 4.17 1.37 4.17a8.11 8.11 0 0 0 -1.71 2.29c-1 1.78-2.58 5.45-2.08 8.91a11.3 11.3 0 0 0 3.21 6s-.34.91.5 3.45a9.11 9.11 0 0 0 6.45 6c3.59 1 8.17-.83 8.17-.83a10.94 10.94 0 0 0 5.67 2.08 15.18 15.18 0 0 0 6.12-1.54 17.17 17.17 0 0 0 2.21.59c.71.08 6.63 0 9.46-1.59s2.21-6.71 2.21-6.71a4.17 4.17 0 0 0 1.21-.87c.41-.5 3-3.33 2.95-7s-3.87-8.63-3.87-8.63zm-.87-9.61c.77-.41 1.54 1 1.62 1.33a6.31 6.31 0 0 1 0 1.17 1.07 1.07 0 0 0 -1.5.67 3.25 3.25 0 0 0 .59 3.08 1.54 1.54 0 0 0 1.12.17s-.75 2-1.42 2.12-1.66-1.42-1.75-3.29.54-4.84 1.34-5.25zm-29.67-18.8c4.79-2.88 10.42-3.38 15.83-2.34s9.75 5.14 10.75 7.55a15.76 15.76 0 0 1 1 5.29s-1.83.41-1.79.62a40 40 0 0 1 .13 4.88 58.27 58.27 0 0 1 -16.21 1.87 55.6 55.6 0 0 1 -14.46-1.87 21.24 21.24 0 0 1 -.63-4.2 4.79 4.79 0 0 0 0-1.92 9.36 9.36 0 0 0 -1.12-1s1.75-6.01 6.5-8.88zm-8.5 18.12c.62-.25 2.58 1 2.17 4.38s-1.67 4-2.25 3.87-1.17-1.83-1.17-1.83a1 1 0 0 0 1.67-.74 6.61 6.61 0 0 0 .08-3.29 2.33 2.33 0 0 0 -1.75-.71s.62-1.43 1.25-1.68zm36.37 29.68c-1.41 3.21-3.33 3.21-6.16 3.29a37.42 37.42 0 0 1 -5.59-.54 10.36 10.36 0 0 1 -6 1.58c-3.54-.2-4.83-1.91-5.25-2s-4.41 1.79-8.5.29-5.62-6.21-4-8.13 7.25-3.25 10.75-6 4.12-4.41 7.79-4.5c2.29 0 7.16 5 11.79 7.63s6.55 5.2 5.17 8.38zm1.55-5a10 10 0 0 0 -3.17-3.72c-2-1.29-3.92-2.62-3.92-2.62s1.8-3 2.88-3.67a2.94 2.94 0 0 1 3 .08c.38.38.54.5.67.34a1.77 1.77 0 0 0 .29-.84 5.64 5.64 0 0 0 -2.67-1.33c-1.17-.24-2.25 1.12-3.17 2.33s-1.5 1.92-1.5 1.92-2.58-2.49-5.16-5.33-4.42-3.67-6.34-3.63-3.91 3.79-6.66 5.79-4.42 3.13-4.42 3.13-3.92-4.21-4.88-4.29-3 1.16-2.87 1.45.58 1.09.83 1 1.75-1.16 2.29-.79 3.8 3.46 3.67 3.79-2.42 1.39-4.75 2.88a12.72 12.72 0 0 0 -2.87 2.21s-2.96-2.7-2.42-6.17a27.32 27.32 0 0 1 3-7.71s2.83-.41 3.25-2.62a33.06 33.06 0 0 0 .2-6 53.81 53.81 0 0 0 17.21 1.87c9.67-.62 15.71-1.37 15.71-1.37s-1 4.29-.25 5.91a14.67 14.67 0 0 0 1.83 2.84s4 7.91 3.38 10.16-3.16 4.39-3.16 4.39zm-30.42-38.14c.67-.66 3.17-2.62 3.29-2.79s-.62-.75-.75-.83-.83.17-2.83 2a8 8 0 0 0 -2.46 3.54c.25 0 1 .79 1.21.83s.87-2.08 1.54-2.75zm24.79-.37c.21 0 .17-.13.33-.54s-2.2-1.56-2.54-1.63-.21 1-.08 1.17a10.89 10.89 0 0 0 2.29 1zm2.13 3.42a.6.6 0 0 0 .16-.59c-.08-.37-4.58-2.54-4.58-2.54-.29.08 0 .83.08 1s4.34 2.13 4.34 2.13zm-.09 2.29c.13-.09.17-.5.09-.75a32.63 32.63 0 0 0 -4.42-2 3.23 3.23 0 0 0 -.13 1 39.16 39.16 0 0 0 4.46 1.75zm-1 2.12c.29 0 .08-.41 0-.75a10.08 10.08 0 0 0 -3.66-1.71c-.17.09-.38.71-.25.88a26.31 26.31 0 0 0 3.87 1.58zm-.12 2.59c.12 0 .25-.71.12-.88a20.85 20.85 0 0 0 -3.79-1.83c-.21 0-.21 1-.08 1.12s3.58 1.54 3.71 1.59zm-2.21 1.29a.6.6 0 0 0 .46-.42c.08-.21-2.27-.9-2.46-1.08s-.25.58-.08.79a6.11 6.11 0 0 0 2.08.71zm-21 10.25c3.37-.38 5.21-2.75 5.21-3.5s-1.34-1-4.38-1.17a36.33 36.33 0 0 1 -5.58-.78c-.83.29-.92 5-.63 5.37s1.96.45 5.34.08zm21.75-4.45c-1.71 0-6.86-.44-7.34.25s1.59 3.21 3.84 4.16a10.14 10.14 0 0 0 6 .17c.29-.25.08-4 0-4.33s-.83-.25-2.5-.25zm.5 7.16c-1.5.04-3.17-.63-5.5-2.16s-4.71-3.79-6.29-4-2.46.17-4.34 1.25-5.37 4.28-8.12 4.66a6.09 6.09 0 0 1 -4.54-1.3c-.21 0-.63.59-.63.8s2.13 2 5.46 1.66 9.08-5.83 11.46-5.83 7.46 4.87 9.46 5.79a7.37 7.37 0 0 0 4.87.08c.21-.12.08-.7 0-1s-.33-.11-1.87 0zm-32.79 6.58c0 .17.25.83.46.83a11.58 11.58 0 0 0 2.33-1.57.54.54 0 0 0 -.21-.79c-.29-.21-2.53 1.31-2.58 1.53zm.91 1.71c0 .16.25.83.46.83a11.37 11.37 0 0 0 2.34-1.54.55.55 0 0 0 -.21-.79c-.34-.21-2.53 1.28-2.59 1.5zm35-3.29a.55.55 0 0 0 -.21.79 11.37 11.37 0 0 0 2.34 1.54c.21 0 .5-.67.46-.83s-2.21-1.66-2.58-1.5zm-.91 1.7a.55.55 0 0 0 -.21.8 11 11 0 0 0 2.33 1.54c.21 0 .5-.67.46-.84s-2.24-1.7-2.57-1.5zm-8.46 2.42c.21 0 .5-.67.46-.83s-2.25-1.71-2.59-1.5a.55.55 0 0 0 -.21.79 11.37 11.37 0 0 0 2.35 1.54zm-.91 1.72c.21 0 .5-.67.46-.83s-2.25-1.71-2.58-1.5a.53.53 0 0 0 -.21.79 11 11 0 0 0 2.33 1.54zm-13.72 1.16c.25-.13.71-.34.55-.5s-1.55-2-1.8-1.84a1.24 1.24 0 0 0 -.37.59c.33.33 1.37 1.87 1.62 1.75zm15.3.33a4.08 4.08 0 0 0 1.41-1.29c.13-.38-.41-.67-.66-.67s-1.21 1.17-1.3 1.38c0 0 .38.58.55.58zm.41 1.5c-1.75 0-1.12 0-2.75-1.67s-3.58-2.87-5.58-2.75c-3.34.21-4.09 3.54-5 4.13s-2.13-.46-4.84-1.21a5 5 0 0 0 -5.87 3.58c-.38 2.09.62 4.42 3.75 5s6.25-1.08 6.62-.87a8.44 8.44 0 0 0 5.5 2.25 6.85 6.85 0 0 0 5.63-1.88 7.52 7.52 0 0 1 2.12.25c1.17.18 4.09.92 6.09.18s3.38-2.83 1.79-5.67-5.71-1.33-7.46-1.33zm6.88 4c-.21 1.42-1.21 2.54-3.63 2.46s-5-1.38-5.75-1.25-2.58 2.08-4.25 2.33a7.58 7.58 0 0 1 -4.66-1 12.29 12.29 0 0 0 -2.17-1.53c-.67-.21-2.92 1.29-5.71 1s-3.71-2.09-3.37-3.75 1.87-3.09 3.58-2.63 4.71 2.13 5.87 1.5 2.59-4.33 5.38-4.33c2.34 0 4.21 3.29 5.46 3.92s4.91-.25 7 .12a2.53 2.53 0 0 1 2.25 3.17zm-26.59-2.75c-.95.54-1.87 2-.45 3.17a1.86 1.86 0 0 0 3.2-1.09c.13-1.32-1.32-2.89-2.75-2.08zm22.5.46c-.95.54-1.87 2-.45 3.16a1.86 1.86 0 0 0 3.2-1.08c.13-1.37-1.32-2.89-2.75-2.08zm-9.26-.32a15.2 15.2 0 0 0 -.08-2.12c-.11-.33-2.37-.15-2.48-.11a13.87 13.87 0 0 0 -.18 2.19s-1.39-.15-1.5-.11a29.08 29.08 0 0 0 -.29 3.25c0 .19 1.49.37 1.49.37s0 1.06.08 1.28a9.33 9.33 0 0 0 3 0 7.38 7.38 0 0 0 0-1.54s1.49-.22 1.68-.29a11.67 11.67 0 0 0 0-2.78c.07-.18-1.72-.14-1.72-.14z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.stl--battlemat .stl-rail--tank .stl-sec-hd::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%221.9 4.8 20.2 14.4%22%3E%3Cg fill=%22%23B0B9C6%22 stroke=%22%23B0B9C6%22%3E%3Cpath fill-rule=%22evenodd%22 d=%22M5.07 13.49h14.14a2.79 2.79 0 0 1 0 5.58H5.07a2.79 2.79 0 0 1 0-5.58zM6.93 15.14a1.23 1.23 0 1 0 0 2.46 1.23 1.23 0 1 0 0-2.46zM9.63 15.14a1.23 1.23 0 1 0 0 2.46 1.23 1.23 0 1 0 0-2.46zM12.33 15.14a1.23 1.23 0 1 0 0 2.46 1.23 1.23 0 1 0 0-2.46zM15.02 15.14a1.23 1.23 0 1 0 0 2.46 1.23 1.23 0 1 0 0-2.46zM17.72 15.14a1.23 1.23 0 1 0 0 2.46 1.23 1.23 0 1 0 0-2.46z%22/%3E%3Cpath d=%22M3.4 13.49 6.74 9.77h14.14v3.72z%22/%3E%3Cpath d=%22M8.98 9.77 10.19 6.33h6.42l1.02 3.44z%22/%3E%3Cpath d=%22M13.26 6.33V4.93h2.42v1.4z%22/%3E%3Cpath d=%22M10.37 7.44 3.21 6.98v1.4l7.16 0.47z%22/%3E%3Cpath d=%22M2 6.7h1.4v2.05H2z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
@media (max-width:640px){
  .stl .stl-index{--idx-gap:9px; --idx-s:9.5px; letter-spacing:.05em}
}
