/* ---------- Fancy RPG UL ---------- */
.rpg-list{
  --paper: color-mix(in srgb, var(--background, #f4efe6) 85%, #fff);
  --ink:   var(--text, #1f1b16);
  --accent: var(--primary, #7aa2cc);
  --edge: rgba(0,0,0,.12);

  list-style: none;                 /* we’ll draw bullets */
  margin: 0;
  padding: 14px 16px;
  position: relative;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .intro {
    margin: 20px;
    padding: 20px;
    font-size: 0.9rem;
  }

  .introDie {
    width: 64px;
  }

    .rpg-list{
    font-size: .775rem;
  }
}

@media (max-width: 500px) {
  .intro {
    margin: 5px;
    padding: 5px;
    font-size: 0.85rem;
  }

  .introDie {
    width: 32px;
  }

  .rpg-list{
    font-size: .7rem;
  }
}

/* subtle torn top/bottom edges (optional) */
.rpg-list::before,
.rpg-list::after{
  content:"";
  position:absolute; left:10px; right:10px; height:6px;
  pointer-events:none;
}
.rpg-list::before{ top:-4px; }
.rpg-list::after { bottom:-4px; }

/* items */
.rpg-list li{
  position: relative;
  padding: 10px 12px 10px 44px;   /* room for bullet */
  color: var(--ink);
}
.rpg-list li:last-child{ border-bottom: 0; }

/* links inside items */
.rpg-list a{
  color: var(--ink);
  text-decoration: none;
  display: inline-block;
  transition: transform .15s ease, color .15s ease, text-shadow .15s ease;
}
.rpg-list a:hover{
  color: color-mix(in srgb, var(--ink) 80%, var(--accent));
  text-shadow: 0 0 .35px currentColor, 0 0 .35px currentColor;
  transform: translateX(2px);
}
.rpg-list a:focus-visible{
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Fancy bullet: a d20 silhouette ---------- */
.rpg-list li::before{
  content:"";
  position:absolute; left:12px; top:50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  background: var(--accent);
  -webkit-mask: url('data:image/svg+xml;utf8,\
  <svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\">\
    <path d=\"M12 2 3 7v10l9 5 9-5V7l-9-5Zm0 2.3 6.8 3.8v8.8L12 21.7 5.2 14V6.1L12 4.3Zm-5.3 4L12 6.5l5.3 1.8L12 14.4 6.7 8.3Z\"/>\
  </svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,\
  <svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\">\
    <path d=\"M12 2 3 7v10l9 5 9-5V7l-9-5Zm0 2.3 6.8 3.8v8.8L12 21.7 5.2 14V6.1L12 4.3Zm-5.3 4L12 6.5l5.3 1.8L12 14.4 6.7 8.3Z\"/>\
  </svg>') center/contain no-repeat;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.35));
  opacity:.95;
  transition: transform .15s ease, background-color .15s ease;
}
.rpg-list li:hover::before{
  transform: translateY(-50%) rotate(-8deg) scale(1.05);
  background: color-mix(in srgb, var(--accent) 80%, #fff);
}

/* ---------- Compact variant for tight spaces ---------- */
.rpg-list.compact li{ padding-block: 7px; }
.rpg-list.compact li::before{ width:18px; height:18px; left:10px; }

/* ---------- Responsive: stack like “cards” on narrow screens ---------- */
@media (max-width: 560px){
  .rpg-list{ padding: 10px 12px; border-radius: 8px; }
  .rpg-list li{
    padding: 10px 12px 10px 42px;
    border-bottom: 1px dashed rgba(0,0,0,.15);
  }
}



/* Soften stagger/fade as viewport narrows; remove on mobile */
@media (max-width: 1200px){ .menu-grid{ --stagger-x:14%; --fade-softness:34%; } }
@media (max-width: 992px){  .menu-grid{ --stagger-x:10%; --fade-softness:30%; } }
@media (max-width: 768px){  .menu-grid{ --stagger-x:6%;  --fade-softness:24%; } }
@media (max-width: 640px){  .menu-grid{ --stagger-x:3%;  --fade-softness:16%; } }
@media (max-width: 576px){
  .menu-grid{ --stagger-x:0%; --solid-band:100%; --fade-softness:0%; }
  .menu-grid .menu-item{ width:100%; justify-content:center; text-align:center; padding-inline:0; font-size: 0.85rem;}
  .menu-grid .menu-item::before,
  .menu-grid .menu-item::after{ -webkit-mask-image: none; mask-image: none; }
  .menu-item .mi-content{ max-width: 100%;   padding-block: 0; padding-left: 0; padding-right: 0;}
  .menu-item { min-height: 44px; max-height: 44px; font-size: 1.1rem;}
  .menu-grid { gap: 20px; };
  .menu-grid .menu-item:nth-child(odd){ margin-right: 5px; margin-left:  5px; justify-content:center; text-align: center;  }
  .menu-grid .menu-item:nth-child(even){ margin-right: 5px; margin-left:  5px; justify-content:center; text-align: center;  }


  .menu-item .mi-content{ padding-block: 0; padding-left: 0; padding-right: 0; }
    .menuIcon-size{
    width: 0px !important;
    height: 0px !important;
    line-height: 0px;              /* helps with icon-font baselines */
  }

  /* if it’s an icon font (e.g. RPG Awesome ra-*) */
  .menuIcon-size::before{
    font-size: 0px !important;
    line-height: 0px !important;
  }

  /* if there’s an inline <svg> inside */
  .menuIcon-size svg{
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 576px){
  .menu-grid{
    --stagger-x: 0%;
    --solid-band: 100%;
    --fade-softness: 0%;
    gap: 20px;                 /* ← remove the stray semicolon after the block */
    padding-inline: 12px;      /* small breathing room; set to 0 if you prefer */
    justify-items: stretch;    /* let items fill width */
  }

  /* kill all stagger margins/paddings & center content */
  .menu-grid .menu-item{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 44px;
    max-height: none;
    display: flex;
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center */
    text-align: center !important;
    font-size: 0.9rem;         /* your size; tweak as needed */
  }

  /* wipe out left/right overrides from odd/even stagger */
  .menu-grid .menu-item:nth-child(odd),
  .menu-grid .menu-item:nth-child(even){
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* make the text wrapper fill and center */
  .menu-item .mi-content{
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* remove gradient masks on mobile */
  .menu-grid .menu-item::before,
  .menu-grid .menu-item::after{
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }

  /* optional: unify the border look on mobile (pick one) */
  /* full border:
  .menu-grid .menu-item::after{ border: 1px solid #000 !important; }
  */
  /* or no border:
  .menu-grid .menu-item::after{ border: 0 !important; }
  */
}

@media (max-width: 590px){
  /* hide the top corners on narrow screens */
  .mi-corner.tl,
  .mi-corner.tr{
    display: none !important;
  }
}

@media (max-width: 590px){
  /* if you added extra inline padding to make room for outside corners,
     you can trim it back on small screens */
  .menu-grid{
    padding-inline: 12px;
  }
}


.ra-nudgeLeft {
  position: relative;
  left: -10px;
  /* margin-left: -10px; */
}

.ra-nudgeLeftLess {
  position: relative;
  left: -7px;
}

.ra-nudgeDown {
  position: relative;
  top: 10px;
}

.icon-shop{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256 16C121 16 16 76 16 136c0 30 15 45 30 60-15 15-30 54.417-30 75v165c0 30 30 60 60 60h360c30 0 60-15 60-60V256c0-18.957-15-45-30-60 15-15 30-30 30-60 0-60-105-120-240-120zm0 60c105 0 180 15 180 60 0 15-15 45-30 60 15 15 30 60 30 75v165H76V271c0-15 15-60 30-75-15-15-30-45-30-60 0-45 75-60 180-60zm-10.375 27.125a15 15 0 0 0-10.844 4.375L107.5 234.78a15 15 0 0 0 0 21.22l10.625 10.594a15 15 0 0 0 21.22 0l127.28-127.28a15 15 0 0 0 0-21.19L256 107.5a15 15 0 0 0-10.375-4.375zm100.75 37.125a15 15 0 0 0-10.813 4.375L144.625 335.563a15 15 0 0 0 0 21.187l10.625 10.625a15 15 0 0 0 21.22 0l190.905-190.938a15 15 0 0 0 0-21.187l-10.594-10.625a15 15 0 0 0-10.405-4.375zM383.5 241a15 15 0 0 0-10.813 4.406l-127.28 127.28a15 15 0 0 0 0 21.19L256 404.5a15 15 0 0 0 21.22 0L404.5 277.22a15 15 0 0 0 0-21.22l-10.594-10.594A15 15 0 0 0 383.5 241z" fill="#000000" fill-opacity="1""/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256 16C121 16 16 76 16 136c0 30 15 45 30 60-15 15-30 54.417-30 75v165c0 30 30 60 60 60h360c30 0 60-15 60-60V256c0-18.957-15-45-30-60 15-15 30-30 30-60 0-60-105-120-240-120zm0 60c105 0 180 15 180 60 0 15-15 45-30 60 15 15 30 60 30 75v165H76V271c0-15 15-60 30-75-15-15-30-45-30-60 0-45 75-60 180-60zm-10.375 27.125a15 15 0 0 0-10.844 4.375L107.5 234.78a15 15 0 0 0 0 21.22l10.625 10.594a15 15 0 0 0 21.22 0l127.28-127.28a15 15 0 0 0 0-21.19L256 107.5a15 15 0 0 0-10.375-4.375zm100.75 37.125a15 15 0 0 0-10.813 4.375L144.625 335.563a15 15 0 0 0 0 21.187l10.625 10.625a15 15 0 0 0 21.22 0l190.905-190.938a15 15 0 0 0 0-21.187l-10.594-10.625a15 15 0 0 0-10.405-4.375zM383.5 241a15 15 0 0 0-10.813 4.406l-127.28 127.28a15 15 0 0 0 0 21.19L256 404.5a15 15 0 0 0 21.22 0L404.5 277.22a15 15 0 0 0 0-21.22l-10.594-10.594A15 15 0 0 0 383.5 241z" fill="#000000" fill-opacity="1""/></svg>') center / contain no-repeat;
}

.icon-tavern {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M105 41v96h30V41zm272 0v98h30V41zM25 57v30h62V57zm128 0v30h206V57zm272 0v30h62V57zM69 137v99l56.8 14.2L69 265.7v126.1c14.39-3.5 29.01-1.7 42.7 3.4 17.9 6.5 34.9 18 51.6 30.1 33.4 24.3 65.9 50.3 92.7 50.3 26.8 0 59.3-26 92.7-50.3 16.7-12.1 33.7-23.6 51.6-30.1 13.7-5.1 28.3-6.9 42.7-3.4v-42.6l-15.4-10.7-28.2-19.6L443 323V220.4l-45.7-14.5 45.7-9.5V137h-18v20h-66v-20H153v18H87v-18zm184.3 30h.3c14.9.5 22.8 11.9 26.5 15.5 1.9 1.9 1.8 1.6 2.1 1.6 5.5-2.5 6.8-3.7 11.3-7.7h3.4c10 0 18.8 5.3 24.7 12.8 5.9 7.5 9.2 17.4 9.2 28.1 0 3.9-.4 7.6-1.3 11.2 4.1-1.5 8.1-2.7 12.2-2.9 1.5-.2 2.9-.1 4.3.1 5.9.6 12.7 5.2 14.6 11.7 10.3 34.2 7.7 71.4.1 100.8-2.7 10.6-10.6 17.6-18.6 20.3-4.5 1.5-8.9 2.1-13.1 2.4-.2 2 0 32.6 0 50.1H183c-.1-17.9 0-34.7 0-52 3.5-30.3 8.9-71.6 12.6-104.5-13.1-6.2-22.3-18.8-22.3-33.7 0-21.2 18.7-37.8 40.6-37.8 4.1 0 8.2.6 12 1.8 6.3-10.5 15.9-17.8 27.4-17.8zm-.1 18c-4.7.1-10.7 4.3-14.5 14.4l-3.6 9.7-9.1-5c-3.6-2-7.9-3.1-12.1-3.1-13.1 0-22.6 9.2-22.6 19.8 0 10.6 9.5 19.8 22.6 19.8 5.4 0 10.6-1.7 14.5-4.6l7.9-5.9 5.2 8.4c3.8 6.3 8.1 8.5 11.8 8.5 4.7 0 10.8-4.3 14.7-14.6l6.9-18.5 9.4 17.3c3.5 6.3 8.1 9 12.6 9 3.7 0 7.3-1.9 10.5-5.9 3.1-4 5.4-10.1 5.4-17s-2.3-13-5.4-17c-2.4-3-5-4.8-7.8-5.6-5.6 4.4-10.8 7.1-16.5 7.4-6.7.3-12.2-3.5-15.5-6.6-6.4-6.2-8.1-10.2-14.4-10.5zm90.4 58.6c-9.9 1.2-19.7 7.5-26.9 13.2l9.6 86.1c3.9-.2 7.5-.6 10-1.5 3.9-1.3 5.6-2.3 7-7.6 6.8-26.5 8.9-60.6.3-90.2zm-65.6 7.6c-6.2 8.3-14.7 13.8-24.7 13.8-8.4 0-16-3.9-21.9-10.2-5.5 2.5-11.5 3.8-17.5 3.8h-.6L202.1 359h107.8l-11.2-100.9c-.6.1-1.2.1-1.8.1-7 0-13.5-2.6-18.9-7zM201 377v16h110v-16z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M105 41v96h30V41zm272 0v98h30V41zM25 57v30h62V57zm128 0v30h206V57zm272 0v30h62V57zM69 137v99l56.8 14.2L69 265.7v126.1c14.39-3.5 29.01-1.7 42.7 3.4 17.9 6.5 34.9 18 51.6 30.1 33.4 24.3 65.9 50.3 92.7 50.3 26.8 0 59.3-26 92.7-50.3 16.7-12.1 33.7-23.6 51.6-30.1 13.7-5.1 28.3-6.9 42.7-3.4v-42.6l-15.4-10.7-28.2-19.6L443 323V220.4l-45.7-14.5 45.7-9.5V137h-18v20h-66v-20H153v18H87v-18zm184.3 30h.3c14.9.5 22.8 11.9 26.5 15.5 1.9 1.9 1.8 1.6 2.1 1.6 5.5-2.5 6.8-3.7 11.3-7.7h3.4c10 0 18.8 5.3 24.7 12.8 5.9 7.5 9.2 17.4 9.2 28.1 0 3.9-.4 7.6-1.3 11.2 4.1-1.5 8.1-2.7 12.2-2.9 1.5-.2 2.9-.1 4.3.1 5.9.6 12.7 5.2 14.6 11.7 10.3 34.2 7.7 71.4.1 100.8-2.7 10.6-10.6 17.6-18.6 20.3-4.5 1.5-8.9 2.1-13.1 2.4-.2 2 0 32.6 0 50.1H183c-.1-17.9 0-34.7 0-52 3.5-30.3 8.9-71.6 12.6-104.5-13.1-6.2-22.3-18.8-22.3-33.7 0-21.2 18.7-37.8 40.6-37.8 4.1 0 8.2.6 12 1.8 6.3-10.5 15.9-17.8 27.4-17.8zm-.1 18c-4.7.1-10.7 4.3-14.5 14.4l-3.6 9.7-9.1-5c-3.6-2-7.9-3.1-12.1-3.1-13.1 0-22.6 9.2-22.6 19.8 0 10.6 9.5 19.8 22.6 19.8 5.4 0 10.6-1.7 14.5-4.6l7.9-5.9 5.2 8.4c3.8 6.3 8.1 8.5 11.8 8.5 4.7 0 10.8-4.3 14.7-14.6l6.9-18.5 9.4 17.3c3.5 6.3 8.1 9 12.6 9 3.7 0 7.3-1.9 10.5-5.9 3.1-4 5.4-10.1 5.4-17s-2.3-13-5.4-17c-2.4-3-5-4.8-7.8-5.6-5.6 4.4-10.8 7.1-16.5 7.4-6.7.3-12.2-3.5-15.5-6.6-6.4-6.2-8.1-10.2-14.4-10.5zm90.4 58.6c-9.9 1.2-19.7 7.5-26.9 13.2l9.6 86.1c3.9-.2 7.5-.6 10-1.5 3.9-1.3 5.6-2.3 7-7.6 6.8-26.5 8.9-60.6.3-90.2zm-65.6 7.6c-6.2 8.3-14.7 13.8-24.7 13.8-8.4 0-16-3.9-21.9-10.2-5.5 2.5-11.5 3.8-17.5 3.8h-.6L202.1 359h107.8l-11.2-100.9c-.6.1-1.2.1-1.8.1-7 0-13.5-2.6-18.9-7zM201 377v16h110v-16z"/></svg>') center / contain no-repeat;
}

.icon-map {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M227.4 34.7c-10.1 0-20.2.2-30.2.5l6.1 65.6-61.1-62.5c-31.3 2.5-62.5 6.6-93.8 12.5l34.2 28.4-48-.6c35.1 100.2 6.9 182.6-.3 292.1L130 476.5c10-1.3 19.9-2.4 29.6-3.3l21.5-42.2 18.6 28.8 41.5-33.5.8 43c82.9-.2 157.7 9.1 235.7 7.9-28.2-73-31.2-143.6-31.9-209.2l-33.3-19.1 32.7-33.9c-.4-21.3-1.3-42-3.6-61.9l-57.4.7 50.2-41.7c-3.8-15.5-9-30.4-16.1-44.7l-29.5-23.9C335 38 281.2 34.6 227.4 34.7zm58.7 37c10.6 24.75 21.1 49.5 31.7 74.3 7.5-10.5 14.9-21 22.4-31.5 16 27.2 32 54.3 48 81.5l-16.2 9.5-33.3-56.7-42.5 59.4-15.2-10.9 24-33.5-21.9-51.5-24.6 40.1 12 22.6-16.5 8.8-18.3-34.5-24.8 58.2-17.2-7.4 32.5-76.2 7.7-18c4.8 9.2 9.6 18.3 14.5 27.4 12.5-20.6 25.1-41.11 37.7-61.6zM91.2 128c6.72 1.6 13.4 3.4 19.2 5.3-2.1 5.9-4.1 11.8-6.2 17.6-5.79-1.6-11.72-3.4-16.9-4.7 1.39-6 2.62-12.1 3.9-18.2zm37.9 13.4c6.3 3.8 12 7.2 17 12.8L132.6 167c-4-3.7-8.6-7-12.8-9.4zm28.7 32.3c2.1 7.4 2.1 15.7 1.6 22.5l-18.5-2.4c.1-5.1.3-10-1-14.5zm-21.2 35.7 17.2 7.1c-3.3 6.6-5.1 12.7-8.6 17.8l-16.3-9c2.6-5.4 5.6-10.8 7.7-15.9zm-16.5 34.1 17.7 6.1c-1.5 5.4-3 11.2-3.6 16.2l-18.6-2c1.3-7.5 2.1-14 4.5-20.3zm207.8 17.4c8.5 1 14.6 3 21.7 7.1l-9.8 16c-4.1-2.8-9.4-3.8-13.5-4.5zm-21.2 1.5c1.1 6.1 2.5 12.2 3.9 18.3-5.9 1.3-11.7 3.3-16.5 5.1l-6.8-17.4c6.7-2.4 13.5-4.7 19.4-6zm-37.9 15.9 11 15.1c-5.6 4-11.8 7.8-16.8 10.6l-8.9-16.4c5.1-2.9 10.6-6.3 14.7-9.3zM135.3 281c1.5 4.7 4.2 9.2 6.9 12.1l-13.8 12.6c-5.5-5.7-9.5-13.5-11.2-20.1zm230.3 3.3c3.5 6.4 6.8 12.7 8.7 19.1l-17.8 5.6c-2-5.4-4.3-10.8-6.8-14.8zm-127.4 10.9 6.9 17.3c-6.4 2.7-12.9 4.8-18.6 6.5l-5-18c5.9-1.6 11.3-3.8 16.7-5.8zm-83.8 6.2c5.3 1.7 10.8 3.4 15.7 4.2-1.2 6.1-2 12.3-2.8 18.5-7-1-14.5-3.3-20.5-5.7zm50 3.5 2.8 18.5c-7.2 1.3-13.4 1.6-19.8 1.9l-.4-18.7c5.9-.2 11.6-.8 17.4-1.7zm174.5 18c1 6.4 1.6 12.9 2.2 19.3l-18.7 1.5c-.4-6-.9-11.9-2-17.8zm-67.6 30.8c18.9 3.5 44.9 16.2 68.9 33.9 7.4-9.9 14.4-20.4 21.3-31.1l30.1 12.9c-4.7 12.3-15 25.6-28.6 37.2 17 16.2 30.9 34.5 37 53-13.8-18.1-31.1-31.8-50.3-42.8-23.4 15.8-52.7 25.9-79.6 20.4 22.9-4.4 40.6-16.6 55.8-32.6-16.5-7.5-33.8-13.9-51.3-20.1z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M227.4 34.7c-10.1 0-20.2.2-30.2.5l6.1 65.6-61.1-62.5c-31.3 2.5-62.5 6.6-93.8 12.5l34.2 28.4-48-.6c35.1 100.2 6.9 182.6-.3 292.1L130 476.5c10-1.3 19.9-2.4 29.6-3.3l21.5-42.2 18.6 28.8 41.5-33.5.8 43c82.9-.2 157.7 9.1 235.7 7.9-28.2-73-31.2-143.6-31.9-209.2l-33.3-19.1 32.7-33.9c-.4-21.3-1.3-42-3.6-61.9l-57.4.7 50.2-41.7c-3.8-15.5-9-30.4-16.1-44.7l-29.5-23.9C335 38 281.2 34.6 227.4 34.7zm58.7 37c10.6 24.75 21.1 49.5 31.7 74.3 7.5-10.5 14.9-21 22.4-31.5 16 27.2 32 54.3 48 81.5l-16.2 9.5-33.3-56.7-42.5 59.4-15.2-10.9 24-33.5-21.9-51.5-24.6 40.1 12 22.6-16.5 8.8-18.3-34.5-24.8 58.2-17.2-7.4 32.5-76.2 7.7-18c4.8 9.2 9.6 18.3 14.5 27.4 12.5-20.6 25.1-41.11 37.7-61.6zM91.2 128c6.72 1.6 13.4 3.4 19.2 5.3-2.1 5.9-4.1 11.8-6.2 17.6-5.79-1.6-11.72-3.4-16.9-4.7 1.39-6 2.62-12.1 3.9-18.2zm37.9 13.4c6.3 3.8 12 7.2 17 12.8L132.6 167c-4-3.7-8.6-7-12.8-9.4zm28.7 32.3c2.1 7.4 2.1 15.7 1.6 22.5l-18.5-2.4c.1-5.1.3-10-1-14.5zm-21.2 35.7 17.2 7.1c-3.3 6.6-5.1 12.7-8.6 17.8l-16.3-9c2.6-5.4 5.6-10.8 7.7-15.9zm-16.5 34.1 17.7 6.1c-1.5 5.4-3 11.2-3.6 16.2l-18.6-2c1.3-7.5 2.1-14 4.5-20.3zm207.8 17.4c8.5 1 14.6 3 21.7 7.1l-9.8 16c-4.1-2.8-9.4-3.8-13.5-4.5zm-21.2 1.5c1.1 6.1 2.5 12.2 3.9 18.3-5.9 1.3-11.7 3.3-16.5 5.1l-6.8-17.4c6.7-2.4 13.5-4.7 19.4-6zm-37.9 15.9 11 15.1c-5.6 4-11.8 7.8-16.8 10.6l-8.9-16.4c5.1-2.9 10.6-6.3 14.7-9.3zM135.3 281c1.5 4.7 4.2 9.2 6.9 12.1l-13.8 12.6c-5.5-5.7-9.5-13.5-11.2-20.1zm230.3 3.3c3.5 6.4 6.8 12.7 8.7 19.1l-17.8 5.6c-2-5.4-4.3-10.8-6.8-14.8zm-127.4 10.9 6.9 17.3c-6.4 2.7-12.9 4.8-18.6 6.5l-5-18c5.9-1.6 11.3-3.8 16.7-5.8zm-83.8 6.2c5.3 1.7 10.8 3.4 15.7 4.2-1.2 6.1-2 12.3-2.8 18.5-7-1-14.5-3.3-20.5-5.7zm50 3.5 2.8 18.5c-7.2 1.3-13.4 1.6-19.8 1.9l-.4-18.7c5.9-.2 11.6-.8 17.4-1.7zm174.5 18c1 6.4 1.6 12.9 2.2 19.3l-18.7 1.5c-.4-6-.9-11.9-2-17.8zm-67.6 30.8c18.9 3.5 44.9 16.2 68.9 33.9 7.4-9.9 14.4-20.4 21.3-31.1l30.1 12.9c-4.7 12.3-15 25.6-28.6 37.2 17 16.2 30.9 34.5 37 53-13.8-18.1-31.1-31.8-50.3-42.8-23.4 15.8-52.7 25.9-79.6 20.4 22.9-4.4 40.6-16.6 55.8-32.6-16.5-7.5-33.8-13.9-51.3-20.1z"/></svg>') center / contain no-repeat;
}

.icon-appetizers {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256 16C121 16 16 76 16 136c0 30 15 45 30 60-15 15-30 54.417-30 75v165c0 30 30 60 60 60h360c30 0 60-15 60-60V256c0-18.957-15-45-30-60 15-15 30-30 30-60 0-60-105-120-240-120zm0 60c105 0 180 15 180 60 0 15-15 45-30 60 15 15 30 60 30 75v165H76V271c0-15 15-60 30-75-15-15-30-45-30-60 0-45 75-60 180-60zm-10.375 27.125a15 15 0 0 0-10.844 4.375L107.5 234.78a15 15 0 0 0 0 21.22l10.625 10.594a15 15 0 0 0 21.22 0l127.28-127.28a15 15 0 0 0 0-21.19L256 107.5a15 15 0 0 0-10.375-4.375zm100.75 37.125a15 15 0 0 0-10.813 4.375L144.625 335.563a15 15 0 0 0 0 21.187l10.625 10.625a15 15 0 0 0 21.22 0l190.905-190.938a15 15 0 0 0 0-21.187l-10.594-10.625a15 15 0 0 0-10.405-4.375zM383.5 241a15 15 0 0 0-10.813 4.406l-127.28 127.28a15 15 0 0 0 0 21.19L256 404.5a15 15 0 0 0 21.22 0L404.5 277.22a15 15 0 0 0 0-21.22l-10.594-10.594A15 15 0 0 0 383.5 241z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256 16C121 16 16 76 16 136c0 30 15 45 30 60-15 15-30 54.417-30 75v165c0 30 30 60 60 60h360c30 0 60-15 60-60V256c0-18.957-15-45-30-60 15-15 30-30 30-60 0-60-105-120-240-120zm0 60c105 0 180 15 180 60 0 15-15 45-30 60 15 15 30 60 30 75v165H76V271c0-15 15-60 30-75-15-15-30-45-30-60 0-45 75-60 180-60zm-10.375 27.125a15 15 0 0 0-10.844 4.375L107.5 234.78a15 15 0 0 0 0 21.22l10.625 10.594a15 15 0 0 0 21.22 0l127.28-127.28a15 15 0 0 0 0-21.19L256 107.5a15 15 0 0 0-10.375-4.375zm100.75 37.125a15 15 0 0 0-10.813 4.375L144.625 335.563a15 15 0 0 0 0 21.187l10.625 10.625a15 15 0 0 0 21.22 0l190.905-190.938a15 15 0 0 0 0-21.187l-10.594-10.625a15 15 0 0 0-10.405-4.375zM383.5 241a15 15 0 0 0-10.813 4.406l-127.28 127.28a15 15 0 0 0 0 21.19L256 404.5a15 15 0 0 0 21.22 0L404.5 277.22a15 15 0 0 0 0-21.22l-10.594-10.594A15 15 0 0 0 383.5 241z"/></svg>') center / contain no-repeat;
}

.icon-entrees {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M187.8 45.5s-12.6 6.61-25.3 16.33c-6.3 4.86-12.8 10.5-18 16.94-5.2 6.44-9.5 13.89-9.5 22.73 0 8.6 4.6 15.7 10 20.6 5.3 4.8 11.5 8.2 17.3 11.4 5.8 3.2 11.3 6.3 15 9.3 3.7 3 5.4 5.4 5.8 8.1 1.1 6.6-5.2 22.1-13.2 34.5-8.1 12.4-16.6 22.1-16.6 22.1l13.4 12s9.4-10.6 18.3-24.3c8.9-13.7 18.6-30.2 15.9-47.1-1.4-8.5-6.6-14.8-12.3-19.3-5.6-4.6-11.9-7.9-17.6-11.1-5.7-3.1-10.9-6.2-14-9-3.1-2.8-4-4.5-4-7.2 0-2.49 1.7-6.72 5.5-11.41 3.8-4.7 9.3-9.64 15-13.96 11.3-8.63 22.7-14.71 22.7-14.71zm90 32.43s-12.4 4.66-25.1 11.56c-6.3 3.45-12.8 7.42-18.1 12.11-5.4 4.7-10.6 10.4-10.6 18.9 0 8.2 5.7 14 11.1 17.5 5.4 3.4 11.4 5.8 17.3 8.1 5.8 2.2 11.4 4.5 15.1 6.6 3.7 2.2 4.7 3.9 4.7 4 .2.6-.2 3.7-2.5 7.8-2.2 4-6 8.8-9.9 13.1-7.9 8.7-16.4 15.6-16.4 15.6l11.2 14s9.4-7.5 18.5-17.4c4.5-5 9-10.5 12.4-16.6 3.3-6 6-12.8 4.3-20.5-1.8-7.8-7.7-12.3-13.3-15.6-5.6-3.2-11.8-5.5-17.6-7.8-5.7-2.3-11-4.5-14-6.5-2.3-1.4-2.8-2.1-2.9-2.3.2 0 1.1-2.4 4.4-5.4 3.7-3.2 9.2-6.7 14.9-9.8 11.3-6.16 22.9-10.53 22.9-10.53zm67.5 12.82c-3.7.69-7.8 4.37-10.9 10.65-3.1 6.3-4.6 14.5-4.1 20.2.1 1.1 4.1 8.2 9 13.3 5 5.1 9.9 8.9 9.9 8.9l4.5 3.4-10.6 51.3 14.3 4.4 22.1-42.2c-5.1-5.5-10.2-11.9-10.9-21-.5-7.6.6-15.7 3.4-23.4-6.3-1.7-7.8-5-10.1-8-2.5-3-4.9-6.4-7.3-9.37-2.4-3.01-4.9-5.62-6.8-6.96-1.8-1.33-2.3-1.21-2.5-1.21zm56.3 16.65c-3.7.7-7.8 4.3-10.9 10.6-3 6.3-4.6 14.5-4.1 20.3.1 1.1 4.1 8.2 9 13.3 5 5.1 9.9 8.9 9.9 8.9l4.5 3.4-10.7 51.4 14.3 4.5 25.8-49.3 3.7-1s9.4-2.8 19.2-7.4c4.9-2.3 9.8-5.1 13.3-7.9 3.6-2.9 5.5-5.6 5.8-6.9v-.1c1.5-5.2.4-13.5-3-20.6-3.5-7-9-12.3-13.8-13.8-.2-.1-.7-.2-2.8 1-2.1 1.2-5 3.6-8 6.4-3 2.9-6.1 6-9.8 8.7-3.6 2.7-8.7 5.8-15.3 4.1-6.6-1.6-8.1-5.1-10.5-8.1-2.5-3-4.9-6.4-7.3-9.4-2.4-3-4.9-5.6-6.8-6.9-1.8-1.4-2.3-1.2-2.5-1.2zM92.36 119.9s-12.5 5.4-25.21 13.5c-6.36 4.1-12.83 8.7-18.13 14.2-5.3 5.5-10.04 12-10.04 20.5 0 8.2 5.22 14.7 10.59 18.7 5.38 4 11.48 6.8 17.3 9.5 5.82 2.6 11.35 5.2 15.06 7.7 3.7 2.5 4.96 4.4 5.21 5.7.35 1.8-.3 6-2.69 11-2.38 4.9-6.16 10.6-10.15 15.7-7.97 10.2-16.5 18.2-16.5 18.2l12.34 13.2s9.37-8.8 18.35-20.4c4.49-5.7 8.94-12.2 12.21-19 3.3-6.8 5.7-14.2 4.1-22.1-1.5-8-7.18-13.4-12.81-17.2-5.64-3.8-11.88-6.6-17.61-9.2-5.73-2.6-10.95-5.2-14.02-7.5-3.06-2.3-3.39-3.2-3.39-4.3 0-.9 1.26-4.1 4.96-8 3.7-3.8 9.23-7.9 14.87-11.5 11.29-7.2 22.79-12.3 22.79-12.3zm238.54 93.6c-2.3 1.6-7.7 5.5-15.2 11.2 12 2.5 24.3 5.8 36.7 9.8 1.6-1.3 3-2.4 4.5-3.6-.5-4.2-1-7.5-1.3-9.7zm56.4 16.8c-4.5 3.2-19.6 14.2-39.2 31.3-22.8 19.8-48.2 45.6-58.3 66.1-7.6 15.4-16.3 34.2-20.6 52-4.3 17.8-4.1 33.7 3.3 44.8 4.2 6.3 10.7 8.3 20.4 8.1 9.7-.1 21.3-3.2 30.9-6.2 33.7-11 69-35.1 85-69.8 7.2-15.6 8.6-47.5 7.2-74.5-1.1-22-3.3-37.7-4.2-44zm-111.9 8.1c-1.1 0-2.3 0-3.4.1-38.3 2-82.1 9.5-119.7 25-37.7 15.4-68.95 38.5-84.12 71.2-5.49 11.8-5.15 27.7-.16 41.1 4.99 13.4 14.28 23.3 24.06 25.9 42.92 11.2 101.22 16 158.32 17-3.5-13.2-2.3-27.6.9-41.4-31.1 11.8-76.5 14.6-133.8-3.5l-8.5-2.7 2.6-8.5c7.4-25 30-57.7 66.8-74.6l7.6 16.4c-26.9 12.3-45.6 36.2-53.9 54.9 59.5 16.7 102.7 8 126.3-5.3 4.6-12.5 10.2-24.2 15.2-34.3 12.5-25.2 38.7-50.8 62.1-71.1-20.7-6-40.6-10-57-10.2zm158.9 49.3c1.1 26.4.3 55.9-9.1 76.5-9.4 20.3-23.9 37-40.8 50.3 7.9-.7 15.4-1.4 22.1-2.2 12.4-1.3 22.6-2.8 29.8-4.2 3.6-.8 6.5-1.5 8.4-2 .7-.3 1.1-.5 1.4-.7 12.1-15.1 23.8-29.4 31.6-44.2 7.3-14.2 11.3-28.6 9.4-46-4.1-2.4-24-13.7-52.8-27.5zM53.14 386.9c-5.4 2.4-10.12 4.8-14.04 7.3-10.89 6.9-14.66 13-14.66 17.3 0 4.3 3.77 10.4 14.66 17.3s27.79 13.6 48.95 19.3c42.35 11.2 101.85 18.4 167.45 18.4s125.1-7.2 167.4-18.4c21.2-5.7 38-12.4 48.9-19.3 10.9-6.9 14.7-13 14.7-17.3 0-3.7-2.9-8.8-10.7-14.6-5.5 7.2-11.2 14.2-16.8 21.2l-.3.5-.5.4c-3.2 3-5.3 3.3-8.2 4.2-2.8.9-6.2 1.7-10.2 2.5-8 1.6-18.6 3.1-31.3 4.5-16.1 1.8-35.6 3.4-57.1 4.6-7.4 3.5-14.8 6.4-22.1 8.8h-.1c-10.1 3.2-23 6.8-36 7-12 .3-25.4-3.1-33.9-13.7-60.6-.6-123.8-5.3-171.76-17.8-15.92-4.2-27.55-17-34.4-32.2z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M187.8 45.5s-12.6 6.61-25.3 16.33c-6.3 4.86-12.8 10.5-18 16.94-5.2 6.44-9.5 13.89-9.5 22.73 0 8.6 4.6 15.7 10 20.6 5.3 4.8 11.5 8.2 17.3 11.4 5.8 3.2 11.3 6.3 15 9.3 3.7 3 5.4 5.4 5.8 8.1 1.1 6.6-5.2 22.1-13.2 34.5-8.1 12.4-16.6 22.1-16.6 22.1l13.4 12s9.4-10.6 18.3-24.3c8.9-13.7 18.6-30.2 15.9-47.1-1.4-8.5-6.6-14.8-12.3-19.3-5.6-4.6-11.9-7.9-17.6-11.1-5.7-3.1-10.9-6.2-14-9-3.1-2.8-4-4.5-4-7.2 0-2.49 1.7-6.72 5.5-11.41 3.8-4.7 9.3-9.64 15-13.96 11.3-8.63 22.7-14.71 22.7-14.71zm90 32.43s-12.4 4.66-25.1 11.56c-6.3 3.45-12.8 7.42-18.1 12.11-5.4 4.7-10.6 10.4-10.6 18.9 0 8.2 5.7 14 11.1 17.5 5.4 3.4 11.4 5.8 17.3 8.1 5.8 2.2 11.4 4.5 15.1 6.6 3.7 2.2 4.7 3.9 4.7 4 .2.6-.2 3.7-2.5 7.8-2.2 4-6 8.8-9.9 13.1-7.9 8.7-16.4 15.6-16.4 15.6l11.2 14s9.4-7.5 18.5-17.4c4.5-5 9-10.5 12.4-16.6 3.3-6 6-12.8 4.3-20.5-1.8-7.8-7.7-12.3-13.3-15.6-5.6-3.2-11.8-5.5-17.6-7.8-5.7-2.3-11-4.5-14-6.5-2.3-1.4-2.8-2.1-2.9-2.3.2 0 1.1-2.4 4.4-5.4 3.7-3.2 9.2-6.7 14.9-9.8 11.3-6.16 22.9-10.53 22.9-10.53zm67.5 12.82c-3.7.69-7.8 4.37-10.9 10.65-3.1 6.3-4.6 14.5-4.1 20.2.1 1.1 4.1 8.2 9 13.3 5 5.1 9.9 8.9 9.9 8.9l4.5 3.4-10.6 51.3 14.3 4.4 22.1-42.2c-5.1-5.5-10.2-11.9-10.9-21-.5-7.6.6-15.7 3.4-23.4-6.3-1.7-7.8-5-10.1-8-2.5-3-4.9-6.4-7.3-9.37-2.4-3.01-4.9-5.62-6.8-6.96-1.8-1.33-2.3-1.21-2.5-1.21zm56.3 16.65c-3.7.7-7.8 4.3-10.9 10.6-3 6.3-4.6 14.5-4.1 20.3.1 1.1 4.1 8.2 9 13.3 5 5.1 9.9 8.9 9.9 8.9l4.5 3.4-10.7 51.4 14.3 4.5 25.8-49.3 3.7-1s9.4-2.8 19.2-7.4c4.9-2.3 9.8-5.1 13.3-7.9 3.6-2.9 5.5-5.6 5.8-6.9v-.1c1.5-5.2.4-13.5-3-20.6-3.5-7-9-12.3-13.8-13.8-.2-.1-.7-.2-2.8 1-2.1 1.2-5 3.6-8 6.4-3 2.9-6.1 6-9.8 8.7-3.6 2.7-8.7 5.8-15.3 4.1-6.6-1.6-8.1-5.1-10.5-8.1-2.5-3-4.9-6.4-7.3-9.4-2.4-3-4.9-5.6-6.8-6.9-1.8-1.4-2.3-1.2-2.5-1.2zM92.36 119.9s-12.5 5.4-25.21 13.5c-6.36 4.1-12.83 8.7-18.13 14.2-5.3 5.5-10.04 12-10.04 20.5 0 8.2 5.22 14.7 10.59 18.7 5.38 4 11.48 6.8 17.3 9.5 5.82 2.6 11.35 5.2 15.06 7.7 3.7 2.5 4.96 4.4 5.21 5.7.35 1.8-.3 6-2.69 11-2.38 4.9-6.16 10.6-10.15 15.7-7.97 10.2-16.5 18.2-16.5 18.2l12.34 13.2s9.37-8.8 18.35-20.4c4.49-5.7 8.94-12.2 12.21-19 3.3-6.8 5.7-14.2 4.1-22.1-1.5-8-7.18-13.4-12.81-17.2-5.64-3.8-11.88-6.6-17.61-9.2-5.73-2.6-10.95-5.2-14.02-7.5-3.06-2.3-3.39-3.2-3.39-4.3 0-.9 1.26-4.1 4.96-8 3.7-3.8 9.23-7.9 14.87-11.5 11.29-7.2 22.79-12.3 22.79-12.3zm238.54 93.6c-2.3 1.6-7.7 5.5-15.2 11.2 12 2.5 24.3 5.8 36.7 9.8 1.6-1.3 3-2.4 4.5-3.6-.5-4.2-1-7.5-1.3-9.7zm56.4 16.8c-4.5 3.2-19.6 14.2-39.2 31.3-22.8 19.8-48.2 45.6-58.3 66.1-7.6 15.4-16.3 34.2-20.6 52-4.3 17.8-4.1 33.7 3.3 44.8 4.2 6.3 10.7 8.3 20.4 8.1 9.7-.1 21.3-3.2 30.9-6.2 33.7-11 69-35.1 85-69.8 7.2-15.6 8.6-47.5 7.2-74.5-1.1-22-3.3-37.7-4.2-44zm-111.9 8.1c-1.1 0-2.3 0-3.4.1-38.3 2-82.1 9.5-119.7 25-37.7 15.4-68.95 38.5-84.12 71.2-5.49 11.8-5.15 27.7-.16 41.1 4.99 13.4 14.28 23.3 24.06 25.9 42.92 11.2 101.22 16 158.32 17-3.5-13.2-2.3-27.6.9-41.4-31.1 11.8-76.5 14.6-133.8-3.5l-8.5-2.7 2.6-8.5c7.4-25 30-57.7 66.8-74.6l7.6 16.4c-26.9 12.3-45.6 36.2-53.9 54.9 59.5 16.7 102.7 8 126.3-5.3 4.6-12.5 10.2-24.2 15.2-34.3 12.5-25.2 38.7-50.8 62.1-71.1-20.7-6-40.6-10-57-10.2zm158.9 49.3c1.1 26.4.3 55.9-9.1 76.5-9.4 20.3-23.9 37-40.8 50.3 7.9-.7 15.4-1.4 22.1-2.2 12.4-1.3 22.6-2.8 29.8-4.2 3.6-.8 6.5-1.5 8.4-2 .7-.3 1.1-.5 1.4-.7 12.1-15.1 23.8-29.4 31.6-44.2 7.3-14.2 11.3-28.6 9.4-46-4.1-2.4-24-13.7-52.8-27.5zM53.14 386.9c-5.4 2.4-10.12 4.8-14.04 7.3-10.89 6.9-14.66 13-14.66 17.3 0 4.3 3.77 10.4 14.66 17.3s27.79 13.6 48.95 19.3c42.35 11.2 101.85 18.4 167.45 18.4s125.1-7.2 167.4-18.4c21.2-5.7 38-12.4 48.9-19.3 10.9-6.9 14.7-13 14.7-17.3 0-3.7-2.9-8.8-10.7-14.6-5.5 7.2-11.2 14.2-16.8 21.2l-.3.5-.5.4c-3.2 3-5.3 3.3-8.2 4.2-2.8.9-6.2 1.7-10.2 2.5-8 1.6-18.6 3.1-31.3 4.5-16.1 1.8-35.6 3.4-57.1 4.6-7.4 3.5-14.8 6.4-22.1 8.8h-.1c-10.1 3.2-23 6.8-36 7-12 .3-25.4-3.1-33.9-13.7-60.6-.6-123.8-5.3-171.76-17.8-15.92-4.2-27.55-17-34.4-32.2z"/></svg>') center / contain no-repeat;
}

.icon-bakedgoods {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256.03 76.47c-12.332-.298-23.413 6.18-23.06 22.468L18.655 273l.282 6.938v178.998l11.468-2.686 155.906-36.563 5.438 17.688 29.72-3.344-3.407-21.81 69.312-16.25 8.844 10.25 21.842 1.624-.937-18.844 121.938-28.625v.03c1.36-.2 2.667-.52 3.937-.936.022-.01.04-.025.063-.033l20.812-4.875 7.22-1.687v-7.188l18.53-147.406c8.89-17.113-6.495-46.453-38.72-40.124 4.752-19.91-38.983-28.136-52.03-17.25 3.263-18.202-37.385-41.715-51.906-21.187 4.632-22.758-46.006-40.867-58.845-20.345-2.41-13.453-18.07-22.568-32.094-22.906zm-10.28 39.655c2.336 2.81 7.442 5.542 13.406 6.844 5.964 1.3 12.622 1.13 16.375.155l8.94-2.313 2.436 8.938c2.21 8.203 6.852 11.33 14.438 12.97 7.586 1.64 17.768.34 25.844-2.876l10.375-4.156 2.25 10.937c1 4.886 7.39 11.092 16.343 14.313 8.954 3.22 19.15 2.73 23.53 0l11.283-7.032 2.78 13c1.227 5.752 4.534 9.73 9.656 12.594 5.123 2.864 12.08 4.212 19.063 3.375l2.25 18.563c-10.635 1.274-21.384-.563-30.44-5.625-6.057-3.388-11.185-8.528-14.75-14.844-9.637 2.4-20.165.986-29.686-2.44-9.78-3.517-19.263-9.534-24.594-18.468-8.934 2.288-18.56 2.914-27.844.907-10.046-2.173-19.796-8.438-25.312-18.532-5.44.405-11.155.037-16.906-1.22-8.71-1.9-17.57-5.648-23.813-13.155l14.375-11.938zM434.78 232.28l.095.345c1.64-.385 1.946-.3 3.656 1.094 1.712 1.39 4.14 4.616 6.22 9.343 4.058 9.22 6.91 23.626 7.656 38.5v16c-.504 10.182-1.96 19.874-4.312 27.53-1.743 5.672-3.982 10.19-6.156 12.938-1.516 1.917-2.777 2.92-4 3.44L37.625 435.374V307.312c132.618-34.5 265.01-62.72 397.156-75.03zm-72.25 177.095-26.436 3.063 14.562 21.312 24.97-4.438-13.095-19.937zm-62.78 25.03-32 5.22 11.156 12.938 21.875 1.625-1.03-19.782zm-157.25 29.5-1.625 14.908 22.47 2.937 8.436-15.313-29.28-2.53zm107.406 4.72-24.312 3.156 1.75 16.158 31.687-2.75-9.124-16.563z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M256.03 76.47c-12.332-.298-23.413 6.18-23.06 22.468L18.655 273l.282 6.938v178.998l11.468-2.686 155.906-36.563 5.438 17.688 29.72-3.344-3.407-21.81 69.312-16.25 8.844 10.25 21.842 1.624-.937-18.844 121.938-28.625v.03c1.36-.2 2.667-.52 3.937-.936.022-.01.04-.025.063-.033l20.812-4.875 7.22-1.687v-7.188l18.53-147.406c8.89-17.113-6.495-46.453-38.72-40.124 4.752-19.91-38.983-28.136-52.03-17.25 3.263-18.202-37.385-41.715-51.906-21.187 4.632-22.758-46.006-40.867-58.845-20.345-2.41-13.453-18.07-22.568-32.094-22.906zm-10.28 39.655c2.336 2.81 7.442 5.542 13.406 6.844 5.964 1.3 12.622 1.13 16.375.155l8.94-2.313 2.436 8.938c2.21 8.203 6.852 11.33 14.438 12.97 7.586 1.64 17.768.34 25.844-2.876l10.375-4.156 2.25 10.937c1 4.886 7.39 11.092 16.343 14.313 8.954 3.22 19.15 2.73 23.53 0l11.283-7.032 2.78 13c1.227 5.752 4.534 9.73 9.656 12.594 5.123 2.864 12.08 4.212 19.063 3.375l2.25 18.563c-10.635 1.274-21.384-.563-30.44-5.625-6.057-3.388-11.185-8.528-14.75-14.844-9.637 2.4-20.165.986-29.686-2.44-9.78-3.517-19.263-9.534-24.594-18.468-8.934 2.288-18.56 2.914-27.844.907-10.046-2.173-19.796-8.438-25.312-18.532-5.44.405-11.155.037-16.906-1.22-8.71-1.9-17.57-5.648-23.813-13.155l14.375-11.938zM434.78 232.28l.095.345c1.64-.385 1.946-.3 3.656 1.094 1.712 1.39 4.14 4.616 6.22 9.343 4.058 9.22 6.91 23.626 7.656 38.5v16c-.504 10.182-1.96 19.874-4.312 27.53-1.743 5.672-3.982 10.19-6.156 12.938-1.516 1.917-2.777 2.92-4 3.44L37.625 435.374V307.312c132.618-34.5 265.01-62.72 397.156-75.03zm-72.25 177.095-26.436 3.063 14.562 21.312 24.97-4.438-13.095-19.937zm-62.78 25.03-32 5.22 11.156 12.938 21.875 1.625-1.03-19.782zm-157.25 29.5-1.625 14.908 22.47 2.937 8.436-15.313-29.28-2.53zm107.406 4.72-24.312 3.156 1.75 16.158 31.687-2.75-9.124-16.563z"/></svg>') center / contain no-repeat;
}

.icon-soups {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M259.063 25.094c-56.045 0-106.836 9.775-144.438 26.125-18.8 8.174-34.34 17.96-45.594 29.53-11.254 11.57-18.28 25.338-18.28 40.188 0 9.936 3.17 19.388 8.625 28.03-10.218 21.883-15.844 45.794-15.844 70.782 0 103.158 95.757 187.844 215.532 187.844 119.776 0 215.563-84.686 215.563-187.844 0-24.99-5.653-48.897-15.875-70.78 5.454-8.644 8.625-18.096 8.625-28.032 0-14.85-7.026-28.617-18.28-40.188-11.256-11.57-26.825-21.356-45.626-29.53-37.603-16.35-88.363-26.126-144.408-26.126zm0 18.687c53.848 0 102.554 9.6 136.968 24.564 17.208 7.482 30.775 16.306 39.658 25.437 8.882 9.133 13 18.115 13 27.157 0 9.043-4.118 18.057-13 27.188-8.883 9.13-22.45 17.956-39.657 25.438-34.413 14.963-83.12 24.562-136.967 24.562-53.85 0-102.555-9.6-136.97-24.563-17.206-7.48-30.804-16.306-39.687-25.437-8.882-9.13-12.97-18.145-12.97-27.188 0-9.042 4.088-18.024 12.97-27.156 8.883-9.13 22.48-17.954 39.688-25.436 34.414-14.964 83.12-24.563 136.97-24.563zm-7.782 17.282c-80.57 0-146 26.008-146 57.844 0 31.836 65.43 57.81 146 57.813 40.04 0 76.404-6.613 102.782-16.94-21.316 3.34-45.064 5.845-70.656 5.845-86.066 0-155.937-21.656-155.937-47.906s69.868-47.282 155.936-47.282c20.43 0 39.926.725 57.813 2.906-24.816-7.704-55.957-12.28-89.94-12.28zM87.657 360.5c-9.916 19.897-14.758 36.638-15.78 49.03-1.23 14.906 2.752 22.238 6.655 24.626 3.905 2.388 11.497 2.48 23.376-5.75 9.25-6.41 20.16-17.73 31.375-34.406-16.778-9.432-32.1-20.71-45.624-33.5zm342.75.063c-13.532 12.782-28.872 24.043-45.656 33.468 11.21 16.666 22.13 27.97 31.375 34.376 11.88 8.23 19.472 8.138 23.375 5.75 3.903-2.388 7.886-9.72 6.656-24.625-1.022-12.38-5.855-29.098-15.75-48.967zm-199.25 64.25c1.36 21.275 5.296 37.554 10.344 48.468 6.272 13.56 13.26 17.82 17.72 17.908 4.457.088 11.14-3.683 17.374-16.907 5.133-10.89 9.165-27.52 10.437-49.467a267.366 267.366 0 0 1-27.967 1.468c-9.437 0-18.75-.506-27.907-1.467z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M259.063 25.094c-56.045 0-106.836 9.775-144.438 26.125-18.8 8.174-34.34 17.96-45.594 29.53-11.254 11.57-18.28 25.338-18.28 40.188 0 9.936 3.17 19.388 8.625 28.03-10.218 21.883-15.844 45.794-15.844 70.782 0 103.158 95.757 187.844 215.532 187.844 119.776 0 215.563-84.686 215.563-187.844 0-24.99-5.653-48.897-15.875-70.78 5.454-8.644 8.625-18.096 8.625-28.032 0-14.85-7.026-28.617-18.28-40.188-11.256-11.57-26.825-21.356-45.626-29.53-37.603-16.35-88.363-26.126-144.408-26.126zm0 18.687c53.848 0 102.554 9.6 136.968 24.564 17.208 7.482 30.775 16.306 39.658 25.437 8.882 9.133 13 18.115 13 27.157 0 9.043-4.118 18.057-13 27.188-8.883 9.13-22.45 17.956-39.657 25.438-34.413 14.963-83.12 24.562-136.967 24.562-53.85 0-102.555-9.6-136.97-24.563-17.206-7.48-30.804-16.306-39.687-25.437-8.882-9.13-12.97-18.145-12.97-27.188 0-9.042 4.088-18.024 12.97-27.156 8.883-9.13 22.48-17.954 39.688-25.436 34.414-14.964 83.12-24.563 136.97-24.563zm-7.782 17.282c-80.57 0-146 26.008-146 57.844 0 31.836 65.43 57.81 146 57.813 40.04 0 76.404-6.613 102.782-16.94-21.316 3.34-45.064 5.845-70.656 5.845-86.066 0-155.937-21.656-155.937-47.906s69.868-47.282 155.936-47.282c20.43 0 39.926.725 57.813 2.906-24.816-7.704-55.957-12.28-89.94-12.28zM87.657 360.5c-9.916 19.897-14.758 36.638-15.78 49.03-1.23 14.906 2.752 22.238 6.655 24.626 3.905 2.388 11.497 2.48 23.376-5.75 9.25-6.41 20.16-17.73 31.375-34.406-16.778-9.432-32.1-20.71-45.624-33.5zm342.75.063c-13.532 12.782-28.872 24.043-45.656 33.468 11.21 16.666 22.13 27.97 31.375 34.376 11.88 8.23 19.472 8.138 23.375 5.75 3.903-2.388 7.886-9.72 6.656-24.625-1.022-12.38-5.855-29.098-15.75-48.967zm-199.25 64.25c1.36 21.275 5.296 37.554 10.344 48.468 6.272 13.56 13.26 17.82 17.72 17.908 4.457.088 11.14-3.683 17.374-16.907 5.133-10.89 9.165-27.52 10.437-49.467a267.366 267.366 0 0 1-27.967 1.468c-9.437 0-18.75-.506-27.907-1.467z"/></svg>') center / contain no-repeat;
}

.icon-drinks {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M252.094 19.438c-18.092-.063-35.548 9.82-43.125 28.437v9.688l-11.376-2.5c-14.316-3.17-25.792-1.15-33.375 3.843-7.585 4.994-12.174 12.898-12.345 25.438-.13 9.54 1.93 15.82 4.813 20 2.882 4.18 6.673 6.672 11.906 8.062 10.465 2.78 26.67-.357 41.094-8.75l5.968-3.47 5.063 4.658c8.405 7.744 14.51 11.07 20.56 12.25 6.052 1.18 13.046.318 23.44-2.875l9.842-3.032 2.063 10.093c2.695 13.158 14.91 23.407 29.125 23.407 13.237 0 23.67-9.028 27.313-21.468l2.218-7.532 7.783.843c8.855.99 19.41-4.045 25-10.343l6-6.75 6.968 5.782c18.61 15.487 35.46 16.96 47.283 11.468 11.82-5.494 20.18-18.602 19.25-38.782-.88-18.827-10.97-30.448-25.5-35.812-14.532-5.364-33.76-3.61-51.282 8.218l-7.436 5.032-5.344-7.25c-7.038-9.585-17.09-15.485-26.72-17-9.628-1.516-18.487.928-25.374 8.406l-7.406 8.03-6.78-8.56c-10.443-13.165-25.214-19.482-39.626-19.532zM65.22 119.968C37.8 203.65 25.784 289.07 28.812 376.19c39.55 17.23 81.422 18.105 123.437 18a956.588 956.588 0 0 0 6.594-34.22c-32.102 1.678-64.094 2.52-94.313-9.124-2.33-66.88 6.917-121.622 28-187.03 27.318 6.5 55.01 8.61 83.25 7.467-.07-11.715-.387-22.556-1.03-32.31-37.168-1.726-73.593-8.642-109.53-19zm148 2.97c-6.57 3.29-13.37 5.82-20.19 7.406 3.092 33.456 1.947 78.392-2.186 127.094-4.777 56.28-13.866 116.5-26.438 166.718H434.25c-9.932-52.565-18.812-111.61-23.594-166.72-3.87-44.618-5.233-86.115-2.03-119.717-10.777-1.282-22.047-5.642-32.938-13.22-7.498 5.988-16.954 10.145-27.25 10.75-7.46 16.247-23.42 28.125-42.688 28.125-19.644 0-36.84-11.86-44.344-28.938-8.26 1.885-15.993 2.507-23.72 1-8.57-1.67-16.468-6.014-24.467-12.5zm-78.376 319.906L116.22 491.25h358.686l-21.72-48.406h-318.34z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M252.094 19.438c-18.092-.063-35.548 9.82-43.125 28.437v9.688l-11.376-2.5c-14.316-3.17-25.792-1.15-33.375 3.843-7.585 4.994-12.174 12.898-12.345 25.438-.13 9.54 1.93 15.82 4.813 20 2.882 4.18 6.673 6.672 11.906 8.062 10.465 2.78 26.67-.357 41.094-8.75l5.968-3.47 5.063 4.658c8.405 7.744 14.51 11.07 20.56 12.25 6.052 1.18 13.046.318 23.44-2.875l9.842-3.032 2.063 10.093c2.695 13.158 14.91 23.407 29.125 23.407 13.237 0 23.67-9.028 27.313-21.468l2.218-7.532 7.783.843c8.855.99 19.41-4.045 25-10.343l6-6.75 6.968 5.782c18.61 15.487 35.46 16.96 47.283 11.468 11.82-5.494 20.18-18.602 19.25-38.782-.88-18.827-10.97-30.448-25.5-35.812-14.532-5.364-33.76-3.61-51.282 8.218l-7.436 5.032-5.344-7.25c-7.038-9.585-17.09-15.485-26.72-17-9.628-1.516-18.487.928-25.374 8.406l-7.406 8.03-6.78-8.56c-10.443-13.165-25.214-19.482-39.626-19.532zM65.22 119.968C37.8 203.65 25.784 289.07 28.812 376.19c39.55 17.23 81.422 18.105 123.437 18a956.588 956.588 0 0 0 6.594-34.22c-32.102 1.678-64.094 2.52-94.313-9.124-2.33-66.88 6.917-121.622 28-187.03 27.318 6.5 55.01 8.61 83.25 7.467-.07-11.715-.387-22.556-1.03-32.31-37.168-1.726-73.593-8.642-109.53-19zm148 2.97c-6.57 3.29-13.37 5.82-20.19 7.406 3.092 33.456 1.947 78.392-2.186 127.094-4.777 56.28-13.866 116.5-26.438 166.718H434.25c-9.932-52.565-18.812-111.61-23.594-166.72-3.87-44.618-5.233-86.115-2.03-119.717-10.777-1.282-22.047-5.642-32.938-13.22-7.498 5.988-16.954 10.145-27.25 10.75-7.46 16.247-23.42 28.125-42.688 28.125-19.644 0-36.84-11.86-44.344-28.938-8.26 1.885-15.993 2.507-23.72 1-8.57-1.67-16.468-6.014-24.467-12.5zm-78.376 319.906L116.22 491.25h358.686l-21.72-48.406h-318.34z"/></svg>') center / contain no-repeat;
}

.icon-smokes {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M356.022 27.541c-43.9.028-111.558 28.053-110.32 71.936 1.261 44.656 116.215 66.754 116.215 66.754s-57.956 31.231-54.701 57.48c6.09 49.118 101.218 36.19 125.531 79.3 18.501 32.808 16.192 99.727 2.216 112.971 34.537-17.716 63.839-83.723 52.243-128.476-9.39-36.24-82.42-33.313-87.506-70.402-6.125-44.662 87.029-65.718 78.658-110.014-9.032-47.796-73.694-79.58-122.336-79.549zM30.42 83.834c-3.89.095-5.436.99-6.276 1.83-.84.84-1.735 2.385-1.83 6.276 2.113 24.907 20.582 54.074 31.67 71.31l16.52-66.074C57.55 91.46 44.728 83.638 30.419 83.834zm56.373 22.399L67.54 183.235c12.125 17.145 26.832 36.244 44.072 57.095l26.99-98.965c-17.471-12.944-34.274-24.722-51.81-35.132zm67.248 46.941-28.346 103.934c4.426 5.18 9.05 10.495 13.774 15.875l11.783-11.784a82.612 82.612 0 0 1-3.334-8.377c-4.674-14.021-4.768-28.777 4.92-38.464 15.746-10.961 32.396-8.198 46.842-1.586l11.783-11.784c-20.611-18.104-39.793-34.043-57.422-47.814zm73.043 57.648-11.285 11.286c6.027 4.215 11.965 9.194 17.648 14.877s10.664 11.622 14.88 17.65l11.284-11.285zm-61.518 16.264c-2.809 2.81-4.086 9.498-.57 20.045 3.516 10.547 11.56 23.472 23.197 35.11 11.637 11.636 24.563 19.683 35.11 23.199 10.547 3.515 17.236 2.236 20.045-.573 2.809-2.809 4.088-9.497.572-20.045-3.516-10.547-11.562-23.472-23.2-35.109-11.636-11.637-24.562-19.682-35.109-23.197-6.035-1.687-15.118-4.156-20.045.57zm106.332 29.432-14.236 14.236a82.562 82.562 0 0 1 3.332 8.375c4.674 14.022 4.77 28.78-4.918 38.467-9.688 9.688-24.445 9.592-38.467 4.918a82.562 82.562 0 0 1-8.375-3.332l-14.238 14.238c18.655 19.456 32.69 33.568 50.783 51.66l38.787-116.365a2334.082 2334.082 0 0 0-12.668-12.197zm-111.31 20.8-11.285 11.286 32.527 32.527 11.285-11.285c-6.027-4.216-11.967-9.196-17.65-14.879-5.683-5.683-10.662-11.621-14.877-17.648zm138.287 5.399L260.01 399.311l53.652 53.652 38.89-116.672c-17.612-17.557-36.8-36.92-53.677-53.574zm67.906 67.803-28.592 85.779 57.186-57.186zm32.922 48.195-61.207 61.207 12.727 12.729 61.209-61.21zm11.81 33.443-39.574 39.575 12.729 12.728 39.574-39.574z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M356.022 27.541c-43.9.028-111.558 28.053-110.32 71.936 1.261 44.656 116.215 66.754 116.215 66.754s-57.956 31.231-54.701 57.48c6.09 49.118 101.218 36.19 125.531 79.3 18.501 32.808 16.192 99.727 2.216 112.971 34.537-17.716 63.839-83.723 52.243-128.476-9.39-36.24-82.42-33.313-87.506-70.402-6.125-44.662 87.029-65.718 78.658-110.014-9.032-47.796-73.694-79.58-122.336-79.549zM30.42 83.834c-3.89.095-5.436.99-6.276 1.83-.84.84-1.735 2.385-1.83 6.276 2.113 24.907 20.582 54.074 31.67 71.31l16.52-66.074C57.55 91.46 44.728 83.638 30.419 83.834zm56.373 22.399L67.54 183.235c12.125 17.145 26.832 36.244 44.072 57.095l26.99-98.965c-17.471-12.944-34.274-24.722-51.81-35.132zm67.248 46.941-28.346 103.934c4.426 5.18 9.05 10.495 13.774 15.875l11.783-11.784a82.612 82.612 0 0 1-3.334-8.377c-4.674-14.021-4.768-28.777 4.92-38.464 15.746-10.961 32.396-8.198 46.842-1.586l11.783-11.784c-20.611-18.104-39.793-34.043-57.422-47.814zm73.043 57.648-11.285 11.286c6.027 4.215 11.965 9.194 17.648 14.877s10.664 11.622 14.88 17.65l11.284-11.285zm-61.518 16.264c-2.809 2.81-4.086 9.498-.57 20.045 3.516 10.547 11.56 23.472 23.197 35.11 11.637 11.636 24.563 19.683 35.11 23.199 10.547 3.515 17.236 2.236 20.045-.573 2.809-2.809 4.088-9.497.572-20.045-3.516-10.547-11.562-23.472-23.2-35.109-11.636-11.637-24.562-19.682-35.109-23.197-6.035-1.687-15.118-4.156-20.045.57zm106.332 29.432-14.236 14.236a82.562 82.562 0 0 1 3.332 8.375c4.674 14.022 4.77 28.78-4.918 38.467-9.688 9.688-24.445 9.592-38.467 4.918a82.562 82.562 0 0 1-8.375-3.332l-14.238 14.238c18.655 19.456 32.69 33.568 50.783 51.66l38.787-116.365a2334.082 2334.082 0 0 0-12.668-12.197zm-111.31 20.8-11.285 11.286 32.527 32.527 11.285-11.285c-6.027-4.216-11.967-9.196-17.65-14.879-5.683-5.683-10.662-11.621-14.877-17.648zm138.287 5.399L260.01 399.311l53.652 53.652 38.89-116.672c-17.612-17.557-36.8-36.92-53.677-53.574zm67.906 67.803-28.592 85.779 57.186-57.186zm32.922 48.195-61.207 61.207 12.727 12.729 61.209-61.21zm11.81 33.443-39.574 39.575 12.729 12.728 39.574-39.574z"/></svg>') center / contain no-repeat;
}

.icon-bookshelf {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M169 57v430h78V57h-78zM25 105v190h46V105H25zm158 23h18v320h-18V128zm128.725 7.69-45.276 8.124 61.825 344.497 45.276-8.124-61.825-344.497zM89 153v270h62V153H89zm281.502 28.68-27.594 11.773 5.494 12.877 27.594-11.773-5.494-12.877zm12.56 29.433-27.597 11.772 5.494 12.877 27.593-11.772-5.492-12.877zm12.555 29.434-27.594 11.77 99.674 233.628 27.594-11.773-99.673-233.625zM25 313v30h46v-30H25zm190 7h18v128h-18V320zM25 361v126h46V361H25zm64 80v46h62v-46H89z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M169 57v430h78V57h-78zM25 105v190h46V105H25zm158 23h18v320h-18V128zm128.725 7.69-45.276 8.124 61.825 344.497 45.276-8.124-61.825-344.497zM89 153v270h62V153H89zm281.502 28.68-27.594 11.773 5.494 12.877 27.594-11.773-5.494-12.877zm12.56 29.433-27.597 11.772 5.494 12.877 27.593-11.772-5.492-12.877zm12.555 29.434-27.594 11.77 99.674 233.628 27.594-11.773-99.673-233.625zM25 313v30h46v-30H25zm190 7h18v128h-18V320zM25 361v126h46V361H25zm64 80v46h62v-46H89z"/></svg>') center / contain no-repeat;
}

.icon-quill {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M496.938 14.063c-95.14 3.496-172.297 24.08-231.282 55.812l-29.47 49.28-4.967-28.093c-10.535 7.402-20.314 15.222-29.314 23.407l-14.687 45.06-5.032-25.155c-40.65 45.507-60.41 99.864-58.938 155.906 47.273-93.667 132.404-172.727 211.97-221.155l9.717 15.97c-75.312 45.838-156.387 121.202-202.187 208.25h12.156c19.78-12.02 39.16-26.858 58.406-43.44l-30.28 1.595 54.218-23.094c46.875-43.637 93.465-94.974 143.313-138.28l-24.47-5.19 56.5-21.03c26.853-20.485 54.8-37.844 84.344-49.843zM59.53 312.03v30.408H194V312.03H59.53zm20.376 49.095L47.25 389.813 24.97 474.78l14.53 15.876h177.22l14.56-15.875L209 389.814l-30.906-28.688H79.906z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M496.938 14.063c-95.14 3.496-172.297 24.08-231.282 55.812l-29.47 49.28-4.967-28.093c-10.535 7.402-20.314 15.222-29.314 23.407l-14.687 45.06-5.032-25.155c-40.65 45.507-60.41 99.864-58.938 155.906 47.273-93.667 132.404-172.727 211.97-221.155l9.717 15.97c-75.312 45.838-156.387 121.202-202.187 208.25h12.156c19.78-12.02 39.16-26.858 58.406-43.44l-30.28 1.595 54.218-23.094c46.875-43.637 93.465-94.974 143.313-138.28l-24.47-5.19 56.5-21.03c26.853-20.485 54.8-37.844 84.344-49.843zM59.53 312.03v30.408H194V312.03H59.53zm20.376 49.095L47.25 389.813 24.97 474.78l14.53 15.876h177.22l14.56-15.875L209 389.814l-30.906-28.688H79.906z"/></svg>') center / contain no-repeat;
}

.icon-heart {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M112 16c-22.1 4.7-42.55 16.45-58.12 35.68l80.32 75.42L112 16zm31.9 20.77c-.9 0-1.7.1-2.6.1l26.6 132.83 88.8 40.4 10.3-75.4c-17.2-63.6-70.1-97.97-120.7-97.93h-2.4zm226.7 41.18c-24 .1-49.2 7.75-72.6 24.35l-13.7 99.9 62.3 28.3 134-53.6c-6.5-60.1-55.1-99.25-110-98.95zM55.11 89.9c-5.99 10.5-10.78 22.6-14.01 36.4-14.83 63.3 15.59 125.4 51.48 181.8l56.62-129.8-94.09-88.4zM176.9 193.6 265 407.5c27.1-13.4 57.2-27.4 85.8-43.5l-22.6-101.7-151.3-68.7zm293.9 18.2-124.4 49.7 20.7 92.9c47.5-28.8 88.1-64.5 99.7-114 2.3-9.9 3.6-19.4 4-28.6zm-314.9 16.1-55.5 127.2c36.3 54.6 73.7 103.2 73.7 141.5 10.9-18.8 37.8-35.2 70.9-52.2l-89.1-216.5z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M112 16c-22.1 4.7-42.55 16.45-58.12 35.68l80.32 75.42L112 16zm31.9 20.77c-.9 0-1.7.1-2.6.1l26.6 132.83 88.8 40.4 10.3-75.4c-17.2-63.6-70.1-97.97-120.7-97.93h-2.4zm226.7 41.18c-24 .1-49.2 7.75-72.6 24.35l-13.7 99.9 62.3 28.3 134-53.6c-6.5-60.1-55.1-99.25-110-98.95zM55.11 89.9c-5.99 10.5-10.78 22.6-14.01 36.4-14.83 63.3 15.59 125.4 51.48 181.8l56.62-129.8-94.09-88.4zM176.9 193.6 265 407.5c27.1-13.4 57.2-27.4 85.8-43.5l-22.6-101.7-151.3-68.7zm293.9 18.2-124.4 49.7 20.7 92.9c47.5-28.8 88.1-64.5 99.7-114 2.3-9.9 3.6-19.4 4-28.6zm-314.9 16.1-55.5 127.2c36.3 54.6 73.7 103.2 73.7 141.5 10.9-18.8 37.8-35.2 70.9-52.2l-89.1-216.5z"/></svg>') center / contain no-repeat;
}

.icon-dwarf {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M127.4 14.4c-74.28 104.4-5.3 124.5 37.5 148.1 7.4-16.1 15.9-30.7 27.3-44.4-52-22.1-61.4-70.2-64.8-103.7zm257.2 0c-3.4 33.5-12.8 81.6-64.8 103.7 11.4 13.7 19.9 28.3 27.3 44.4 42.9-23.6 111.7-43.7 37.5-148.1zM256 89.5c-45.3 27.6-62.3 54.4-78.4 94.8 47.9 11.7 108.8 11.7 156.8 0-16.1-40.4-33.1-67.2-78.4-94.8zM148.8 196.1c-5.3 10.3-24.6 74.7-24.8 91.8 4.7-4.9 9.5-9.9 14.2-14.9l6.6 5.8c1.1-25.6 12.6-52.8 25.1-77.5-6.5-1.6-14.5-3.3-21.1-5.2zm214.4 0c-6.2 1.7-15.3 3.9-21.1 5.2 12.4 24.7 24 51.9 25 77.5l6.7-5.8 14.2 14.9c10.5-12.4-19.5-81.5-24.8-91.8zm-173.6 8.8-7.9 23.8c22.8 6.5 43.6 12.6 69 20l-6.5 17c-5.6-1.6-11.4-3.2-17.1-4.9-2.9 5.8-9.5 9.6-16.7 9.6-10.2 0-18.3-7.2-18.3-16 0-1.3.1-2.5.4-3.7l-16.6-4.7-13.9 41.7 36.1 34.3 14.6-27h86.5l14.7 27 36.1-34.3-13.9-41.7c-5.4 1.5-10.8 3-16.1 4.6.4 1.2.5 2.5.5 3.8 0 8.8-8.1 16-18.4 16-7.3 0-13.9-3.9-16.8-9.7-5.9 1.7-11.7 3.3-17.5 5l-6.6-17c23.2-6.8 44.4-12.9 69.1-20l-8-23.8c-47.7 11.1-84.9 11.1-132.7 0zm-43.2 94.8-70.42 73.7h47.42l-18.4 48h57.5L147.8 447l37.5-10.9 70.7 61.5 70.7-61.5 37.4 10.9-14.7-25.6h57.5l-18.3-48H436l-70.5-73.7-57.4 49.9-21.9-38.2h-60.7l-21.9 38.2zm91.2 25.7h36.8v18h-36.8z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M127.4 14.4c-74.28 104.4-5.3 124.5 37.5 148.1 7.4-16.1 15.9-30.7 27.3-44.4-52-22.1-61.4-70.2-64.8-103.7zm257.2 0c-3.4 33.5-12.8 81.6-64.8 103.7 11.4 13.7 19.9 28.3 27.3 44.4 42.9-23.6 111.7-43.7 37.5-148.1zM256 89.5c-45.3 27.6-62.3 54.4-78.4 94.8 47.9 11.7 108.8 11.7 156.8 0-16.1-40.4-33.1-67.2-78.4-94.8zM148.8 196.1c-5.3 10.3-24.6 74.7-24.8 91.8 4.7-4.9 9.5-9.9 14.2-14.9l6.6 5.8c1.1-25.6 12.6-52.8 25.1-77.5-6.5-1.6-14.5-3.3-21.1-5.2zm214.4 0c-6.2 1.7-15.3 3.9-21.1 5.2 12.4 24.7 24 51.9 25 77.5l6.7-5.8 14.2 14.9c10.5-12.4-19.5-81.5-24.8-91.8zm-173.6 8.8-7.9 23.8c22.8 6.5 43.6 12.6 69 20l-6.5 17c-5.6-1.6-11.4-3.2-17.1-4.9-2.9 5.8-9.5 9.6-16.7 9.6-10.2 0-18.3-7.2-18.3-16 0-1.3.1-2.5.4-3.7l-16.6-4.7-13.9 41.7 36.1 34.3 14.6-27h86.5l14.7 27 36.1-34.3-13.9-41.7c-5.4 1.5-10.8 3-16.1 4.6.4 1.2.5 2.5.5 3.8 0 8.8-8.1 16-18.4 16-7.3 0-13.9-3.9-16.8-9.7-5.9 1.7-11.7 3.3-17.5 5l-6.6-17c23.2-6.8 44.4-12.9 69.1-20l-8-23.8c-47.7 11.1-84.9 11.1-132.7 0zm-43.2 94.8-70.42 73.7h47.42l-18.4 48h57.5L147.8 447l37.5-10.9 70.7 61.5 70.7-61.5 37.4 10.9-14.7-25.6h57.5l-18.3-48H436l-70.5-73.7-57.4 49.9-21.9-38.2h-60.7l-21.9 38.2zm91.2 25.7h36.8v18h-36.8z"/></svg>') center / contain no-repeat;
}

.icon-scroll {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M311.9 47.95c-17.6 0-34.6.7-50.7 2.43L244.6 93.5l-4.9-40.04c-2.5.46-5 .94-7.5 1.47-9.1 1.94-15.1 7.22-20.3 14.87-5.2 7.65-8.9 17.5-12.1 26.6C191 121.5 184 148 178.4 175c6 5.1 12 10.3 17.9 15.4l30.7-17.6 33.8 26.1 51.9-19.7 61 24.5-6.8 16.7-54.4-21.8-54.7 20.7-32.2-24.9-14.9 8.5c19.6 17.3 38.6 34.4 56.5 51.2l14-6.4 33.9 16.1 31.2-13.1 24.2 23.3-12.4 13-15.8-15.1-27.6 11.7-33-15.8c6.9 6.7 13.6 13.2 20.1 19.7l1.7 1.8 19.5 76.3-7.8-5.7-53 .4-38.1-17.8-42.4 14.6-5.8-17 49.2-17 41.1 19.2 24.7-.2-70.7-51.7c-19.7 4.6-39.4 2.8-58.1-3.7-4.2 44.4-5.9 85.7-7 118.7-.4 10.7 2.7 23 7.5 32.5 4.9 9.5 11.7 15.4 15 16.1 5.2 1.2 19 3.2 37.7 5.1l12.4-39 19.1 41.7c16.7 1.2 35 2 53.5 2.2 28.2.3 57.1-.9 82-4.7 15.8-2.3 29.6-6 40.7-10.4-11.8-5.1-21.6-10.6-29.1-16.6-11.1-8.9-18.2-19.3-17.3-30.9v.2c5.4-96.4 10.8-188.8 30.3-286l.1-.4.1-.4c5.3-17.9 17.9-39.86 36.1-55.83-13.9-2.06-28.6-4-43.7-5.66l-22.3 25.3-2.2-27.7c-19-1.64-38.4-2.71-57.4-2.92h-5.7zm148.5 20.44c-4.7 3.69-9.2 8.03-13.3 12.73 12.1 8.18 21.4 23.38 21.8 36.98.3 7.8-1.9 14.9-7.7 21.4-5.8 6.4-15.6 12.4-31.6 15.8l3.8 17.6c18.6-4 32.3-11.5 41.2-21.4 9-9.9 12.7-22.2 12.3-34-.6-19.3-11.1-37.59-26.5-49.11zM25.44 71.91c-.24 1.61-.38 3.43-.38 5.62.1 7.69 2.03 18.17 5.83 30.17 3.41 10.7 8.27 22.5 14.35 34.8 10.63-5.3 20.59-11 28.41-18.1-4.42 12.5-10.15 24.7-18.6 36.5 4.14 7.2 8.63 14.4 13.45 21.5 10.64-5.3 20.72-13 29.52-26.1-3.3 16-8.47 30.6-18.27 41.8 6.53 8.5 13.5 16.8 20.75 24.5 8.7-9.3 15.6-21 20.7-34.9 3.8 18.5 2.6 35.3-5.7 49.4 8 7.2 16.3 13.7 24.8 19.1 6.1-14 8.9-30.6 8.5-49.7 9.2 23.7 11.3 42.9 9.6 59.5 20.2 9.2 40.8 12 61.3 6.1l4.2-1.3 69.3 50.6-5.9-22.8c-73-72.8-175.4-156.7-261.86-226.69zM312.8 123.9l33.2 13.8 31.3-9.9 5.4 17.2-37.5 11.9-33.6-14-28.8 8.1-4.8-17.4zm107.3 236.2c-.7 0-1.3.1-2 .1-3.5.1-7.2.5-11.1 1.3l3.4 17.6c12.2-2.3 20-.4 24.5 2.5 4.4 2.9 6.3 6.8 6.4 12.5.1 9.3-7 23-23.3 32.5 5.4 2.9 11.9 5.9 19.3 8.7 14.4-11.6 22.1-26.8 22-41.4-.1-10.7-5.2-21.2-14.6-27.4-6.7-4.3-15-6.5-24.6-6.4z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M311.9 47.95c-17.6 0-34.6.7-50.7 2.43L244.6 93.5l-4.9-40.04c-2.5.46-5 .94-7.5 1.47-9.1 1.94-15.1 7.22-20.3 14.87-5.2 7.65-8.9 17.5-12.1 26.6C191 121.5 184 148 178.4 175c6 5.1 12 10.3 17.9 15.4l30.7-17.6 33.8 26.1 51.9-19.7 61 24.5-6.8 16.7-54.4-21.8-54.7 20.7-32.2-24.9-14.9 8.5c19.6 17.3 38.6 34.4 56.5 51.2l14-6.4 33.9 16.1 31.2-13.1 24.2 23.3-12.4 13-15.8-15.1-27.6 11.7-33-15.8c6.9 6.7 13.6 13.2 20.1 19.7l1.7 1.8 19.5 76.3-7.8-5.7-53 .4-38.1-17.8-42.4 14.6-5.8-17 49.2-17 41.1 19.2 24.7-.2-70.7-51.7c-19.7 4.6-39.4 2.8-58.1-3.7-4.2 44.4-5.9 85.7-7 118.7-.4 10.7 2.7 23 7.5 32.5 4.9 9.5 11.7 15.4 15 16.1 5.2 1.2 19 3.2 37.7 5.1l12.4-39 19.1 41.7c16.7 1.2 35 2 53.5 2.2 28.2.3 57.1-.9 82-4.7 15.8-2.3 29.6-6 40.7-10.4-11.8-5.1-21.6-10.6-29.1-16.6-11.1-8.9-18.2-19.3-17.3-30.9v.2c5.4-96.4 10.8-188.8 30.3-286l.1-.4.1-.4c5.3-17.9 17.9-39.86 36.1-55.83-13.9-2.06-28.6-4-43.7-5.66l-22.3 25.3-2.2-27.7c-19-1.64-38.4-2.71-57.4-2.92h-5.7zm148.5 20.44c-4.7 3.69-9.2 8.03-13.3 12.73 12.1 8.18 21.4 23.38 21.8 36.98.3 7.8-1.9 14.9-7.7 21.4-5.8 6.4-15.6 12.4-31.6 15.8l3.8 17.6c18.6-4 32.3-11.5 41.2-21.4 9-9.9 12.7-22.2 12.3-34-.6-19.3-11.1-37.59-26.5-49.11zM25.44 71.91c-.24 1.61-.38 3.43-.38 5.62.1 7.69 2.03 18.17 5.83 30.17 3.41 10.7 8.27 22.5 14.35 34.8 10.63-5.3 20.59-11 28.41-18.1-4.42 12.5-10.15 24.7-18.6 36.5 4.14 7.2 8.63 14.4 13.45 21.5 10.64-5.3 20.72-13 29.52-26.1-3.3 16-8.47 30.6-18.27 41.8 6.53 8.5 13.5 16.8 20.75 24.5 8.7-9.3 15.6-21 20.7-34.9 3.8 18.5 2.6 35.3-5.7 49.4 8 7.2 16.3 13.7 24.8 19.1 6.1-14 8.9-30.6 8.5-49.7 9.2 23.7 11.3 42.9 9.6 59.5 20.2 9.2 40.8 12 61.3 6.1l4.2-1.3 69.3 50.6-5.9-22.8c-73-72.8-175.4-156.7-261.86-226.69zM312.8 123.9l33.2 13.8 31.3-9.9 5.4 17.2-37.5 11.9-33.6-14-28.8 8.1-4.8-17.4zm107.3 236.2c-.7 0-1.3.1-2 .1-3.5.1-7.2.5-11.1 1.3l3.4 17.6c12.2-2.3 20-.4 24.5 2.5 4.4 2.9 6.3 6.8 6.4 12.5.1 9.3-7 23-23.3 32.5 5.4 2.9 11.9 5.9 19.3 8.7 14.4-11.6 22.1-26.8 22-41.4-.1-10.7-5.2-21.2-14.6-27.4-6.7-4.3-15-6.5-24.6-6.4z"/></svg>') center / contain no-repeat;
}

.icon-npc {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M254.1 18.63c-81.4 0-231.43 155.97-171.63 300.77 8 25.3 27.83 50.4 49.13 77.1 24.4 30.6 51.6 63.2 68.7 96.9h20.5c-18.1-39.8-48.5-75.9-74.6-108.6-27.4-34.3-48.73-65.2-48.73-87.9.1-9.1 2.23-18.1 5.53-26.3 23-61.4 114-119.7 148.5-135l3.6-2 3.9 1.3c60.9 20.9 129.3 66.7 154 135.7 4.1 11.7 5.9 18 5.6 27.3-.5 15.8-24.5 54.7-55 88.7-29.1 32.4-62.4 67.7-80 106.7h20.5c16.8-32.2 46.2-64 73.3-94.2 23.2-25.6 45.3-50 54.9-74.8 52.9-124-99.2-305.67-178.2-305.67zm.8 135.47c-38.7 21.5-85.1 52.2-113.7 88.2 9.7 83 59 146.1 118.3 146.1 59.2 0 108.3-62.7 118.2-145.3-28.9-42.1-78-72.9-122.8-89zm-58.3 83h2.4c13.1.1 26.1 2.7 39.1 7.4-16.8 40.6-59 42-78.1 0 12.2-4.8 24.4-7.2 36.6-7.4zm124.9 0c13-.1 26 2.3 39.1 7.4-19.2 42-61.3 40.6-78.2 0 13.1-4.7 26.1-7.3 39.1-7.4z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M254.1 18.63c-81.4 0-231.43 155.97-171.63 300.77 8 25.3 27.83 50.4 49.13 77.1 24.4 30.6 51.6 63.2 68.7 96.9h20.5c-18.1-39.8-48.5-75.9-74.6-108.6-27.4-34.3-48.73-65.2-48.73-87.9.1-9.1 2.23-18.1 5.53-26.3 23-61.4 114-119.7 148.5-135l3.6-2 3.9 1.3c60.9 20.9 129.3 66.7 154 135.7 4.1 11.7 5.9 18 5.6 27.3-.5 15.8-24.5 54.7-55 88.7-29.1 32.4-62.4 67.7-80 106.7h20.5c16.8-32.2 46.2-64 73.3-94.2 23.2-25.6 45.3-50 54.9-74.8 52.9-124-99.2-305.67-178.2-305.67zm.8 135.47c-38.7 21.5-85.1 52.2-113.7 88.2 9.7 83 59 146.1 118.3 146.1 59.2 0 108.3-62.7 118.2-145.3-28.9-42.1-78-72.9-122.8-89zm-58.3 83h2.4c13.1.1 26.1 2.7 39.1 7.4-16.8 40.6-59 42-78.1 0 12.2-4.8 24.4-7.2 36.6-7.4zm124.9 0c13-.1 26 2.3 39.1 7.4-19.2 42-61.3 40.6-78.2 0 13.1-4.7 26.1-7.3 39.1-7.4z"/></svg>') center / contain no-repeat;
}

.icon-backpack {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M230.125 18.156V247h49.313V18.156h-49.313zM78.812 21.438l-16 136.906c48.707 30.112 97.637 47.843 148.625 53.094V33.125c-44.244-1.822-88.46-5.89-132.625-11.688zm349.438.28c-43.398 6.814-86.784 10.647-130.125 11.97v175c46.732-7.458 95.816-24.375 148.438-50.844L428.25 21.72zm-1.938 166.532c-44.474 19.847-87.06 32.836-128.187 38.97V247h37.031v143.188h-37.031v8.718c0 34.41-20.516 56.084-43.25 56.28-22.734.2-43.438-21.34-43.438-56.28v-8.72l-27.656.002h-9.343V247h37.001v-17.188c-43.774-4.164-86.14-16.857-127.687-38.062 5.04 92.69 3.66 185.37-5.063 278.063 117.402 32.047 234.788 31.002 352.188 0-6.853-93.858-9.223-187.706-4.563-281.563zm-233.187 77.438V371.5H316.47V265.687H193.124zm20.47 18.156H296v67.5h-82.406v-67.5zm18.686 18.687v30.126h45.032V302.53h-45.03zm-2.155 87.658v8.718c0 28.23 13.32 37.692 24.594 37.594 11.27-.098 24.718-10.018 24.718-37.594v-8.72l-49.313.002z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M230.125 18.156V247h49.313V18.156h-49.313zM78.812 21.438l-16 136.906c48.707 30.112 97.637 47.843 148.625 53.094V33.125c-44.244-1.822-88.46-5.89-132.625-11.688zm349.438.28c-43.398 6.814-86.784 10.647-130.125 11.97v175c46.732-7.458 95.816-24.375 148.438-50.844L428.25 21.72zm-1.938 166.532c-44.474 19.847-87.06 32.836-128.187 38.97V247h37.031v143.188h-37.031v8.718c0 34.41-20.516 56.084-43.25 56.28-22.734.2-43.438-21.34-43.438-56.28v-8.72l-27.656.002h-9.343V247h37.001v-17.188c-43.774-4.164-86.14-16.857-127.687-38.062 5.04 92.69 3.66 185.37-5.063 278.063 117.402 32.047 234.788 31.002 352.188 0-6.853-93.858-9.223-187.706-4.563-281.563zm-233.187 77.438V371.5H316.47V265.687H193.124zm20.47 18.156H296v67.5h-82.406v-67.5zm18.686 18.687v30.126h45.032V302.53h-45.03zm-2.155 87.658v8.718c0 28.23 13.32 37.692 24.594 37.594 11.27-.098 24.718-10.018 24.718-37.594v-8.72l-49.313.002z"/></svg>') center / contain no-repeat;
}

.icon-spellbook {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M319.61 20.654c13.145 33.114 13.144 33.115-5.46 63.5 33.114-13.145 33.116-13.146 63.5 5.457-13.145-33.114-13.146-33.113 5.457-63.498-33.114 13.146-33.113 13.145-63.498-5.459zM113.024 38.021c-11.808 21.04-11.808 21.04-35.724 24.217 21.04 11.809 21.04 11.808 24.217 35.725 11.808-21.04 11.808-21.04 35.724-24.217-21.04-11.808-21.04-11.808-24.217-35.725zm76.55 56.184c-.952 50.588-.95 50.588-41.991 80.18 50.587.95 50.588.95 80.18 41.99.95-50.588.95-50.588 41.99-80.18-50.588-.95-50.588-.95-80.18-41.99zm191.177 55.885c-.046 24.127-.048 24.125-19.377 38.564 24.127.047 24.127.046 38.566 19.375.047-24.126.046-24.125 19.375-38.564-24.126-.047-24.125-.046-38.564-19.375zm-184.086 83.88a96.38 96.38 0 0 0-3.492.134c-18.591 1.064-41.868 8.416-77.445 22.556L76.012 433.582c78.487-20.734 132.97-21.909 170.99-4.615V247.71c-18.076-8.813-31.79-13.399-46.707-13.737a91.166 91.166 0 0 0-3.629-.002zm122.686 11.42a209.3 209.3 0 0 0-8.514.098c-12.81.417-27.638 2.215-45.84 4.522v177.135c43.565-7.825 106.85-4.2 171.244 7.566l-39.78-177.197c-35.904-8.37-56.589-11.91-77.11-12.123zm2.289 16.95c18.889.204 36.852 2.768 53.707 5.02l4.437 16.523c-23.78-3.75-65.966-4.906-92.467-.98l-.636-17.805c11.959-2.154 23.625-2.88 34.959-2.758zm-250.483 4.658L60.54 313.002h24.094l10.326-46.004H71.158zm345.881 0 39.742 177.031 2.239 9.973 22.591-.152-40.855-186.852h-23.717zm-78.857 57.82c16.993.026 33.67.791 49.146 2.223l3.524 17.174c-32.645-3.08-72.58-2.889-102.995 0l-.709-17.174c16.733-1.533 34.04-2.248 51.034-2.223zm-281.793 6.18-6.924 30.004h24.394l6.735-30.004H56.389zm274.418 27.244c4.656.021 9.487.085 14.716.203l2.555 17.498c-19.97-.471-47.115.56-59.728 1.05l-.7-17.985c16.803-.493 29.189-.828 43.157-.766zm41.476.447c8.268.042 16.697.334 24.121.069l2.58 17.74c-8.653-.312-24.87-.83-32.064-.502l-2.807-17.234a257.25 257.25 0 0 1 8.17-.073zm-326.97 20.309-17.985 77.928 25.035-.17 17.455-77.758H45.313zm303.164 11.848c19.608-.01 38.66.774 56.449 2.572l2.996 20.787c-34.305-4.244-85.755-7.697-119.1-3.244l-.14-17.922c20.02-1.379 40.186-2.183 59.795-2.193zm-166.606 44.05c-30.112.09-67.916 6.25-115.408 19.76l-7.22 2.053 187.759-1.27v-6.347c-16.236-9.206-37.42-14.278-65.13-14.196zm134.41 6.174c-19.63.067-37.112 1.439-51.283 4.182v10.064l177.594-1.203c-44.322-8.634-89.137-13.17-126.31-13.043zM26 475v18h460v-18H26z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M319.61 20.654c13.145 33.114 13.144 33.115-5.46 63.5 33.114-13.145 33.116-13.146 63.5 5.457-13.145-33.114-13.146-33.113 5.457-63.498-33.114 13.146-33.113 13.145-63.498-5.459zM113.024 38.021c-11.808 21.04-11.808 21.04-35.724 24.217 21.04 11.809 21.04 11.808 24.217 35.725 11.808-21.04 11.808-21.04 35.724-24.217-21.04-11.808-21.04-11.808-24.217-35.725zm76.55 56.184c-.952 50.588-.95 50.588-41.991 80.18 50.587.95 50.588.95 80.18 41.99.95-50.588.95-50.588 41.99-80.18-50.588-.95-50.588-.95-80.18-41.99zm191.177 55.885c-.046 24.127-.048 24.125-19.377 38.564 24.127.047 24.127.046 38.566 19.375.047-24.126.046-24.125 19.375-38.564-24.126-.047-24.125-.046-38.564-19.375zm-184.086 83.88a96.38 96.38 0 0 0-3.492.134c-18.591 1.064-41.868 8.416-77.445 22.556L76.012 433.582c78.487-20.734 132.97-21.909 170.99-4.615V247.71c-18.076-8.813-31.79-13.399-46.707-13.737a91.166 91.166 0 0 0-3.629-.002zm122.686 11.42a209.3 209.3 0 0 0-8.514.098c-12.81.417-27.638 2.215-45.84 4.522v177.135c43.565-7.825 106.85-4.2 171.244 7.566l-39.78-177.197c-35.904-8.37-56.589-11.91-77.11-12.123zm2.289 16.95c18.889.204 36.852 2.768 53.707 5.02l4.437 16.523c-23.78-3.75-65.966-4.906-92.467-.98l-.636-17.805c11.959-2.154 23.625-2.88 34.959-2.758zm-250.483 4.658L60.54 313.002h24.094l10.326-46.004H71.158zm345.881 0 39.742 177.031 2.239 9.973 22.591-.152-40.855-186.852h-23.717zm-78.857 57.82c16.993.026 33.67.791 49.146 2.223l3.524 17.174c-32.645-3.08-72.58-2.889-102.995 0l-.709-17.174c16.733-1.533 34.04-2.248 51.034-2.223zm-281.793 6.18-6.924 30.004h24.394l6.735-30.004H56.389zm274.418 27.244c4.656.021 9.487.085 14.716.203l2.555 17.498c-19.97-.471-47.115.56-59.728 1.05l-.7-17.985c16.803-.493 29.189-.828 43.157-.766zm41.476.447c8.268.042 16.697.334 24.121.069l2.58 17.74c-8.653-.312-24.87-.83-32.064-.502l-2.807-17.234a257.25 257.25 0 0 1 8.17-.073zm-326.97 20.309-17.985 77.928 25.035-.17 17.455-77.758H45.313zm303.164 11.848c19.608-.01 38.66.774 56.449 2.572l2.996 20.787c-34.305-4.244-85.755-7.697-119.1-3.244l-.14-17.922c20.02-1.379 40.186-2.183 59.795-2.193zm-166.606 44.05c-30.112.09-67.916 6.25-115.408 19.76l-7.22 2.053 187.759-1.27v-6.347c-16.236-9.206-37.42-14.278-65.13-14.196zm134.41 6.174c-19.63.067-37.112 1.439-51.283 4.182v10.064l177.594-1.203c-44.322-8.634-89.137-13.17-126.31-13.043zM26 475v18h460v-18H26z"/></svg>') center / contain no-repeat;
}




.icon-artificer {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M35 69.28h23.91c1.18-.94 2.05-4.16 1.8-7.81.54-8.88-7.55-14.33-10-15.54v-12.4h1.79c1.21 0 1.43-2.17 0-2.42H41.36c-1.42.25-1.21 2.42 0 2.42h1.79v12.4c-2.43 1.21-10.52 6.66-10 15.54-.23 3.65.64 6.87 1.85 7.81Z' style='fill:%2300040c'/%3E%3Cpath d='M81.73 76.49a9.75 9.75 0 0 0-2.43.3l-5.43-5.33-.11-4.34a30.39 30.39 0 0 0 3.5-9.28L85 54.12v-4.39l-7.83-4.19a30.8 30.8 0 0 0-6-12.83h.05l5.16-5.17 4.21-.21L87.24 34 100 21.17 84.84 5.82 62.14 4c-.84-.08-2.47 2.25-1.42 3.41L70.29 17l-.39 4.38-5.18 5.12a30.76 30.76 0 0 0-11.57-5l-4-7.71h-4.4l-4.06 7.71a30.8 30.8 0 0 0-12 5.3L26 24l-.18-1-.19-4 4-4L24 6a25.79 25.79 0 0 0-12.4-1.79l-2.25 2.2L18 15v4.42l-3 2.78h-4.42L2 13.79l-2 2a27.5 27.5 0 0 0 2.14 12.69l8.6 5.24 3.51-3.56h2.91l2.18.39 2.92 2.64a30.71 30.71 0 0 0-5.61 12.51L9 49.77v4.39l7.62 3.68a30.58 30.58 0 0 0 3.86 9.93l-.21 4.11L15.22 77a9.66 9.66 0 0 0-3.06-.49 9.77 9.77 0 1 0 9.76 9.76 9.66 9.66 0 0 0-.29-2.36l5.26-5.36 4.4-.12a30.55 30.55 0 0 0 9.5 3.66l4 7.58h4.39l4-7.58a30.94 30.94 0 0 0 10.4-4.21l3.73.18 5.21 5.19a9.76 9.76 0 1 0 9.29-6.75Zm-65.6 13.74-4 1.64-4-1.64-1.64-4 1.64-4 4-1.65 4 1.65 1.65 4Zm30.81-63.48a25 25 0 1 1-25 25 25 25 0 0 1 25-25ZM85.7 90.23l-4 1.64-4-1.64-1.65-4 1.65-4 4-1.65 4 1.65 1.65 4Z' style='fill:%2300040c'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M35 69.28h23.91c1.18-.94 2.05-4.16 1.8-7.81.54-8.88-7.55-14.33-10-15.54v-12.4h1.79c1.21 0 1.43-2.17 0-2.42H41.36c-1.42.25-1.21 2.42 0 2.42h1.79v12.4c-2.43 1.21-10.52 6.66-10 15.54-.23 3.65.64 6.87 1.85 7.81Z' style='fill:%2300040c'/%3E%3Cpath d='M81.73 76.49a9.75 9.75 0 0 0-2.43.3l-5.43-5.33-.11-4.34a30.39 30.39 0 0 0 3.5-9.28L85 54.12v-4.39l-7.83-4.19a30.8 30.8 0 0 0-6-12.83h.05l5.16-5.17 4.21-.21L87.24 34 100 21.17 84.84 5.82 62.14 4c-.84-.08-2.47 2.25-1.42 3.41L70.29 17l-.39 4.38-5.18 5.12a30.76 30.76 0 0 0-11.57-5l-4-7.71h-4.4l-4.06 7.71a30.8 30.8 0 0 0-12 5.3L26 24l-.18-1-.19-4 4-4L24 6a25.79 25.79 0 0 0-12.4-1.79l-2.25 2.2L18 15v4.42l-3 2.78h-4.42L2 13.79l-2 2a27.5 27.5 0 0 0 2.14 12.69l8.6 5.24 3.51-3.56h2.91l2.18.39 2.92 2.64a30.71 30.71 0 0 0-5.61 12.51L9 49.77v4.39l7.62 3.68a30.58 30.58 0 0 0 3.86 9.93l-.21 4.11L15.22 77a9.66 9.66 0 0 0-3.06-.49 9.77 9.77 0 1 0 9.76 9.76 9.66 9.66 0 0 0-.29-2.36l5.26-5.36 4.4-.12a30.55 30.55 0 0 0 9.5 3.66l4 7.58h4.39l4-7.58a30.94 30.94 0 0 0 10.4-4.21l3.73.18 5.21 5.19a9.76 9.76 0 1 0 9.29-6.75Zm-65.6 13.74-4 1.64-4-1.64-1.64-4 1.64-4 4-1.65 4 1.65 1.65 4Zm30.81-63.48a25 25 0 1 1-25 25 25 25 0 0 1 25-25ZM85.7 90.23l-4 1.64-4-1.64-1.65-4 1.65-4 4-1.65 4 1.65 1.65 4Z' style='fill:%2300040c'/%3E%3C/svg%3E") center / contain no-repeat;
}


.icon-barbarian {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M28.76 8.16A61.9 61.9 0 0 1 35.57 0c0 1.53-.36 3.05-.26 4.58.3 1.8.19 3.7 1 5.38.28.65.39 1.46 1 1.86a28.85 28.85 0 0 0 2.7 2 12.31 12.31 0 0 0 3.92 1.08c.18.69.32 1.4.5 2.09l1.06.18c.11-1.09.13-2.19.26-3.28.93-.2 1.31-1.13 1.87-1.8.73-.84.7-2 1-3Q50.05 9 51.43 9c.33 1 .3 2.2 1 3 .56.67.94 1.6 1.87 1.8.13 1.09.16 2.19.26 3.28l1.09-.08c.19-.69.32-1.4.5-2.09a5.67 5.67 0 0 0 2-.36 9 9 0 0 0 3-1.4c.93-.86 2.33-1.39 2.57-2.78a15.93 15.93 0 0 0 1-5.08c.3-1.76-.17-3.51-.18-5.27a65 65 0 0 1 7.68 9.42c.74 1.47 1.53 2.92 2.21 4.43C75 16 75.49 18.21 76 20.39c.23 1.6.34 3.22.52 4.83-1.73.68-3.5 1.22-5.22 1.9 1.76.35 3.52.65 5.28 1-.18 2-.29 3.92-.54 5.87-.66 2.37-1.29 4.75-2 7.1-1.11 2.09-2.22 4.18-3.42 6.22-2 2.31-3.93 4.77-6.1 6.95-.14-1.65.74-3.2.48-4.85-.17-1.26-.14-2.56-.41-3.81-.46-1.19-.85-2.4-1.37-3.56-.69-1-1.43-2-2.17-3-1.36-1-3.1-.69-4.66-.71-.22-.41-.45-.81-.69-1.21a15.9 15.9 0 0 0-1.82 3.67c-.3.74-1.15 1.17-1.3 2 .06 4.69.16 9.37.21 14.06-.09 1 1 1.41 1.55 2.09-.31.66-1 1.2-1 2-.08 1.58-.27 3.16-.23 4.74-.06 10.34-.09 20.67-.15 31 0 .57.44 1 .73 1.39a5.57 5.57 0 0 0-1.21.34c-.38.39-.49 1-.9 1.35a6.1 6.1 0 0 1-2.88.09c-.76-.09-.75-1.09-1.29-1.48a7.66 7.66 0 0 0-1.14-.3c.28-.44.76-.82.72-1.39q.01-14.39-.06-28.82a65.81 65.81 0 0 0-.3-7.3 9.27 9.27 0 0 0-.9-1.59c.54-.68 1.65-1.08 1.55-2.09 0-4.69.15-9.37.21-14.06-.15-.81-1-1.24-1.3-2a15.51 15.51 0 0 0-1.82-3.67c-.36.48-.5 1.41-1.28 1.23-1.59-.1-3.73-.21-4.62 1.43a12.38 12.38 0 0 0-2 3.23c-.4 1.26-1.12 2.45-1.14 3.81-.07 1.19-.26 2.36-.27 3.55a24 24 0 0 1 .52 3.87c-1.81-1.76-3.33-3.81-5-5.68a22.34 22.34 0 0 1-3.35-5.41c.78-1.86 1.94-3.56 2.77-5.4-1.45.66-2.84 1.46-4.28 2.15-.66-2.71-1.81-5.34-1.89-8.17-.12-1.66-.33-3.32-.4-5 .2-2.08.4-4.16.64-6.23.44-1.83.86-3.67 1.36-5.48 1.44-.16 2.89-.28 4.33-.47-.81-1.28-1.72-2.51-2.54-3.79a11.37 11.37 0 0 1 1.59-2.66' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M28.76 8.16A61.9 61.9 0 0 1 35.57 0c0 1.53-.36 3.05-.26 4.58.3 1.8.19 3.7 1 5.38.28.65.39 1.46 1 1.86a28.85 28.85 0 0 0 2.7 2 12.31 12.31 0 0 0 3.92 1.08c.18.69.32 1.4.5 2.09l1.06.18c.11-1.09.13-2.19.26-3.28.93-.2 1.31-1.13 1.87-1.8.73-.84.7-2 1-3Q50.05 9 51.43 9c.33 1 .3 2.2 1 3 .56.67.94 1.6 1.87 1.8.13 1.09.16 2.19.26 3.28l1.09-.08c.19-.69.32-1.4.5-2.09a5.67 5.67 0 0 0 2-.36 9 9 0 0 0 3-1.4c.93-.86 2.33-1.39 2.57-2.78a15.93 15.93 0 0 0 1-5.08c.3-1.76-.17-3.51-.18-5.27a65 65 0 0 1 7.68 9.42c.74 1.47 1.53 2.92 2.21 4.43C75 16 75.49 18.21 76 20.39c.23 1.6.34 3.22.52 4.83-1.73.68-3.5 1.22-5.22 1.9 1.76.35 3.52.65 5.28 1-.18 2-.29 3.92-.54 5.87-.66 2.37-1.29 4.75-2 7.1-1.11 2.09-2.22 4.18-3.42 6.22-2 2.31-3.93 4.77-6.1 6.95-.14-1.65.74-3.2.48-4.85-.17-1.26-.14-2.56-.41-3.81-.46-1.19-.85-2.4-1.37-3.56-.69-1-1.43-2-2.17-3-1.36-1-3.1-.69-4.66-.71-.22-.41-.45-.81-.69-1.21a15.9 15.9 0 0 0-1.82 3.67c-.3.74-1.15 1.17-1.3 2 .06 4.69.16 9.37.21 14.06-.09 1 1 1.41 1.55 2.09-.31.66-1 1.2-1 2-.08 1.58-.27 3.16-.23 4.74-.06 10.34-.09 20.67-.15 31 0 .57.44 1 .73 1.39a5.57 5.57 0 0 0-1.21.34c-.38.39-.49 1-.9 1.35a6.1 6.1 0 0 1-2.88.09c-.76-.09-.75-1.09-1.29-1.48a7.66 7.66 0 0 0-1.14-.3c.28-.44.76-.82.72-1.39q.01-14.39-.06-28.82a65.81 65.81 0 0 0-.3-7.3 9.27 9.27 0 0 0-.9-1.59c.54-.68 1.65-1.08 1.55-2.09 0-4.69.15-9.37.21-14.06-.15-.81-1-1.24-1.3-2a15.51 15.51 0 0 0-1.82-3.67c-.36.48-.5 1.41-1.28 1.23-1.59-.1-3.73-.21-4.62 1.43a12.38 12.38 0 0 0-2 3.23c-.4 1.26-1.12 2.45-1.14 3.81-.07 1.19-.26 2.36-.27 3.55a24 24 0 0 1 .52 3.87c-1.81-1.76-3.33-3.81-5-5.68a22.34 22.34 0 0 1-3.35-5.41c.78-1.86 1.94-3.56 2.77-5.4-1.45.66-2.84 1.46-4.28 2.15-.66-2.71-1.81-5.34-1.89-8.17-.12-1.66-.33-3.32-.4-5 .2-2.08.4-4.16.64-6.23.44-1.83.86-3.67 1.36-5.48 1.44-.16 2.89-.28 4.33-.47-.81-1.28-1.72-2.51-2.54-3.79a11.37 11.37 0 0 1 1.59-2.66' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-bard {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.82.92C48.56.64 49.24.22 50 0c.75.22 1.44.64 2.17.92s1.38 1.15 2 1.73c.4.28.3.8.34 1.22.87.27 1.4-.33 1.83-1a4.79 4.79 0 0 1 .52 1.26A11.3 11.3 0 0 1 56 5.74a.74.74 0 0 1-.41-1.06 5.91 5.91 0 0 0-1 0c0 .58 0 1.16.06 1.73a14.1 14.1 0 0 0 1.72 0c.32-.27.49-.69.83-.94.16.51.74 1.09.33 1.61a13.56 13.56 0 0 1-.73 1.22.74.74 0 0 1-.4-1.06 11.1 11.1 0 0 0-1.73 0c0 .67 0 1.35.08 2 .73.19.92-.64 1.39-1 .16.52.74 1.09.32 1.62-.24.4-.45.83-.72 1.21-.49-.17-.56-.61-.41-1.06h-.56c0 .68 0 1.36.07 2 .82.27 1.23-.44 1.65-1A4.5 4.5 0 0 1 57 12.3a10.45 10.45 0 0 1-.9 1.59.76.76 0 0 1-.4-1.07 8.23 8.23 0 0 0-.86 0c0 .56.19 1.19-.15 1.69-.64 1-1.26 2.11-1.9 3.16a2.24 2.24 0 0 0-.12 1.26q.64 18.07 1.26 36.26c0 .52.41.9.65 1.32 1.67 2.62 3.41 5.21 5 7.86q2 5.28 3.86 10.59c.56 2.87 1.09 5.76 1.56 8.64-.25 2.55-.55 5.1-.91 7.63-1 2.13-2.2 4.2-3.26 6.32-.2.5-.76.61-1.19.85a7.61 7.61 0 0 1-2.13.88c-1.5.22-3 .52-4.5.7h-6c-1.48-.17-3-.47-4.43-.69a7.33 7.33 0 0 1-2.27-.92c-.38-.22-.89-.32-1.09-.76-.89-1.74-1.82-3.47-2.72-5.22a4.22 4.22 0 0 1-.67-1.66c-.25-2.41-.63-4.81-.81-7.22.49-2.86 1-5.71 1.52-8.55q1.89-5.31 3.86-10.59c1.62-2.63 3.34-5.2 5-7.8.28-.47.73-.9.7-1.48.41-12.35.86-24.7 1.26-37a34.45 34.45 0 0 0-2-3.49c-.39-.52-.16-1.18-.19-1.76a8.17 8.17 0 0 0-.86 0 .76.76 0 0 1-.41 1.07 11.94 11.94 0 0 1-.9-1.6 6.22 6.22 0 0 1 .5-1.23c.49.48.84 1.25 1.68 1 .05-.68.07-1.36.08-2h-.56a.75.75 0 0 1-.41 1.06 11.82 11.82 0 0 1-.9-1.59 6.27 6.27 0 0 1 .49-1.24c.48.34.66 1.17 1.39 1 0-.68.07-1.36.08-2a11 11 0 0 0-1.72 0 .75.75 0 0 1-.41 1.06 11.3 11.3 0 0 1-.89-1.59 6.27 6.27 0 0 1 .49-1.24c.34.25.51.67.84.94a13.92 13.92 0 0 0 1.71 0c0-.57.06-1.15.07-1.73a6 6 0 0 0-1 0 .75.75 0 0 1-.44.99 11.37 11.37 0 0 1-.9-1.59 5.75 5.75 0 0 1 .5-1.24c.34.25.51.67.83.93a3.89 3.89 0 0 0 1 0c0-.42 0-.94.34-1.22.68-.58 1.17-1.43 2-1.73m1.54 70.7a5.3 5.3 0 0 0-4 2.68 5.32 5.32 0 1 0 4-2.68m-9.61 6.75a7.26 7.26 0 0 0 .71 3.93c1.32 1.7 3.34 2.91 4.1 5a4.32 4.32 0 0 1-.38 2.88 2.24 2.24 0 0 1-2.57.59 2.08 2.08 0 0 0-.15-.86c-.51-.26-1.39-.09-1.46.57a1.76 1.76 0 0 0 1.86 1.39 3.39 3.39 0 0 0 3.54-2.3 6.09 6.09 0 0 0-.72-4c-1.06-1.42-2.76-2.23-3.75-3.72a5.67 5.67 0 0 1 .4-6.56c0 .16 0 .32.07.49.19-.4.38-.79.53-1.2a4.38 4.38 0 0 0-2.18 3.82m18.51-3.82a10.67 10.67 0 0 0 .53 1.2c0-.16.05-.33.07-.49A5.79 5.79 0 0 1 60 79.14a3.57 3.57 0 0 1-.87 2.86c-1 1.43-2.66 2.2-3.66 3.62a6.16 6.16 0 0 0-.68 4 3.39 3.39 0 0 0 3.54 2.3 1.74 1.74 0 0 0 1.86-1.48 1.07 1.07 0 0 0-1.41-.52c-.24.22-.15.6-.2.9-1 .32-2.32.18-2.74-.9a3.84 3.84 0 0 1 .23-3.49c1-1.62 2.58-2.67 3.7-4.15a7.67 7.67 0 0 0 .67-4 4.38 4.38 0 0 0-2.18-3.72M44.48 94.28v2.32h10.93v-2.32H44.48' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.82.92C48.56.64 49.24.22 50 0c.75.22 1.44.64 2.17.92s1.38 1.15 2 1.73c.4.28.3.8.34 1.22.87.27 1.4-.33 1.83-1a4.79 4.79 0 0 1 .52 1.26A11.3 11.3 0 0 1 56 5.74a.74.74 0 0 1-.41-1.06 5.91 5.91 0 0 0-1 0c0 .58 0 1.16.06 1.73a14.1 14.1 0 0 0 1.72 0c.32-.27.49-.69.83-.94.16.51.74 1.09.33 1.61a13.56 13.56 0 0 1-.73 1.22.74.74 0 0 1-.4-1.06 11.1 11.1 0 0 0-1.73 0c0 .67 0 1.35.08 2 .73.19.92-.64 1.39-1 .16.52.74 1.09.32 1.62-.24.4-.45.83-.72 1.21-.49-.17-.56-.61-.41-1.06h-.56c0 .68 0 1.36.07 2 .82.27 1.23-.44 1.65-1A4.5 4.5 0 0 1 57 12.3a10.45 10.45 0 0 1-.9 1.59.76.76 0 0 1-.4-1.07 8.23 8.23 0 0 0-.86 0c0 .56.19 1.19-.15 1.69-.64 1-1.26 2.11-1.9 3.16a2.24 2.24 0 0 0-.12 1.26q.64 18.07 1.26 36.26c0 .52.41.9.65 1.32 1.67 2.62 3.41 5.21 5 7.86q2 5.28 3.86 10.59c.56 2.87 1.09 5.76 1.56 8.64-.25 2.55-.55 5.1-.91 7.63-1 2.13-2.2 4.2-3.26 6.32-.2.5-.76.61-1.19.85a7.61 7.61 0 0 1-2.13.88c-1.5.22-3 .52-4.5.7h-6c-1.48-.17-3-.47-4.43-.69a7.33 7.33 0 0 1-2.27-.92c-.38-.22-.89-.32-1.09-.76-.89-1.74-1.82-3.47-2.72-5.22a4.22 4.22 0 0 1-.67-1.66c-.25-2.41-.63-4.81-.81-7.22.49-2.86 1-5.71 1.52-8.55q1.89-5.31 3.86-10.59c1.62-2.63 3.34-5.2 5-7.8.28-.47.73-.9.7-1.48.41-12.35.86-24.7 1.26-37a34.45 34.45 0 0 0-2-3.49c-.39-.52-.16-1.18-.19-1.76a8.17 8.17 0 0 0-.86 0 .76.76 0 0 1-.41 1.07 11.94 11.94 0 0 1-.9-1.6 6.22 6.22 0 0 1 .5-1.23c.49.48.84 1.25 1.68 1 .05-.68.07-1.36.08-2h-.56a.75.75 0 0 1-.41 1.06 11.82 11.82 0 0 1-.9-1.59 6.27 6.27 0 0 1 .49-1.24c.48.34.66 1.17 1.39 1 0-.68.07-1.36.08-2a11 11 0 0 0-1.72 0 .75.75 0 0 1-.41 1.06 11.3 11.3 0 0 1-.89-1.59 6.27 6.27 0 0 1 .49-1.24c.34.25.51.67.84.94a13.92 13.92 0 0 0 1.71 0c0-.57.06-1.15.07-1.73a6 6 0 0 0-1 0 .75.75 0 0 1-.44.99 11.37 11.37 0 0 1-.9-1.59 5.75 5.75 0 0 1 .5-1.24c.34.25.51.67.83.93a3.89 3.89 0 0 0 1 0c0-.42 0-.94.34-1.22.68-.58 1.17-1.43 2-1.73m1.54 70.7a5.3 5.3 0 0 0-4 2.68 5.32 5.32 0 1 0 4-2.68m-9.61 6.75a7.26 7.26 0 0 0 .71 3.93c1.32 1.7 3.34 2.91 4.1 5a4.32 4.32 0 0 1-.38 2.88 2.24 2.24 0 0 1-2.57.59 2.08 2.08 0 0 0-.15-.86c-.51-.26-1.39-.09-1.46.57a1.76 1.76 0 0 0 1.86 1.39 3.39 3.39 0 0 0 3.54-2.3 6.09 6.09 0 0 0-.72-4c-1.06-1.42-2.76-2.23-3.75-3.72a5.67 5.67 0 0 1 .4-6.56c0 .16 0 .32.07.49.19-.4.38-.79.53-1.2a4.38 4.38 0 0 0-2.18 3.82m18.51-3.82a10.67 10.67 0 0 0 .53 1.2c0-.16.05-.33.07-.49A5.79 5.79 0 0 1 60 79.14a3.57 3.57 0 0 1-.87 2.86c-1 1.43-2.66 2.2-3.66 3.62a6.16 6.16 0 0 0-.68 4 3.39 3.39 0 0 0 3.54 2.3 1.74 1.74 0 0 0 1.86-1.48 1.07 1.07 0 0 0-1.41-.52c-.24.22-.15.6-.2.9-1 .32-2.32.18-2.74-.9a3.84 3.84 0 0 1 .23-3.49c1-1.62 2.58-2.67 3.7-4.15a7.67 7.67 0 0 0 .67-4 4.38 4.38 0 0 0-2.18-3.72M44.48 94.28v2.32h10.93v-2.32H44.48' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}


.icon-cleric {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Cleric'%3E%3Cpath class='cls-1' d='M48.28 13.31C48.92 8.89 49.33 4.42 50 0c.67 4.42 1.08 8.89 1.72 13.31.72 1.85 1.59 3.64 2.35 5.47.2.6.89.7 1.37 1a25.13 25.13 0 0 0 3.16 1.37c1.55.26 3.09.63 4.64.84 1.5-.37 2.91-1 4.4-1.45-.41 2-.93 4-1.31 6 .1 1.26.49 2.48.7 3.73.18 1.87 1.62 3.24 2.49 4.81 1.2 1 2.64 1.77 3.93 2.69 1.7 1.42 4 1.26 6.06 1.89-1.43 1-3.28 1.33-4.49 2.65-1.52 1.43-3.13 2.77-4.59 4.25-1.07 2.6-2.09 5.23-3.09 7.86-.09 1.79 0 3.6 0 5.4.29 1.8.83 3.56 1.16 5.35-2.37-3.17-4.61-6.45-6.92-9.66 6.62-6.58 7.44-17.89 2.14-25.5a16.14 16.14 0 0 0-10.34-6.9 25.27 25.27 0 0 0-4.52-.22 15.14 15.14 0 0 0-9.25 3.44 18.84 18.84 0 0 0-6.31 10.45 20.31 20.31 0 0 0 5.09 18.71c-2.31 3.21-4.55 6.49-6.92 9.66.33-1.79.87-3.55 1.16-5.35 0-1.8.12-3.61 0-5.4-1-2.63-2-5.26-3.09-7.86-1.46-1.48-3.07-2.82-4.59-4.25-1.21-1.32-3.06-1.66-4.49-2.65 2-.63 4.36-.47 6.06-1.89 1.26-.88 2.6-1.65 3.83-2.57.81-1.19 1.61-2.4 2.31-3.65.35-1.63.73-3.26 1-4.9-.35-2.06-.91-4.08-1.32-6.13 1.46.42 2.85 1 4.31 1.44 1.34-.11 2.66-.49 4-.69s2.71-1 4.05-1.58c.44-.23 1-.35 1.22-.89.76-1.83 1.63-3.62 2.35-5.47'/%3E%3Cpath class='cls-1' d='M49.44 30.71c.22-.89.32-1.82.56-2.71.24.89.34 1.82.56 2.71a17.6 17.6 0 0 1 3.71 1c.9-.72 1.48-1.77 2.33-2.55-.24 1.15-.71 2.22-1 3.34a14 14 0 0 1 2.83 2.86c1.15-.37 2.28-.81 3.45-1.09-.81.91-1.83 1.6-2.68 2.48a14.85 14.85 0 0 1 .91 3.73 24 24 0 0 1 3.54.84c-1.2.23-2.41.46-3.6.76a12.16 12.16 0 0 1-1 3.51c.86 1 2 1.77 2.91 2.75-1.3-.35-2.55-.86-3.85-1.19a13.47 13.47 0 0 1-2.65 2.52c.34 1.22.9 2.39 1.14 3.63-.94-.84-1.56-2-2.53-2.79a4.32 4.32 0 0 0-1.53.39c-.09 1.66 0 3.32-.08 5 0 .59-.86.8-.75 1.43l.48 32.41c-.08 1.58 1.23 2.84 1.16 4.43 0 1.35.1 2.7.09 4.06-.7.49-1.45.91-2.15 1.41a2.07 2.07 0 0 1-2.52 0c-.7-.5-1.45-.92-2.15-1.41 0-1.36.08-2.71.09-4.06-.07-1.59 1.24-2.85 1.16-4.43.15-10.84.33-21.68.47-32.52 0-.57-.73-.76-.74-1.32-.07-1.65 0-3.31-.08-5a4.32 4.32 0 0 0-1.52-.43c-1 .79-1.58 2-2.53 2.79.24-1.24.8-2.41 1.14-3.63a13.15 13.15 0 0 1-2.64-2.52c-1.31.33-2.56.84-3.86 1.19.91-1 2-1.73 2.92-2.75A11.87 11.87 0 0 1 40 42c-1.19-.3-2.4-.53-3.6-.76a24 24 0 0 1 3.54-.84 15 15 0 0 1 .91-3.74c-.85-.87-1.87-1.56-2.68-2.47 1.17.28 2.3.72 3.45 1.09a14 14 0 0 1 2.83-2.86c-.33-1.12-.8-2.19-1-3.34.84.8 1.46 1.81 2.33 2.58a14.85 14.85 0 0 1 3.71-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Cleric'%3E%3Cpath class='cls-1' d='M48.28 13.31C48.92 8.89 49.33 4.42 50 0c.67 4.42 1.08 8.89 1.72 13.31.72 1.85 1.59 3.64 2.35 5.47.2.6.89.7 1.37 1a25.13 25.13 0 0 0 3.16 1.37c1.55.26 3.09.63 4.64.84 1.5-.37 2.91-1 4.4-1.45-.41 2-.93 4-1.31 6 .1 1.26.49 2.48.7 3.73.18 1.87 1.62 3.24 2.49 4.81 1.2 1 2.64 1.77 3.93 2.69 1.7 1.42 4 1.26 6.06 1.89-1.43 1-3.28 1.33-4.49 2.65-1.52 1.43-3.13 2.77-4.59 4.25-1.07 2.6-2.09 5.23-3.09 7.86-.09 1.79 0 3.6 0 5.4.29 1.8.83 3.56 1.16 5.35-2.37-3.17-4.61-6.45-6.92-9.66 6.62-6.58 7.44-17.89 2.14-25.5a16.14 16.14 0 0 0-10.34-6.9 25.27 25.27 0 0 0-4.52-.22 15.14 15.14 0 0 0-9.25 3.44 18.84 18.84 0 0 0-6.31 10.45 20.31 20.31 0 0 0 5.09 18.71c-2.31 3.21-4.55 6.49-6.92 9.66.33-1.79.87-3.55 1.16-5.35 0-1.8.12-3.61 0-5.4-1-2.63-2-5.26-3.09-7.86-1.46-1.48-3.07-2.82-4.59-4.25-1.21-1.32-3.06-1.66-4.49-2.65 2-.63 4.36-.47 6.06-1.89 1.26-.88 2.6-1.65 3.83-2.57.81-1.19 1.61-2.4 2.31-3.65.35-1.63.73-3.26 1-4.9-.35-2.06-.91-4.08-1.32-6.13 1.46.42 2.85 1 4.31 1.44 1.34-.11 2.66-.49 4-.69s2.71-1 4.05-1.58c.44-.23 1-.35 1.22-.89.76-1.83 1.63-3.62 2.35-5.47'/%3E%3Cpath class='cls-1' d='M49.44 30.71c.22-.89.32-1.82.56-2.71.24.89.34 1.82.56 2.71a17.6 17.6 0 0 1 3.71 1c.9-.72 1.48-1.77 2.33-2.55-.24 1.15-.71 2.22-1 3.34a14 14 0 0 1 2.83 2.86c1.15-.37 2.28-.81 3.45-1.09-.81.91-1.83 1.6-2.68 2.48a14.85 14.85 0 0 1 .91 3.73 24 24 0 0 1 3.54.84c-1.2.23-2.41.46-3.6.76a12.16 12.16 0 0 1-1 3.51c.86 1 2 1.77 2.91 2.75-1.3-.35-2.55-.86-3.85-1.19a13.47 13.47 0 0 1-2.65 2.52c.34 1.22.9 2.39 1.14 3.63-.94-.84-1.56-2-2.53-2.79a4.32 4.32 0 0 0-1.53.39c-.09 1.66 0 3.32-.08 5 0 .59-.86.8-.75 1.43l.48 32.41c-.08 1.58 1.23 2.84 1.16 4.43 0 1.35.1 2.7.09 4.06-.7.49-1.45.91-2.15 1.41a2.07 2.07 0 0 1-2.52 0c-.7-.5-1.45-.92-2.15-1.41 0-1.36.08-2.71.09-4.06-.07-1.59 1.24-2.85 1.16-4.43.15-10.84.33-21.68.47-32.52 0-.57-.73-.76-.74-1.32-.07-1.65 0-3.31-.08-5a4.32 4.32 0 0 0-1.52-.43c-1 .79-1.58 2-2.53 2.79.24-1.24.8-2.41 1.14-3.63a13.15 13.15 0 0 1-2.64-2.52c-1.31.33-2.56.84-3.86 1.19.91-1 2-1.73 2.92-2.75A11.87 11.87 0 0 1 40 42c-1.19-.3-2.4-.53-3.6-.76a24 24 0 0 1 3.54-.84 15 15 0 0 1 .91-3.74c-.85-.87-1.87-1.56-2.68-2.47 1.17.28 2.3.72 3.45 1.09a14 14 0 0 1 2.83-2.86c-.33-1.12-.8-2.19-1-3.34.84.8 1.46 1.81 2.33 2.58a14.85 14.85 0 0 1 3.71-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-druid {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M37.15 77.64a1.71 1.71 0 0 1-1.49-.15 16.45 16.45 0 0 1-4.38-2.64 9.42 9.42 0 0 0-.87-.51A1.9 1.9 0 0 1 30 74c-.64-.74-.58-1.09.25-1.58l.27-.18a2.74 2.74 0 0 0-1.68-.53 4.91 4.91 0 0 1-.94 0 16.65 16.65 0 0 1-2.22-.4 3.51 3.51 0 0 1-2.45-1.75 1.52 1.52 0 0 1-.18-.8 2.09 2.09 0 0 1 1.36-2c.32-.11.61-.27 1-.46-.4-.36-.72-.68-1.07-1-.78-.63-1.6-1.19-2.34-1.86a6.78 6.78 0 0 1-2-3.38 3.77 3.77 0 0 1-.09-2.18 6.55 6.55 0 0 1 .42-1 .58.58 0 0 1 .4-.23 9.47 9.47 0 0 1 1.3-.09c.45 0 .68-.16.59-.57a13.29 13.29 0 0 1 .46-5.71 9.83 9.83 0 0 1 1.14-3.06 1.7 1.7 0 0 1 1.19-.81c1.46-.31 2.34.57 3.15 1.54a8.27 8.27 0 0 1 .68 1.2c.4.71.81 1.41 1.19 2.13.17.32.28.66.44 1a2.41 2.41 0 0 0 .33.5c.34.39.57.37.83 0a4.31 4.31 0 0 0 .26-.47 1.24 1.24 0 0 1 2.22-.31 4.6 4.6 0 0 1 .85 2 5.56 5.56 0 0 1 .18 2.66 24.9 24.9 0 0 0-.4 2.59 1.18 1.18 0 0 0 .07.62c.19.42.34.45.75.24s.59-.34.9-.46a1.4 1.4 0 0 1 1.9 1 4.28 4.28 0 0 1-1 3.9c-.21.25-.44.48-.62.74a2.27 2.27 0 0 0-.22.53l2.1-.44c.38-.08.52.05.62.42a2.65 2.65 0 0 1-.1 1.53 5.14 5.14 0 0 1-2 3 2.13 2.13 0 0 0-.31.29c-.32.38-.26.71.22.79s.47.3.48.62 0 .56 0 .83a3.31 3.31 0 0 0 .46 1.72 2.65 2.65 0 0 1-.09 2.73l.51.44a.84.84 0 0 0 .33 1.08 7.23 7.23 0 0 0 3.34 2v-2.5c0-.83-.09-1.83-.11-2.75 0-2.17-.08-4.35-.12-6.52 0-.5-.14-1-.11-1.49.1-1.81 0-3.6 0-5.4 0-2.91.1-5.81.16-8.72a.87.87 0 0 1 .12-.45 17.66 17.66 0 0 1 1.16-1.43 6.25 6.25 0 0 1 .88-.66c0-.93-.06-2-.13-3.07a1.19 1.19 0 0 0-.68-.93c-.81-.48-1.6-1-2.43-1.41a24.54 24.54 0 0 1-4-2.52c-1.12-.9-2.25-1.8-3.27-2.8a17.43 17.43 0 0 1-3.11-4.3 22.62 22.62 0 0 1-2-5.48 19.24 19.24 0 0 1-.33-5.14A22.19 22.19 0 0 1 30 17.57 25.78 25.78 0 0 1 33.8 11a29 29 0 0 1 6-5.68 37.57 37.57 0 0 1 4-2.41A28.49 28.49 0 0 1 49.06.94a26.75 26.75 0 0 1 3.7-.65A32.87 32.87 0 0 1 58.87 0a55.81 55.81 0 0 1 8 .84 32.71 32.71 0 0 1 3.93 1A18.09 18.09 0 0 1 73.11 3c.8.4 1.59.83 2.39 1.2a10.39 10.39 0 0 1 3.38 2.53c.42.48.91.9 1.37 1.35v.14A7.77 7.77 0 0 1 79 8.14c-1.3-.3-2.58-.65-3.88-1s-2.41-.54-3.62-.81c-1.43-.32-2.63-.47-4.08-.69A24.58 24.58 0 0 0 64 5.49a16.14 16.14 0 0 1-1.65.11c-1.68.12-3.27.18-4.94.35a36.62 36.62 0 0 0-3.87.73 26.59 26.59 0 0 0-3.4.9 25.38 25.38 0 0 0-3.87 1.67A23.35 23.35 0 0 0 42 12.2a19.72 19.72 0 0 0-3.19 3.74 21.84 21.84 0 0 0-2.81 6 15.21 15.21 0 0 0-.64 3.88 13.79 13.79 0 0 0 .36 3.32 17.13 17.13 0 0 0 3.76 7.38A18.43 18.43 0 0 0 42 38.78c1.21 1 2.46 1.91 3.68 2.88a1.11 1.11 0 0 0 .87.28c.52-.06 1 0 1.56 0s.81.25 1 .77a3.77 3.77 0 0 1 .14 2c-.11 1.07-.18 2.15-.28 3.22s-.18 1.83-.25 2.65a7.83 7.83 0 0 1 1.13 1.07 2.16 2.16 0 0 1 .41 1.14 26.31 26.31 0 0 1-.14 2.81 11 11 0 0 0 0 3 11.22 11.22 0 0 1 0 2.09v4.73c0 .8-.09 1.6-.11 2.4-.01 2.24-.01 4.45-.01 6.65a1.85 1.85 0 0 0 .17.85 2.72 2.72 0 0 1 .06 1.18c0 .78-.11 1.55-.1 2.33 0 1.09.06 2.19.11 3.29 0 .5.11 1 .11 1.49 0 .77-.08 1.55-.07 2.32s.08 1.82.13 2.87A12.75 12.75 0 0 0 52 87.5a7.41 7.41 0 0 0 1.61-2.29c0-.14.22-.23.28-.37a.8.8 0 0 0 0-.48 2.27 2.27 0 0 1 .22-2.11 3.26 3.26 0 0 0 .41-2 3.15 3.15 0 0 1 0-.53.48.48 0 0 1 .44-.53c.52-.13.58-.41.22-.81a1.54 1.54 0 0 0-.26-.25 5.37 5.37 0 0 1-2.14-3.53s0-.08 0-.12c-.17-1 .14-1.36 1.12-1.23a13.55 13.55 0 0 1 1.57.42c.2-.26 0-.45-.18-.64A15.49 15.49 0 0 1 54 71.32a3.9 3.9 0 0 1-.33-2.9 1.52 1.52 0 0 1 2.37-.79c.08.05.15.14.24.17s.55.24.7.15a.76.76 0 0 0 .33-.88 8.4 8.4 0 0 1-.27-1.1 18.4 18.4 0 0 1-.24-2.08 7.47 7.47 0 0 1 .86-3.68 2.09 2.09 0 0 1 .7-.72c.8-.51 1.31-.36 1.77.47.1.17.18.35.28.52.28.46.53.48.86.05a6.24 6.24 0 0 0 .54-.93c.21-.41.39-.83.6-1.23.45-.82.91-1.64 1.37-2.45a4.6 4.6 0 0 1 2.32-1.8 2.14 2.14 0 0 1 2.12.87 10.23 10.23 0 0 1 .92 2.13 32.73 32.73 0 0 1 .78 4 11.54 11.54 0 0 1-.06 2.49c-.05.6 0 .71.65.68a4 4 0 0 1 .6 0c.95.08 1.23.37 1.46 1.32a4.63 4.63 0 0 1-.19 2.53 5.56 5.56 0 0 1-1.2 2.23c-.62.65-1.3 1.24-2 1.83-.51.44-1 .84-1.58 1.26-.19.14-.4.26-.6.39l.12.21c.31.14.63.31.95.42a2.11 2.11 0 0 1 1.33 1.83 1.82 1.82 0 0 1-.85 1.81 4.16 4.16 0 0 1-2.52 1 7.86 7.86 0 0 0-1.62.36 1.53 1.53 0 0 1-.64 0A3.27 3.27 0 0 0 62 80c.28.18.46.32.66.42a.56.56 0 0 1 .26.8 2.56 2.56 0 0 1-1.24 1.25 5.52 5.52 0 0 0-.7.44 17.17 17.17 0 0 1-4.49 2.59c-.66.27-.88.18-1.43-.4l-1.35 2.09c-.22.06-.41.06-.51.15-.83.81-1.65 1.63-2.47 2.46a1.05 1.05 0 0 0-.3.91 7.36 7.36 0 0 0 .49 2.56 3.11 3.11 0 0 1 0 1.73 11.18 11.18 0 0 1-.57 2.78 2.91 2.91 0 0 1-3.11 2 3.51 3.51 0 0 0-1.39.14 3.82 3.82 0 0 1-1.78 0c-.28-.06-.55-.45-.71-.74a2.28 2.28 0 0 0-1.25-1.28A6.41 6.41 0 0 1 40 96.27a.79.79 0 0 1-.15-.54 31.36 31.36 0 0 1 .15-3.36c.13-.93.27-2 1.37-2.38a4.26 4.26 0 0 0 1-2c.07-1.23 0-2.47.06-3.71a9.61 9.61 0 0 1 .07-1.19c.1-.65 0-.76-.54-1.15a15.6 15.6 0 0 1-1.39-1.19c-.06-.06-.1-.14-.17-.17-1.08-.59-1.72-1.67-2.69-2.37a3.89 3.89 0 0 1-.56-.57Zm18.18 6.89c-.06 0-.09-.08-.14-.09s-.06 0-.06.08a.43.43 0 0 0 0 .13Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M37.15 77.64a1.71 1.71 0 0 1-1.49-.15 16.45 16.45 0 0 1-4.38-2.64 9.42 9.42 0 0 0-.87-.51A1.9 1.9 0 0 1 30 74c-.64-.74-.58-1.09.25-1.58l.27-.18a2.74 2.74 0 0 0-1.68-.53 4.91 4.91 0 0 1-.94 0 16.65 16.65 0 0 1-2.22-.4 3.51 3.51 0 0 1-2.45-1.75 1.52 1.52 0 0 1-.18-.8 2.09 2.09 0 0 1 1.36-2c.32-.11.61-.27 1-.46-.4-.36-.72-.68-1.07-1-.78-.63-1.6-1.19-2.34-1.86a6.78 6.78 0 0 1-2-3.38 3.77 3.77 0 0 1-.09-2.18 6.55 6.55 0 0 1 .42-1 .58.58 0 0 1 .4-.23 9.47 9.47 0 0 1 1.3-.09c.45 0 .68-.16.59-.57a13.29 13.29 0 0 1 .46-5.71 9.83 9.83 0 0 1 1.14-3.06 1.7 1.7 0 0 1 1.19-.81c1.46-.31 2.34.57 3.15 1.54a8.27 8.27 0 0 1 .68 1.2c.4.71.81 1.41 1.19 2.13.17.32.28.66.44 1a2.41 2.41 0 0 0 .33.5c.34.39.57.37.83 0a4.31 4.31 0 0 0 .26-.47 1.24 1.24 0 0 1 2.22-.31 4.6 4.6 0 0 1 .85 2 5.56 5.56 0 0 1 .18 2.66 24.9 24.9 0 0 0-.4 2.59 1.18 1.18 0 0 0 .07.62c.19.42.34.45.75.24s.59-.34.9-.46a1.4 1.4 0 0 1 1.9 1 4.28 4.28 0 0 1-1 3.9c-.21.25-.44.48-.62.74a2.27 2.27 0 0 0-.22.53l2.1-.44c.38-.08.52.05.62.42a2.65 2.65 0 0 1-.1 1.53 5.14 5.14 0 0 1-2 3 2.13 2.13 0 0 0-.31.29c-.32.38-.26.71.22.79s.47.3.48.62 0 .56 0 .83a3.31 3.31 0 0 0 .46 1.72 2.65 2.65 0 0 1-.09 2.73l.51.44a.84.84 0 0 0 .33 1.08 7.23 7.23 0 0 0 3.34 2v-2.5c0-.83-.09-1.83-.11-2.75 0-2.17-.08-4.35-.12-6.52 0-.5-.14-1-.11-1.49.1-1.81 0-3.6 0-5.4 0-2.91.1-5.81.16-8.72a.87.87 0 0 1 .12-.45 17.66 17.66 0 0 1 1.16-1.43 6.25 6.25 0 0 1 .88-.66c0-.93-.06-2-.13-3.07a1.19 1.19 0 0 0-.68-.93c-.81-.48-1.6-1-2.43-1.41a24.54 24.54 0 0 1-4-2.52c-1.12-.9-2.25-1.8-3.27-2.8a17.43 17.43 0 0 1-3.11-4.3 22.62 22.62 0 0 1-2-5.48 19.24 19.24 0 0 1-.33-5.14A22.19 22.19 0 0 1 30 17.57 25.78 25.78 0 0 1 33.8 11a29 29 0 0 1 6-5.68 37.57 37.57 0 0 1 4-2.41A28.49 28.49 0 0 1 49.06.94a26.75 26.75 0 0 1 3.7-.65A32.87 32.87 0 0 1 58.87 0a55.81 55.81 0 0 1 8 .84 32.71 32.71 0 0 1 3.93 1A18.09 18.09 0 0 1 73.11 3c.8.4 1.59.83 2.39 1.2a10.39 10.39 0 0 1 3.38 2.53c.42.48.91.9 1.37 1.35v.14A7.77 7.77 0 0 1 79 8.14c-1.3-.3-2.58-.65-3.88-1s-2.41-.54-3.62-.81c-1.43-.32-2.63-.47-4.08-.69A24.58 24.58 0 0 0 64 5.49a16.14 16.14 0 0 1-1.65.11c-1.68.12-3.27.18-4.94.35a36.62 36.62 0 0 0-3.87.73 26.59 26.59 0 0 0-3.4.9 25.38 25.38 0 0 0-3.87 1.67A23.35 23.35 0 0 0 42 12.2a19.72 19.72 0 0 0-3.19 3.74 21.84 21.84 0 0 0-2.81 6 15.21 15.21 0 0 0-.64 3.88 13.79 13.79 0 0 0 .36 3.32 17.13 17.13 0 0 0 3.76 7.38A18.43 18.43 0 0 0 42 38.78c1.21 1 2.46 1.91 3.68 2.88a1.11 1.11 0 0 0 .87.28c.52-.06 1 0 1.56 0s.81.25 1 .77a3.77 3.77 0 0 1 .14 2c-.11 1.07-.18 2.15-.28 3.22s-.18 1.83-.25 2.65a7.83 7.83 0 0 1 1.13 1.07 2.16 2.16 0 0 1 .41 1.14 26.31 26.31 0 0 1-.14 2.81 11 11 0 0 0 0 3 11.22 11.22 0 0 1 0 2.09v4.73c0 .8-.09 1.6-.11 2.4-.01 2.24-.01 4.45-.01 6.65a1.85 1.85 0 0 0 .17.85 2.72 2.72 0 0 1 .06 1.18c0 .78-.11 1.55-.1 2.33 0 1.09.06 2.19.11 3.29 0 .5.11 1 .11 1.49 0 .77-.08 1.55-.07 2.32s.08 1.82.13 2.87A12.75 12.75 0 0 0 52 87.5a7.41 7.41 0 0 0 1.61-2.29c0-.14.22-.23.28-.37a.8.8 0 0 0 0-.48 2.27 2.27 0 0 1 .22-2.11 3.26 3.26 0 0 0 .41-2 3.15 3.15 0 0 1 0-.53.48.48 0 0 1 .44-.53c.52-.13.58-.41.22-.81a1.54 1.54 0 0 0-.26-.25 5.37 5.37 0 0 1-2.14-3.53s0-.08 0-.12c-.17-1 .14-1.36 1.12-1.23a13.55 13.55 0 0 1 1.57.42c.2-.26 0-.45-.18-.64A15.49 15.49 0 0 1 54 71.32a3.9 3.9 0 0 1-.33-2.9 1.52 1.52 0 0 1 2.37-.79c.08.05.15.14.24.17s.55.24.7.15a.76.76 0 0 0 .33-.88 8.4 8.4 0 0 1-.27-1.1 18.4 18.4 0 0 1-.24-2.08 7.47 7.47 0 0 1 .86-3.68 2.09 2.09 0 0 1 .7-.72c.8-.51 1.31-.36 1.77.47.1.17.18.35.28.52.28.46.53.48.86.05a6.24 6.24 0 0 0 .54-.93c.21-.41.39-.83.6-1.23.45-.82.91-1.64 1.37-2.45a4.6 4.6 0 0 1 2.32-1.8 2.14 2.14 0 0 1 2.12.87 10.23 10.23 0 0 1 .92 2.13 32.73 32.73 0 0 1 .78 4 11.54 11.54 0 0 1-.06 2.49c-.05.6 0 .71.65.68a4 4 0 0 1 .6 0c.95.08 1.23.37 1.46 1.32a4.63 4.63 0 0 1-.19 2.53 5.56 5.56 0 0 1-1.2 2.23c-.62.65-1.3 1.24-2 1.83-.51.44-1 .84-1.58 1.26-.19.14-.4.26-.6.39l.12.21c.31.14.63.31.95.42a2.11 2.11 0 0 1 1.33 1.83 1.82 1.82 0 0 1-.85 1.81 4.16 4.16 0 0 1-2.52 1 7.86 7.86 0 0 0-1.62.36 1.53 1.53 0 0 1-.64 0A3.27 3.27 0 0 0 62 80c.28.18.46.32.66.42a.56.56 0 0 1 .26.8 2.56 2.56 0 0 1-1.24 1.25 5.52 5.52 0 0 0-.7.44 17.17 17.17 0 0 1-4.49 2.59c-.66.27-.88.18-1.43-.4l-1.35 2.09c-.22.06-.41.06-.51.15-.83.81-1.65 1.63-2.47 2.46a1.05 1.05 0 0 0-.3.91 7.36 7.36 0 0 0 .49 2.56 3.11 3.11 0 0 1 0 1.73 11.18 11.18 0 0 1-.57 2.78 2.91 2.91 0 0 1-3.11 2 3.51 3.51 0 0 0-1.39.14 3.82 3.82 0 0 1-1.78 0c-.28-.06-.55-.45-.71-.74a2.28 2.28 0 0 0-1.25-1.28A6.41 6.41 0 0 1 40 96.27a.79.79 0 0 1-.15-.54 31.36 31.36 0 0 1 .15-3.36c.13-.93.27-2 1.37-2.38a4.26 4.26 0 0 0 1-2c.07-1.23 0-2.47.06-3.71a9.61 9.61 0 0 1 .07-1.19c.1-.65 0-.76-.54-1.15a15.6 15.6 0 0 1-1.39-1.19c-.06-.06-.1-.14-.17-.17-1.08-.59-1.72-1.67-2.69-2.37a3.89 3.89 0 0 1-.56-.57Zm18.18 6.89c-.06 0-.09-.08-.14-.09s-.06 0-.06.08a.43.43 0 0 0 0 .13Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-fighter {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M2.3 4.44c.53-.33 1-.72 1.58-1a7.65 7.65 0 0 1 1.71 3.23C6.94 8 8.62 9 9.91 10.46c3 3.09 5.94 6.2 8.94 9.26.14-.46.22-.95.32-1.42.57-.07 1.32.26 1.74-.28a54.93 54.93 0 0 0 3.75-4.6c.4-.67 1.25-.64 1.93-.76a15 15 0 0 1 .64 3.05c-.95.19-2.23-.24-2.86.71-.93 1.17-2 2.21-2.9 3.42a12.47 12.47 0 0 0 1 2.25c.43-.09.86-.21 1.29-.32 1.86 2.13 3.87 4.13 5.8 6.2.31.29.26.73.27 1.12v9.05c-3.83-3.62-7.7-7.26-11.49-10.94.08-.41.16-.83.22-1.25a12.86 12.86 0 0 0-2.21-1c-1.21.9-2.25 2-3.43 2.93-.94.64-.47 1.91-.7 2.85a28.11 28.11 0 0 1-3-.57c0-.72 0-1.62.75-2a53.33 53.33 0 0 0 4.59-3.76c.51-.42.18-1.12.2-1.67a6.86 6.86 0 0 1 1.43-.3c-.13-.39-.5-.6-.77-.88-2.8-2.69-5.58-5.4-8.37-8.09a29.2 29.2 0 0 1-2.73-3.16c-.5-.56-.88-1.3-1.69-1.48A5.28 5.28 0 0 1 0 7.32C.67 6.3 1.17 5 2.3 4.44m78.88 5.68c.26-.22.49-.46.75-.69.86.73 1.62 1.57 2.41 2.38-.89.74-1.64 2.39-.47 3.2a21.07 21.07 0 0 0 9.45 6.09c1.15.3 2.3.62 3.47.85s2.13-.2 3.21-.11a39 39 0 0 1-5.42 10.29 33.14 33.14 0 0 1-4.26 4.2c-2.66 2-5.15 4.35-8.17 5.82-2.15.59-4.23 1.53-6.47 1.66 2.14-1.81 3.26-4.39 4.46-6.81a17.32 17.32 0 0 0-.45-8.72c-1.58-1.92-2.81-4.11-4.45-6-.7.56-1.65.56-2.35 1.08-3 2.89-5.82 5.89-8.81 8.74v-4.41c0-.48.37-.78.66-1.09 1.88-1.84 3.72-3.72 5.6-5.57.67-.63.51-1.71 1.17-2.35l7.94-7.94c.46-.48 1.25-.17 1.75-.6m-50.79 8.11c1.45.92 2.74 2.08 4.19 3 2.76 1.53 6.4 2.25 9.24.53 1.65-.43 2.11-2.24 3.08-3.43.7.91 1.21 2 2 2.85.84.52 1.79.87 2.68 1.31a10.34 10.34 0 0 0 6.1-.51c2.16-.84 3.81-2.54 5.73-3.77q0 28-.15 56.09c-.31 2.18-.51 4.4-.94 6.57-1.18 1.5-2.49 2.92-3.74 4.38-2.3 2.09-5.05 3.69-7.13 6a49.09 49.09 0 0 0-4.53 5.23 65.48 65.48 0 0 0-6-6.7c-1.82-1.49-3.7-2.89-5.51-4.37-1.23-1.32-4.05-4.7-4.07-5.1-.26-2.16-.61-4.32-.85-6.48 0-13.41 0-26.83-.1-40.23 0-5.14-.06-10.29 0-15.43M14.92 76.38c4.84-5.11 10-9.9 14.91-14.92a38.6 38.6 0 0 1 0 4.81c-2.25 2.37-4.67 4.58-6.85 7q-8.62 8.5-17.15 17.07c-.74.9-.87 2.37-2.12 2.8a3.1 3.1 0 0 1-3.12-3.22c.55-1.34 2.2-1.35 3.11-2.31Q9.29 82 14.92 76.38m49.15-12.01S77.77 78.81 84.64 86a10.62 10.62 0 0 1 1.18 1.41c1.7 2.42 3.48 4.8 5.17 7.23-2.46-1.75-4.89-3.54-7.35-5.29A13.25 13.25 0 0 1 82 87.87l-18-17.1Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M2.3 4.44c.53-.33 1-.72 1.58-1a7.65 7.65 0 0 1 1.71 3.23C6.94 8 8.62 9 9.91 10.46c3 3.09 5.94 6.2 8.94 9.26.14-.46.22-.95.32-1.42.57-.07 1.32.26 1.74-.28a54.93 54.93 0 0 0 3.75-4.6c.4-.67 1.25-.64 1.93-.76a15 15 0 0 1 .64 3.05c-.95.19-2.23-.24-2.86.71-.93 1.17-2 2.21-2.9 3.42a12.47 12.47 0 0 0 1 2.25c.43-.09.86-.21 1.29-.32 1.86 2.13 3.87 4.13 5.8 6.2.31.29.26.73.27 1.12v9.05c-3.83-3.62-7.7-7.26-11.49-10.94.08-.41.16-.83.22-1.25a12.86 12.86 0 0 0-2.21-1c-1.21.9-2.25 2-3.43 2.93-.94.64-.47 1.91-.7 2.85a28.11 28.11 0 0 1-3-.57c0-.72 0-1.62.75-2a53.33 53.33 0 0 0 4.59-3.76c.51-.42.18-1.12.2-1.67a6.86 6.86 0 0 1 1.43-.3c-.13-.39-.5-.6-.77-.88-2.8-2.69-5.58-5.4-8.37-8.09a29.2 29.2 0 0 1-2.73-3.16c-.5-.56-.88-1.3-1.69-1.48A5.28 5.28 0 0 1 0 7.32C.67 6.3 1.17 5 2.3 4.44m78.88 5.68c.26-.22.49-.46.75-.69.86.73 1.62 1.57 2.41 2.38-.89.74-1.64 2.39-.47 3.2a21.07 21.07 0 0 0 9.45 6.09c1.15.3 2.3.62 3.47.85s2.13-.2 3.21-.11a39 39 0 0 1-5.42 10.29 33.14 33.14 0 0 1-4.26 4.2c-2.66 2-5.15 4.35-8.17 5.82-2.15.59-4.23 1.53-6.47 1.66 2.14-1.81 3.26-4.39 4.46-6.81a17.32 17.32 0 0 0-.45-8.72c-1.58-1.92-2.81-4.11-4.45-6-.7.56-1.65.56-2.35 1.08-3 2.89-5.82 5.89-8.81 8.74v-4.41c0-.48.37-.78.66-1.09 1.88-1.84 3.72-3.72 5.6-5.57.67-.63.51-1.71 1.17-2.35l7.94-7.94c.46-.48 1.25-.17 1.75-.6m-50.79 8.11c1.45.92 2.74 2.08 4.19 3 2.76 1.53 6.4 2.25 9.24.53 1.65-.43 2.11-2.24 3.08-3.43.7.91 1.21 2 2 2.85.84.52 1.79.87 2.68 1.31a10.34 10.34 0 0 0 6.1-.51c2.16-.84 3.81-2.54 5.73-3.77q0 28-.15 56.09c-.31 2.18-.51 4.4-.94 6.57-1.18 1.5-2.49 2.92-3.74 4.38-2.3 2.09-5.05 3.69-7.13 6a49.09 49.09 0 0 0-4.53 5.23 65.48 65.48 0 0 0-6-6.7c-1.82-1.49-3.7-2.89-5.51-4.37-1.23-1.32-4.05-4.7-4.07-5.1-.26-2.16-.61-4.32-.85-6.48 0-13.41 0-26.83-.1-40.23 0-5.14-.06-10.29 0-15.43M14.92 76.38c4.84-5.11 10-9.9 14.91-14.92a38.6 38.6 0 0 1 0 4.81c-2.25 2.37-4.67 4.58-6.85 7q-8.62 8.5-17.15 17.07c-.74.9-.87 2.37-2.12 2.8a3.1 3.1 0 0 1-3.12-3.22c.55-1.34 2.2-1.35 3.11-2.31Q9.29 82 14.92 76.38m49.15-12.01S77.77 78.81 84.64 86a10.62 10.62 0 0 1 1.18 1.41c1.7 2.42 3.48 4.8 5.17 7.23-2.46-1.75-4.89-3.54-7.35-5.29A13.25 13.25 0 0 1 82 87.87l-18-17.1Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-monk {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Monk'%3E%3Cpath class='cls-1' d='M48.91.66C51 .44 53.17.23 55.29 0c.4 3.8.06 7.66.18 11.48-.16 4.36-.61 8.69-.94 13-2.49.69-5 1.29-7.49 2 2.83-.12 5.66-.37 8.5-.56a6 6 0 0 0 .66-2.08c.26-6.88.59-13.76.86-20.64 1.71.37 3.53.48 5.07 1.38 1.19.64 2.43 1.2 3.62 1.84.68.34.49 1.23.55 1.85-.1 2.75-.18 5.49-.35 8.23-.53 3.38-1.08 6.75-1.67 10.12-1.72.11-3.44 0-5.16.13 2.13.46 4.28.8 6.43 1.17.65-5.21 1.49-10.4 2.19-15.6 2.41.19 4.47 1.46 6.56 2.55.07 4.45.54 8.9.19 13.34-.18 3.49-.41 7-.58 10.47a10.68 10.68 0 0 1-.43 3.32c-.9 2.68-1.65 5.41-2.59 8.07-1 1.19-2.44 1.87-3.53 2.94-.16.19-.1.47-.11.7l2.54 35.65c.12 1.06-.73 1.83-1.17 2.71a4.06 4.06 0 0 1-1.35 1.66q-4.77 2.7-9.52 5.44a4.49 4.49 0 0 1-3.07.75c-1.62-.1-3.35.39-4.89-.34-4-1.64-8.08-3.11-12.06-4.79-1-1.16-2.17-2.51-1.95-4.14.28-12.36.48-24.72.74-37.08.13-.85-.76-1.22-1.29-1.68-3-2.22-5.55-5-8.32-7.5-.37-.37-.88-.72-.9-1.29-.19-6.05-.41-12.1-.62-18.1a6.1 6.1 0 0 1 .76-2.44c.22-.51.44-1.18 1.1-1.22 4.82-1 9.63-2.13 14.49-3a52.61 52.61 0 0 1 1.2 6.05c-1.82 2.66-4.45 4.78-5.88 7.73 2.44-2.05 4.67-4.35 7-6.47.3-.31.78-.61.69-1.11-.27-1.84-.55-3.69-.82-5.54-.21-1.17 1.06-1.83 1.87-2.4-.1-4.68-.25-9.34-.37-14 1.16-.72 2.1-1.86 3.48-1.94m23.73 28.17c-1.59 1-3.46.19-5.17.05 1.8.68 3.63 1.31 5.47 1.87.16-1.94.4-3.87.42-5.81-.32 1.28-.28 2.64-.72 3.89M45.37 39.6c2.11 1.72 4.22 3.46 6.36 5.17a1.35 1.35 0 0 1 .61.91c.3 3.45.38 6.92.76 10.36.68-3.27 1-6.6 1.64-9.89a1.08 1.08 0 0 1 .52-.76c1.93-1.29 3.92-2.49 5.81-3.85-2.15.69-4.27 1.5-6.39 2.27-.5.16-1.08.54-1.57.16-2.41-1.67-4.81-3.36-7.23-5l-.51.66'/%3E%3Cpath class='cls-1' d='M40.6 4.62a19.77 19.77 0 0 1 3.77-.06c0 3.86 0 7.73-.09 11.6a2.27 2.27 0 0 1-2.33.59c-3 .36-6.06.9-9.1 1.31.37-3.36.87-6.7 1.4-10 0-.53.6-.68 1-.89 1.8-.8 3.56-1.71 5.36-2.51'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Monk'%3E%3Cpath class='cls-1' d='M48.91.66C51 .44 53.17.23 55.29 0c.4 3.8.06 7.66.18 11.48-.16 4.36-.61 8.69-.94 13-2.49.69-5 1.29-7.49 2 2.83-.12 5.66-.37 8.5-.56a6 6 0 0 0 .66-2.08c.26-6.88.59-13.76.86-20.64 1.71.37 3.53.48 5.07 1.38 1.19.64 2.43 1.2 3.62 1.84.68.34.49 1.23.55 1.85-.1 2.75-.18 5.49-.35 8.23-.53 3.38-1.08 6.75-1.67 10.12-1.72.11-3.44 0-5.16.13 2.13.46 4.28.8 6.43 1.17.65-5.21 1.49-10.4 2.19-15.6 2.41.19 4.47 1.46 6.56 2.55.07 4.45.54 8.9.19 13.34-.18 3.49-.41 7-.58 10.47a10.68 10.68 0 0 1-.43 3.32c-.9 2.68-1.65 5.41-2.59 8.07-1 1.19-2.44 1.87-3.53 2.94-.16.19-.1.47-.11.7l2.54 35.65c.12 1.06-.73 1.83-1.17 2.71a4.06 4.06 0 0 1-1.35 1.66q-4.77 2.7-9.52 5.44a4.49 4.49 0 0 1-3.07.75c-1.62-.1-3.35.39-4.89-.34-4-1.64-8.08-3.11-12.06-4.79-1-1.16-2.17-2.51-1.95-4.14.28-12.36.48-24.72.74-37.08.13-.85-.76-1.22-1.29-1.68-3-2.22-5.55-5-8.32-7.5-.37-.37-.88-.72-.9-1.29-.19-6.05-.41-12.1-.62-18.1a6.1 6.1 0 0 1 .76-2.44c.22-.51.44-1.18 1.1-1.22 4.82-1 9.63-2.13 14.49-3a52.61 52.61 0 0 1 1.2 6.05c-1.82 2.66-4.45 4.78-5.88 7.73 2.44-2.05 4.67-4.35 7-6.47.3-.31.78-.61.69-1.11-.27-1.84-.55-3.69-.82-5.54-.21-1.17 1.06-1.83 1.87-2.4-.1-4.68-.25-9.34-.37-14 1.16-.72 2.1-1.86 3.48-1.94m23.73 28.17c-1.59 1-3.46.19-5.17.05 1.8.68 3.63 1.31 5.47 1.87.16-1.94.4-3.87.42-5.81-.32 1.28-.28 2.64-.72 3.89M45.37 39.6c2.11 1.72 4.22 3.46 6.36 5.17a1.35 1.35 0 0 1 .61.91c.3 3.45.38 6.92.76 10.36.68-3.27 1-6.6 1.64-9.89a1.08 1.08 0 0 1 .52-.76c1.93-1.29 3.92-2.49 5.81-3.85-2.15.69-4.27 1.5-6.39 2.27-.5.16-1.08.54-1.57.16-2.41-1.67-4.81-3.36-7.23-5l-.51.66'/%3E%3Cpath class='cls-1' d='M40.6 4.62a19.77 19.77 0 0 1 3.77-.06c0 3.86 0 7.73-.09 11.6a2.27 2.27 0 0 1-2.33.59c-3 .36-6.06.9-9.1 1.31.37-3.36.87-6.7 1.4-10 0-.53.6-.68 1-.89 1.8-.8 3.56-1.71 5.36-2.51'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-paladin {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M28.85 4.16c.3-1.37.32-2.79.6-4.16.06 1.88.27 3.76.21 5.63a28.78 28.78 0 0 1-1.26 5.75c-.68 2.16-1.93 4.19-1.95 6.5a11.14 11.14 0 0 0-.06 3.05c.45 2.92 1.1 5.81 1.77 8.68 1.35 1.76 2.89 3.39 4.32 5.1 1.36.94 3.11.8 4.67.59.55-.44.92-1.07 1.42-1.55.69.58 1.33 1.23 2 1.82a26.69 26.69 0 0 1 2.5-3.46c1.47-1.52 2.93-3.07 4.4-4.59a4.42 4.42 0 0 0 1.21-1.77 14.55 14.55 0 0 0 1.24-3.14h.23a8.93 8.93 0 0 0 .94 2.47 7.2 7.2 0 0 0 1.07 2c1.77 1.82 3.51 3.66 5.27 5.49.76.92 1.32 2 2 2.95.68-.56 1.29-1.19 2-1.76.69.58 1.08 1.8 2.17 1.62 1.55.2 3.52.13 4.48-1.3C69 33 70 31.86 70.92 30.75A3.42 3.42 0 0 0 72 29.08c.56-3 1.38-5.91 1.7-8.93 0-1.32-.17-2.64-.33-3.95-.87-2.85-2.39-5.51-2.68-8.52-.69-2.52-.22-5.11-.12-7.68.25 1.37.28 2.78.58 4.15.56 1.23 1.29 2.37 1.9 3.58.7 1.74 2.71 2.34 3.82 3.74.66 1.38 1.23 2.79 1.88 4.17a2.38 2.38 0 0 1 0 1.6c-.52 2.53-1 5.07-1.52 7.61a3.25 3.25 0 0 0 0 1.58c1-2.67 1.43-5.55 2.24-8.29.49 2.6 1.53 5.07 2.25 7.61a3.48 3.48 0 0 1 .28 1.74c-.63 3.65-1.79 11.58-1.86 12 .94-1.54 1.7-3.17 2.66-4.68-.11 2.8-.36 5.6-.54 8.4-.83 2.67-2.74 4.78-4.35 7 1.14-.61 2.22-1.33 3.34-2-.32 1.51-.73 3-1.07 4.51-.08.29-.12.64-.41.79-1.78 1-3.62 1.88-5.38 2.92 1.62-.15 3.2-.52 4.82-.69-.8 1.33-1.72 2.57-2.55 3.88-.19.24-.33.61-.69.61-1.47.09-3 .1-4.43.21a23.16 23.16 0 0 0 3.29 1.39c-1.56.85-3.18 1.59-4.77 2.37-1-1.09-1.91-2.25-2.89-3.35-.49-.47-.21-1.19-.21-1.78 0-1.89.56-3.83 0-5.69-.3-1.29-.58-2.58-.88-3.87a6.08 6.08 0 0 0-3.35 1.34c.32 5.63.69 11.26 1 16.89-.09.8.52 1.41.87 2.06.49.92 1.64 1.05 2.35 1.72.5.5 1.26.39 1.91.49 1.16.2 2.22-.46 3.34-.66-1.7 1.61-3.62 3-5.31 4.62-2.31 3.47-4.57 7-6.87 10.47-1.7 2.38-2.66 5.17-4 7.76A44.75 44.75 0 0 0 54 100c-.18-7-.26-13.94-.41-20.91 0-2.55-.49-5.09-.22-7.64.64-2.3.68-4.75 1.58-7A47.94 47.94 0 0 0 60 55.9c-1.23.05-2.45.18-3.68.25-.72 0-1.2.6-1.76 1-1.11.86-2.31 1.63-3.38 2.54-.52 1-.64 2.18-1.12 3.21-.66-1-.6-2.34-1.29-3.32-1.49-1.1-3-2.25-4.49-3.28-1.39-.25-2.82-.26-4.23-.37a38.63 38.63 0 0 0 4.17 7.21c2 2.35 1.68 5.63 2.53 8.43a26.24 26.24 0 0 1-.2 5.24c-.16 7.74-.26 15.48-.45 23.22-.64-1.64-1-3.4-1.72-5-1.48-2.9-2.55-6-4.46-8.71l-5.91-9a9.07 9.07 0 0 0-1.15-1.59c-1.65-1.44-3.38-2.79-5-4.28 1.12.2 2.18.86 3.34.66.65-.1 1.41 0 1.91-.49.72-.67 1.86-.8 2.35-1.72a7.17 7.17 0 0 0 .83-1.54c.31-5.79.72-11.58 1-17.38a6.58 6.58 0 0 0-3.45-1.37c-.38 1.72-.82 3.43-1.14 5.16 0 1.83.24 3.66.33 5.49 0 .36-.23.62-.44.87-.93 1-1.8 2.14-2.74 3.17-1.59-.78-3.21-1.52-4.77-2.37a23.16 23.16 0 0 0 3.29-1.39c-1.47-.11-3-.12-4.43-.21-.36 0-.5-.37-.69-.61-.83-1.31-1.75-2.55-2.55-3.88 1.62.17 3.2.54 4.82.69-1.76-1-3.6-1.92-5.38-2.92-.29-.15-.33-.5-.41-.79-.34-1.51-.75-3-1.07-4.51 1.12.62 2.2 1.34 3.34 2a49.27 49.27 0 0 1-3.21-4.52c-.42-1-1.19-1.84-1.19-3-.13-2.64-.4-5.28-.49-7.93 1 1.51 1.72 3.14 2.66 4.68-.07-.41-1.31-8.54-1.89-12.31.67-3.05 2-5.94 2.61-9 .81 2.74 1.25 5.62 2.24 8.29a3 3 0 0 0 .05-1.4c-.58-2.85-1.13-5.69-1.7-8.53a2.17 2.17 0 0 1 .35-1.39c.57-1.2 1.06-2.44 1.64-3.64 1.11-1.4 3.12-2 3.82-3.74.61-1.21 1.34-2.35 1.9-3.58' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M28.85 4.16c.3-1.37.32-2.79.6-4.16.06 1.88.27 3.76.21 5.63a28.78 28.78 0 0 1-1.26 5.75c-.68 2.16-1.93 4.19-1.95 6.5a11.14 11.14 0 0 0-.06 3.05c.45 2.92 1.1 5.81 1.77 8.68 1.35 1.76 2.89 3.39 4.32 5.1 1.36.94 3.11.8 4.67.59.55-.44.92-1.07 1.42-1.55.69.58 1.33 1.23 2 1.82a26.69 26.69 0 0 1 2.5-3.46c1.47-1.52 2.93-3.07 4.4-4.59a4.42 4.42 0 0 0 1.21-1.77 14.55 14.55 0 0 0 1.24-3.14h.23a8.93 8.93 0 0 0 .94 2.47 7.2 7.2 0 0 0 1.07 2c1.77 1.82 3.51 3.66 5.27 5.49.76.92 1.32 2 2 2.95.68-.56 1.29-1.19 2-1.76.69.58 1.08 1.8 2.17 1.62 1.55.2 3.52.13 4.48-1.3C69 33 70 31.86 70.92 30.75A3.42 3.42 0 0 0 72 29.08c.56-3 1.38-5.91 1.7-8.93 0-1.32-.17-2.64-.33-3.95-.87-2.85-2.39-5.51-2.68-8.52-.69-2.52-.22-5.11-.12-7.68.25 1.37.28 2.78.58 4.15.56 1.23 1.29 2.37 1.9 3.58.7 1.74 2.71 2.34 3.82 3.74.66 1.38 1.23 2.79 1.88 4.17a2.38 2.38 0 0 1 0 1.6c-.52 2.53-1 5.07-1.52 7.61a3.25 3.25 0 0 0 0 1.58c1-2.67 1.43-5.55 2.24-8.29.49 2.6 1.53 5.07 2.25 7.61a3.48 3.48 0 0 1 .28 1.74c-.63 3.65-1.79 11.58-1.86 12 .94-1.54 1.7-3.17 2.66-4.68-.11 2.8-.36 5.6-.54 8.4-.83 2.67-2.74 4.78-4.35 7 1.14-.61 2.22-1.33 3.34-2-.32 1.51-.73 3-1.07 4.51-.08.29-.12.64-.41.79-1.78 1-3.62 1.88-5.38 2.92 1.62-.15 3.2-.52 4.82-.69-.8 1.33-1.72 2.57-2.55 3.88-.19.24-.33.61-.69.61-1.47.09-3 .1-4.43.21a23.16 23.16 0 0 0 3.29 1.39c-1.56.85-3.18 1.59-4.77 2.37-1-1.09-1.91-2.25-2.89-3.35-.49-.47-.21-1.19-.21-1.78 0-1.89.56-3.83 0-5.69-.3-1.29-.58-2.58-.88-3.87a6.08 6.08 0 0 0-3.35 1.34c.32 5.63.69 11.26 1 16.89-.09.8.52 1.41.87 2.06.49.92 1.64 1.05 2.35 1.72.5.5 1.26.39 1.91.49 1.16.2 2.22-.46 3.34-.66-1.7 1.61-3.62 3-5.31 4.62-2.31 3.47-4.57 7-6.87 10.47-1.7 2.38-2.66 5.17-4 7.76A44.75 44.75 0 0 0 54 100c-.18-7-.26-13.94-.41-20.91 0-2.55-.49-5.09-.22-7.64.64-2.3.68-4.75 1.58-7A47.94 47.94 0 0 0 60 55.9c-1.23.05-2.45.18-3.68.25-.72 0-1.2.6-1.76 1-1.11.86-2.31 1.63-3.38 2.54-.52 1-.64 2.18-1.12 3.21-.66-1-.6-2.34-1.29-3.32-1.49-1.1-3-2.25-4.49-3.28-1.39-.25-2.82-.26-4.23-.37a38.63 38.63 0 0 0 4.17 7.21c2 2.35 1.68 5.63 2.53 8.43a26.24 26.24 0 0 1-.2 5.24c-.16 7.74-.26 15.48-.45 23.22-.64-1.64-1-3.4-1.72-5-1.48-2.9-2.55-6-4.46-8.71l-5.91-9a9.07 9.07 0 0 0-1.15-1.59c-1.65-1.44-3.38-2.79-5-4.28 1.12.2 2.18.86 3.34.66.65-.1 1.41 0 1.91-.49.72-.67 1.86-.8 2.35-1.72a7.17 7.17 0 0 0 .83-1.54c.31-5.79.72-11.58 1-17.38a6.58 6.58 0 0 0-3.45-1.37c-.38 1.72-.82 3.43-1.14 5.16 0 1.83.24 3.66.33 5.49 0 .36-.23.62-.44.87-.93 1-1.8 2.14-2.74 3.17-1.59-.78-3.21-1.52-4.77-2.37a23.16 23.16 0 0 0 3.29-1.39c-1.47-.11-3-.12-4.43-.21-.36 0-.5-.37-.69-.61-.83-1.31-1.75-2.55-2.55-3.88 1.62.17 3.2.54 4.82.69-1.76-1-3.6-1.92-5.38-2.92-.29-.15-.33-.5-.41-.79-.34-1.51-.75-3-1.07-4.51 1.12.62 2.2 1.34 3.34 2a49.27 49.27 0 0 1-3.21-4.52c-.42-1-1.19-1.84-1.19-3-.13-2.64-.4-5.28-.49-7.93 1 1.51 1.72 3.14 2.66 4.68-.07-.41-1.31-8.54-1.89-12.31.67-3.05 2-5.94 2.61-9 .81 2.74 1.25 5.62 2.24 8.29a3 3 0 0 0 .05-1.4c-.58-2.85-1.13-5.69-1.7-8.53a2.17 2.17 0 0 1 .35-1.39c.57-1.2 1.06-2.44 1.64-3.64 1.11-1.4 3.12-2 3.82-3.74.61-1.21 1.34-2.35 1.9-3.58' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-ranger {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Ranger'%3E%3Cpath class='cls-1' d='M22.16 3.49A31.88 31.88 0 0 1 22.78 0c.61 1.82 1 3.72 1.68 5.52 1.41 2.79 2.65 5.68 4.16 8.43 3.52 5.25 7 10.55 10.51 15.79 3.38 4 6.78 7.91 10.27 11.79-2.28 2.38-4.48 4.85-6.68 7.31-3.07-2-5.78-4.48-8.63-6.77-1.66-1.19-2.69-3-4-4.51a11.66 11.66 0 0 1-1.73-3.25 91.49 91.49 0 0 1-3.27-9c-.72-3.34-1.73-6.64-2-10.07q-.74-5.86-.94-11.78'/%3E%3Cpath class='cls-1' d='M77.23 0c.27 1.12.45 2.26.61 3.4-.12 4.89-.66 9.77-1.26 14.63-.39 1.87-.84 3.73-1.25 5.6a64.82 64.82 0 0 1-2.16 6.9c-.63 2-1.61 3.91-2.43 5.86a57.34 57.34 0 0 1-3.68 4.71 106.09 106.09 0 0 1-12.92 9.84c-1.49 1.12-2.88 2.35-4.31 3.54-1.75 2.08-3.49 4.17-5.2 6.28-1.73 2.71-3.4 5.45-5.09 8.18-1.25 2.48-2.43 5-3.65 7.5C34.53 79.6 33.3 82.82 32 86c-.82 2.28-1.5 4.61-2.28 6.9-.47 1.33-.31 2.77-.64 4.13-.55.67-1.63 1-1.59 2-1.31-.27-2.43 1.66-3.59.62.72-1.89-2.38-2.8-1.57-4.65 0-.88.94-1.16 1.49-1.67l-.42-.78c.44-1.22.89-2.44 1.36-3.65.44-1-.28-1.92-.44-2.87a4.05 4.05 0 0 1 2.53-.75 22 22 0 0 1 .65-2.81c1.34-3.31 2.66-6.61 4-9.92.37-.88.41-1.84.7-2.73.32-.56 1-.72 1.53-1a10 10 0 0 0 2.41-2.24c.89-.72.4-2 .46-3-.28-.45-.92-.57-1.36-.86 1.25-2.51 2.88-4.82 4.31-7.23a63 63 0 0 1 5.56-8.15c1.85-2 3.52-4.06 5.5-5.88 3.5-3.87 6.9-7.84 10.29-11.8 3.2-4.73 6.31-9.52 9.49-14.27 2-2.83 3.21-6.14 4.82-9.21 1-2 1.31-4.19 2-6.26'/%3E%3Cpath class='cls-1' d='M54.13 51.82c.92-.68 1.94-1.19 2.91-1.78 2.3 3.64 4.52 7.33 6.81 11 .37.57.6 1.2.94 1.78a8.13 8.13 0 0 0-1.35.77 10.54 10.54 0 0 0 0 2.51 30.58 30.58 0 0 0 2.11 2.3c.67.66 1.84.68 2.3 1.56a17.65 17.65 0 0 0 .89 3.2c1.25 3.1 2.49 6.2 3.75 9.29a20.2 20.2 0 0 1 .67 2.89 4.06 4.06 0 0 1 2.54.75 11.11 11.11 0 0 0-.59 2.37c.45 1.4 1 2.76 1.51 4.15l-.42.78c.55.51 1.45.79 1.49 1.67.8 1.85-2.29 2.76-1.58 4.64-1.16 1-2.27-.88-3.58-.61 0-1-1-1.36-1.59-2-.33-1.36-.17-2.8-.64-4.13-.79-2.29-1.47-4.62-2.28-6.9-1.3-3.16-2.53-6.35-3.87-9.5-1.23-2.52-2.42-5.07-3.69-7.57q-2.48-4-5-8c-1.55-2-3.22-3.88-4.79-5.85 1.13-1.1 2.3-2.16 3.45-3.23M46.16 71a2.9 2.9 0 0 1 2-1.46 3.28 3.28 0 0 0-.36 2.21c.24.47.76.74.94 1.25A21.72 21.72 0 0 1 50 78.12c-.14 1.61-.4 3.22-.58 4.83-.91.18-1.87.81-2.77.28-1.21-.25-1.77-1.4-2.54-2.23a2.7 2.7 0 0 1-.78-1.22 19.32 19.32 0 0 1 .17-5.58c.84-1.1 2.08-1.89 2.69-3.17m6.64-1.46c.68.27 1.5.47 1.84 1.18.62 1.51 2.19 2.33 2.93 3.7a17.81 17.81 0 0 1 0 5.69c-1 1.17-1.81 2.81-3.45 3.18-.85.38-1.69-.24-2.52-.37-.19-1.61-.45-3.22-.59-4.83A21.72 21.72 0 0 1 52.25 73c.18-.51.7-.78.94-1.25a3.23 3.23 0 0 0-.36-2.21m-13.11 9.84a5 5 0 0 1 2.07-2.31A5.9 5.9 0 0 0 43 82.34a8.78 8.78 0 0 1 1 2.52 4.09 4.09 0 0 1 .07 3c-.8 1.4-2.4 2.88-4.12 2.19a9.78 9.78 0 0 1-2.51-3.35 4.32 4.32 0 0 1 .13-3.35 21.76 21.76 0 0 1 2.16-3.93m19.48-2.35a4.78 4.78 0 0 1 2 2.25 22.46 22.46 0 0 1 2.2 4 4.32 4.32 0 0 1 .13 3.35A9.78 9.78 0 0 1 61.06 90c-1.7.68-3.27-.76-4.08-2.12-.73-1.66.15-3.36.68-4.93 1.19-1.7 2.28-3.76 1.55-5.89'/%3E%3Cpath class='cls-1' d='M46.31 86.09c1.94-1 4.29-1.65 6.41-.8.79.41 2 .39 2.32 1.33.66 1.29 1.34 2.57 2 3.83.85 1.31 2.39 1.78 3.77 2.29a3.17 3.17 0 0 1 1.45 1.31 9.22 9.22 0 0 1-3.62 3.83 3.23 3.23 0 0 1-2.29.11c-2.41-.51-4.8-1.49-7.29-1.08-1.77.4-3.51.88-5.28 1.24-1.47.14-2.5-1-3.54-1.85a12.19 12.19 0 0 1-1.56-2.25c1-1.9 3.69-1.52 4.94-3.23 1-1.47 1.67-3.22 2.66-4.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Ranger'%3E%3Cpath class='cls-1' d='M22.16 3.49A31.88 31.88 0 0 1 22.78 0c.61 1.82 1 3.72 1.68 5.52 1.41 2.79 2.65 5.68 4.16 8.43 3.52 5.25 7 10.55 10.51 15.79 3.38 4 6.78 7.91 10.27 11.79-2.28 2.38-4.48 4.85-6.68 7.31-3.07-2-5.78-4.48-8.63-6.77-1.66-1.19-2.69-3-4-4.51a11.66 11.66 0 0 1-1.73-3.25 91.49 91.49 0 0 1-3.27-9c-.72-3.34-1.73-6.64-2-10.07q-.74-5.86-.94-11.78'/%3E%3Cpath class='cls-1' d='M77.23 0c.27 1.12.45 2.26.61 3.4-.12 4.89-.66 9.77-1.26 14.63-.39 1.87-.84 3.73-1.25 5.6a64.82 64.82 0 0 1-2.16 6.9c-.63 2-1.61 3.91-2.43 5.86a57.34 57.34 0 0 1-3.68 4.71 106.09 106.09 0 0 1-12.92 9.84c-1.49 1.12-2.88 2.35-4.31 3.54-1.75 2.08-3.49 4.17-5.2 6.28-1.73 2.71-3.4 5.45-5.09 8.18-1.25 2.48-2.43 5-3.65 7.5C34.53 79.6 33.3 82.82 32 86c-.82 2.28-1.5 4.61-2.28 6.9-.47 1.33-.31 2.77-.64 4.13-.55.67-1.63 1-1.59 2-1.31-.27-2.43 1.66-3.59.62.72-1.89-2.38-2.8-1.57-4.65 0-.88.94-1.16 1.49-1.67l-.42-.78c.44-1.22.89-2.44 1.36-3.65.44-1-.28-1.92-.44-2.87a4.05 4.05 0 0 1 2.53-.75 22 22 0 0 1 .65-2.81c1.34-3.31 2.66-6.61 4-9.92.37-.88.41-1.84.7-2.73.32-.56 1-.72 1.53-1a10 10 0 0 0 2.41-2.24c.89-.72.4-2 .46-3-.28-.45-.92-.57-1.36-.86 1.25-2.51 2.88-4.82 4.31-7.23a63 63 0 0 1 5.56-8.15c1.85-2 3.52-4.06 5.5-5.88 3.5-3.87 6.9-7.84 10.29-11.8 3.2-4.73 6.31-9.52 9.49-14.27 2-2.83 3.21-6.14 4.82-9.21 1-2 1.31-4.19 2-6.26'/%3E%3Cpath class='cls-1' d='M54.13 51.82c.92-.68 1.94-1.19 2.91-1.78 2.3 3.64 4.52 7.33 6.81 11 .37.57.6 1.2.94 1.78a8.13 8.13 0 0 0-1.35.77 10.54 10.54 0 0 0 0 2.51 30.58 30.58 0 0 0 2.11 2.3c.67.66 1.84.68 2.3 1.56a17.65 17.65 0 0 0 .89 3.2c1.25 3.1 2.49 6.2 3.75 9.29a20.2 20.2 0 0 1 .67 2.89 4.06 4.06 0 0 1 2.54.75 11.11 11.11 0 0 0-.59 2.37c.45 1.4 1 2.76 1.51 4.15l-.42.78c.55.51 1.45.79 1.49 1.67.8 1.85-2.29 2.76-1.58 4.64-1.16 1-2.27-.88-3.58-.61 0-1-1-1.36-1.59-2-.33-1.36-.17-2.8-.64-4.13-.79-2.29-1.47-4.62-2.28-6.9-1.3-3.16-2.53-6.35-3.87-9.5-1.23-2.52-2.42-5.07-3.69-7.57q-2.48-4-5-8c-1.55-2-3.22-3.88-4.79-5.85 1.13-1.1 2.3-2.16 3.45-3.23M46.16 71a2.9 2.9 0 0 1 2-1.46 3.28 3.28 0 0 0-.36 2.21c.24.47.76.74.94 1.25A21.72 21.72 0 0 1 50 78.12c-.14 1.61-.4 3.22-.58 4.83-.91.18-1.87.81-2.77.28-1.21-.25-1.77-1.4-2.54-2.23a2.7 2.7 0 0 1-.78-1.22 19.32 19.32 0 0 1 .17-5.58c.84-1.1 2.08-1.89 2.69-3.17m6.64-1.46c.68.27 1.5.47 1.84 1.18.62 1.51 2.19 2.33 2.93 3.7a17.81 17.81 0 0 1 0 5.69c-1 1.17-1.81 2.81-3.45 3.18-.85.38-1.69-.24-2.52-.37-.19-1.61-.45-3.22-.59-4.83A21.72 21.72 0 0 1 52.25 73c.18-.51.7-.78.94-1.25a3.23 3.23 0 0 0-.36-2.21m-13.11 9.84a5 5 0 0 1 2.07-2.31A5.9 5.9 0 0 0 43 82.34a8.78 8.78 0 0 1 1 2.52 4.09 4.09 0 0 1 .07 3c-.8 1.4-2.4 2.88-4.12 2.19a9.78 9.78 0 0 1-2.51-3.35 4.32 4.32 0 0 1 .13-3.35 21.76 21.76 0 0 1 2.16-3.93m19.48-2.35a4.78 4.78 0 0 1 2 2.25 22.46 22.46 0 0 1 2.2 4 4.32 4.32 0 0 1 .13 3.35A9.78 9.78 0 0 1 61.06 90c-1.7.68-3.27-.76-4.08-2.12-.73-1.66.15-3.36.68-4.93 1.19-1.7 2.28-3.76 1.55-5.89'/%3E%3Cpath class='cls-1' d='M46.31 86.09c1.94-1 4.29-1.65 6.41-.8.79.41 2 .39 2.32 1.33.66 1.29 1.34 2.57 2 3.83.85 1.31 2.39 1.78 3.77 2.29a3.17 3.17 0 0 1 1.45 1.31 9.22 9.22 0 0 1-3.62 3.83 3.23 3.23 0 0 1-2.29.11c-2.41-.51-4.8-1.49-7.29-1.08-1.77.4-3.51.88-5.28 1.24-1.47.14-2.5-1-3.54-1.85a12.19 12.19 0 0 1-1.56-2.25c1-1.9 3.69-1.52 4.94-3.23 1-1.47 1.67-3.22 2.66-4.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-rogue {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M48.89.27a5 5 0 0 1 3.17 0c.17 1.61.29 3.22.41 4.83.17 1-1.25 1.37-1.38 2.28.65 1.28 2 2.33 1.63 3.93a22.42 22.42 0 0 0 4.42-.35q5.55-3.27 11.07-6.58a8.7 8.7 0 0 1 2.37-.55c.83-.11 1.74-.5 2.5 0C75.92 5 78.82 6 81.69 7.13c3 .92 6 1.73 9 2.62A34.18 34.18 0 0 0 87.82 12c-2.36 2.3-4.74 4.58-7.09 6.88a4.79 4.79 0 0 1-2.29.9c-1.74.47-3.5.89-5.22 1.4-3.64 1.34-7.27 2.7-10.9 4.05a4.4 4.4 0 0 1-3.46-.48c-1.86-1-3.6-2.38-5.73-2.76 0 .9.11 1.81.06 2.72-.39 3.92-.9 7.83-1.24 11.76.94-.07 1.87-.2 2.8-.29 1.79-.15 3.39-1.1 5.15-1.41a33.67 33.67 0 0 1-2.23 4.75c-.66-.56-1.15-1.3-1.85-1.81a5.53 5.53 0 0 0-2.31.28c.12 1.22.25 2.43.38 3.65 0 .63.78 1 .66 1.68-.25 1.76-.09 3.54-.23 5.31-.46 13.92-1 27.84-1.53 41.76-.53 3.23-1.17 6.44-1.82 9.65-.72-3.18-1.35-6.39-1.94-9.6q-.84-18.27-1.73-36.54c-.14-3.63-.24-7.27-.51-10.88 1.09-1.43.71-3.35 1-5a11.23 11.23 0 0 0-2.15-.29c-.82.45-1.3 1.31-2 1.91a41.53 41.53 0 0 1-2.26-4.71c1.54.24 2.95 1 4.47 1.25 1.16.14 2.33.26 3.5.32C49 32.69 48.48 29 48 25.21a24.31 24.31 0 0 1 0-3.62 19.91 19.91 0 0 0-6.59 3 4.53 4.53 0 0 1-4.41.31q-5.12-1.9-10.23-3.78c-2.13-.6-4.27-1.15-6.41-1.7-1-.24-1.57-1.21-2.33-1.83-2.89-2.59-5.43-5.68-8.72-7.84L15 8.12c4-1.06 7.86-2.73 11.76-4.18.89-.66 2-.23 2.95-.08a6.38 6.38 0 0 1 2.24.57c3.25 2 6.51 3.87 9.77 5.82a4.2 4.2 0 0 0 2.14.9c1.51 0 3 .15 4.51.2a8.13 8.13 0 0 1 .11-1.64c.36-.89 1.17-1.52 1.51-2.42-.36-.85-1.63-1.2-1.47-2.26.15-1.58.22-3.18.4-4.76M31.11 13.1c-1.28.65-2.61 1.18-3.86 1.88 3 1.05 6 2 9 3a6.72 6.72 0 0 0 3.12 0c-2.37-1.63-4.92-3.11-7.37-4.7-.26-.17-.59-.38-.9-.18m37.48-.1c-2.64 1.68-5.32 3.29-7.92 5a6.62 6.62 0 0 0 3.25 0c2.94-1.06 6-1.91 8.87-3-1.39-.7-2.81-1.32-4.2-2' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M48.89.27a5 5 0 0 1 3.17 0c.17 1.61.29 3.22.41 4.83.17 1-1.25 1.37-1.38 2.28.65 1.28 2 2.33 1.63 3.93a22.42 22.42 0 0 0 4.42-.35q5.55-3.27 11.07-6.58a8.7 8.7 0 0 1 2.37-.55c.83-.11 1.74-.5 2.5 0C75.92 5 78.82 6 81.69 7.13c3 .92 6 1.73 9 2.62A34.18 34.18 0 0 0 87.82 12c-2.36 2.3-4.74 4.58-7.09 6.88a4.79 4.79 0 0 1-2.29.9c-1.74.47-3.5.89-5.22 1.4-3.64 1.34-7.27 2.7-10.9 4.05a4.4 4.4 0 0 1-3.46-.48c-1.86-1-3.6-2.38-5.73-2.76 0 .9.11 1.81.06 2.72-.39 3.92-.9 7.83-1.24 11.76.94-.07 1.87-.2 2.8-.29 1.79-.15 3.39-1.1 5.15-1.41a33.67 33.67 0 0 1-2.23 4.75c-.66-.56-1.15-1.3-1.85-1.81a5.53 5.53 0 0 0-2.31.28c.12 1.22.25 2.43.38 3.65 0 .63.78 1 .66 1.68-.25 1.76-.09 3.54-.23 5.31-.46 13.92-1 27.84-1.53 41.76-.53 3.23-1.17 6.44-1.82 9.65-.72-3.18-1.35-6.39-1.94-9.6q-.84-18.27-1.73-36.54c-.14-3.63-.24-7.27-.51-10.88 1.09-1.43.71-3.35 1-5a11.23 11.23 0 0 0-2.15-.29c-.82.45-1.3 1.31-2 1.91a41.53 41.53 0 0 1-2.26-4.71c1.54.24 2.95 1 4.47 1.25 1.16.14 2.33.26 3.5.32C49 32.69 48.48 29 48 25.21a24.31 24.31 0 0 1 0-3.62 19.91 19.91 0 0 0-6.59 3 4.53 4.53 0 0 1-4.41.31q-5.12-1.9-10.23-3.78c-2.13-.6-4.27-1.15-6.41-1.7-1-.24-1.57-1.21-2.33-1.83-2.89-2.59-5.43-5.68-8.72-7.84L15 8.12c4-1.06 7.86-2.73 11.76-4.18.89-.66 2-.23 2.95-.08a6.38 6.38 0 0 1 2.24.57c3.25 2 6.51 3.87 9.77 5.82a4.2 4.2 0 0 0 2.14.9c1.51 0 3 .15 4.51.2a8.13 8.13 0 0 1 .11-1.64c.36-.89 1.17-1.52 1.51-2.42-.36-.85-1.63-1.2-1.47-2.26.15-1.58.22-3.18.4-4.76M31.11 13.1c-1.28.65-2.61 1.18-3.86 1.88 3 1.05 6 2 9 3a6.72 6.72 0 0 0 3.12 0c-2.37-1.63-4.92-3.11-7.37-4.7-.26-.17-.59-.38-.9-.18m37.48-.1c-2.64 1.68-5.32 3.29-7.92 5a6.62 6.62 0 0 0 3.25 0c2.94-1.06 6-1.91 8.87-3-1.39-.7-2.81-1.32-4.2-2' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-sorcerer {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23000" d="M49.71,0c.24,0,2.87,17.45,4.54,22.77,1.3,4.13,2.57,8.28,3.92,12.41a120.48,120.48,0,0,0,5.39,13A91.85,91.85,0,0,1,70.65,73.6c1,7-2.54,15.84-7.36,20.79A19,19,0,0,1,43,98.73c-6.79-2.66-11-9.55-12.76-16.37a26.94,26.94,0,0,1-.84-10.29,79.24,79.24,0,0,1,2.53-12.34A82.18,82.18,0,0,1,36.25,48.4a117.08,117.08,0,0,0,5.39-12.46A129.86,129.86,0,0,0,46.47,18.1C47,15,49.84,2.86,49.71,0c.27,0,.12,2.59,0,0M48.5,66.28c-.14,2.34-1.71,1.86-2.91,4.9-.44-1.56.88-4.83-.17-6.69A8.53,8.53,0,0,1,43.49,68a9.75,9.75,0,0,0-1.83,5.61,8.38,8.38,0,0,0,1,3.38,8.65,8.65,0,0,1,.51,3.4c-.38-1-.94-1.45-2.35-1.48-.82-.16-.85-1.59-.47-2.4-1.16.24-1.23,3-1.14,3.61.28,1.91,1.4,3,2.53,4.52,1,1.28,1.51,2.76,3,3.57,1.74,1,3.4,1.55,5.21,1.08.42-.11.48.42,2.1.48.92,0,1.39-.76,1.56-1.77a13.51,13.51,0,0,0,4.62-2.12c2.11-1.89,1.54-7.42.19-9,.44,2.06-1.15,1.94-.53,3.32.19,1.25-1.9.61-2.73,1.12-.78.84-.57,1.39-1.11,2.34-.64-1.4.4-2.68.94-3.91A9,9,0,0,0,56.12,75a7.14,7.14,0,0,0-1.42-4.19,6.07,6.07,0,0,1-1.23-4.08c-1.6.44.44,7-1.35,8.87-1.63-1.72-.26-6.78-.35-8.36a16.07,16.07,0,0,0-1.63-6.89A17.19,17.19,0,0,1,48.7,57c-.31-1.23-.59-3.47-.21-4-1.43,2.07-.84,5.77-.4,7a22,22,0,0,1,.41,6.35"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23000" d="M49.71,0c.24,0,2.87,17.45,4.54,22.77,1.3,4.13,2.57,8.28,3.92,12.41a120.48,120.48,0,0,0,5.39,13A91.85,91.85,0,0,1,70.65,73.6c1,7-2.54,15.84-7.36,20.79A19,19,0,0,1,43,98.73c-6.79-2.66-11-9.55-12.76-16.37a26.94,26.94,0,0,1-.84-10.29,79.24,79.24,0,0,1,2.53-12.34A82.18,82.18,0,0,1,36.25,48.4a117.08,117.08,0,0,0,5.39-12.46A129.86,129.86,0,0,0,46.47,18.1C47,15,49.84,2.86,49.71,0c.27,0,.12,2.59,0,0M48.5,66.28c-.14,2.34-1.71,1.86-2.91,4.9-.44-1.56.88-4.83-.17-6.69A8.53,8.53,0,0,1,43.49,68a9.75,9.75,0,0,0-1.83,5.61,8.38,8.38,0,0,0,1,3.38,8.65,8.65,0,0,1,.51,3.4c-.38-1-.94-1.45-2.35-1.48-.82-.16-.85-1.59-.47-2.4-1.16.24-1.23,3-1.14,3.61.28,1.91,1.4,3,2.53,4.52,1,1.28,1.51,2.76,3,3.57,1.74,1,3.4,1.55,5.21,1.08.42-.11.48.42,2.1.48.92,0,1.39-.76,1.56-1.77a13.51,13.51,0,0,0,4.62-2.12c2.11-1.89,1.54-7.42.19-9,.44,2.06-1.15,1.94-.53,3.32.19,1.25-1.9.61-2.73,1.12-.78.84-.57,1.39-1.11,2.34-.64-1.4.4-2.68.94-3.91A9,9,0,0,0,56.12,75a7.14,7.14,0,0,0-1.42-4.19,6.07,6.07,0,0,1-1.23-4.08c-1.6.44.44,7-1.35,8.87-1.63-1.72-.26-6.78-.35-8.36a16.07,16.07,0,0,0-1.63-6.89A17.19,17.19,0,0,1,48.7,57c-.31-1.23-.59-3.47-.21-4-1.43,2.07-.84,5.77-.4,7a22,22,0,0,1,.41,6.35"/></svg>') center / contain no-repeat;
}

.icon-warlock {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M32.81 37.77a5.9 5.9 0 0 1 .9-.22 4.48 4.48 0 0 0 2-.82 1.51 1.51 0 0 0 .62-1.21v-.87a4.81 4.81 0 0 1 .76 0 4.92 4.92 0 0 0 1.83-.1 12.69 12.69 0 0 0 3.17-1.22 7.14 7.14 0 0 0 1.11-.7c.72-.53 1.43-1.07 2.13-1.63.32-.26.6-.56.9-.84a1.81 1.81 0 0 1 .32-.16c0 .26-.06.45-.08.63 0 .45.1.63.55.61a1.13 1.13 0 0 0 .49-.1A6.72 6.72 0 0 0 50 29.56a6.77 6.77 0 0 0 2.44 1.57.83.83 0 0 0 .35.1c.48.06.85 0 .71-.73v-.43a.9.9 0 0 1 .68.42 17 17 0 0 0 2.91 2.32 10.72 10.72 0 0 0 3.31 1.57 5.1 5.1 0 0 0 2.68.26 1.86 1.86 0 0 1 .41 0h.22v.54a1.84 1.84 0 0 0 1 1.78 10.27 10.27 0 0 0 2.32.74l.22.07a6.75 6.75 0 0 0-1.2.38 38.29 38.29 0 0 0-5.24 3.18q-1.92 1.5-3.76 3.09a6.2 6.2 0 0 0-1 1.2.77.77 0 0 1-.85.46 3.31 3.31 0 0 0-3.07 1.36 1.15 1.15 0 0 1-.77.48c-.51.07-.72.48-.85 1s-.31.53-.72.4a.55.55 0 0 1-.26-.24 2.43 2.43 0 0 1-.13-.38 1.1 1.1 0 0 0-.93-.77.85.85 0 0 1-.48-.28 3.56 3.56 0 0 0-3.49-1.51c-.1 0-.21-.06-.31-.1a.24.24 0 0 1-.09-.11c-.73-1.5-2.14-2.35-3.35-3.35A27.91 27.91 0 0 0 35 38.73a1.32 1.32 0 0 1-.2-.12 3.27 3.27 0 0 0-2-.73ZM50 43.27c-.53-1.33-1-2.59-1.51-3.86a.8.8 0 0 1 0-.48c.18-.72.37-1.43.56-2.18a26.53 26.53 0 0 0-3.7-1.11.56.56 0 0 0-.7.33 6 6 0 0 0-.61 3.73 5.68 5.68 0 0 0 1.82 3.4 6 6 0 0 0 9.48-7c-.23-.46-.32-.52-.82-.4-.69.17-1.37.37-2 .57s-1.06.34-1.59.52c.15.56.28 1.07.44 1.57a2.46 2.46 0 0 1-.08 1.77c-.46.98-.84 2.03-1.29 3.14Zm-3.74 9.9 3.52-.94a.78.78 0 0 1 .4 0l3.6 1c-.12.62-.22 1.22-.33 1.82-.3 1.52-.6 3-.89 4.55-.2 1-.39 2-.58 3a7.62 7.62 0 0 0-.14.94c-.05.91-.06 1.82-.1 2.73-.08 1.5-.18 3-.26 4.49 0 .71-.08 1.42-.1 2.13-.07 1.58-.13 3.15-.2 4.73 0 1.12-.11 2.24-.17 3.36-.08 1.45-.18 2.9-.26 4.35 0 .71-.07 1.42-.1 2.14-.07 1.55-.13 3.11-.19 4.67-.06 1.17-.13 2.33-.18 3.5-.07 1.39-.12 2.79-.19 4.18a1 1 0 0 1-.09.18v-.42c-.07-1.7-.12-3.39-.19-5.09s-.18-3.63-.27-5.44c-.06-1.23-.12-2.46-.19-3.68s-.11-2.39-.18-3.59c-.08-1.42-.18-2.84-.26-4.26 0-1.12-.06-2.25-.12-3.37-.06-1.28-.16-2.56-.24-3.85 0-.63-.07-1.27-.1-1.9 0-.9 0-1.79-.1-2.69a25.73 25.73 0 0 0-.51-4.62c-.38-1.63-.63-3.3-.95-5-.16-.85-.35-1.7-.52-2.55-.1-.08-.1-.22-.11-.37Zm1.06-27.44c.12-.69.23-1.34.35-2 .23-1.24.47-2.48.7-3.72s.46-2.47.68-3.71a17.34 17.34 0 0 0 .33-2.69c0-1.58.16-3.15.25-4.72v-.26c.06-1.47.13-2.94.18-4.41 0-1.21.07-2.43.11-3.64V0H50a1.38 1.38 0 0 1 .06.26c0 1.2.06 2.4.1 3.6.06 1.66.12 3.33.2 5 0 1.12.1 2.24.17 3.35a29.26 29.26 0 0 0 .51 4.67c.35 1.55.57 3.13.85 4.69.23 1.23.47 2.45.7 3.67 0 .15 0 .3.05.5a18.15 18.15 0 0 0-1.8.79 1.6 1.6 0 0 1-1.72 0c-.53-.31-1.12-.53-1.8-.8Zm14.84 48.2-7.34-18.45.31-.19 3.19-1.68c.4-.2.61-.11.69.34.14.82.26 1.64.39 2.45.17 1.05.35 2.1.52 3.16l.48 3c.17 1 .35 2.08.52 3.11l.39 2.5.51 3.06c.13.82.27 1.63.4 2.45a1.48 1.48 0 0 1 0 .21Zm-24.38-.02c.07-.5.14-1 .22-1.49.17-1.06.35-2.11.52-3.16s.32-2 .49-3l.51-3.15c.17-1 .35-2 .52-3.07l.48-3c.16-1 .31-2 .48-3 .09-.49.28-.58.71-.35l3.5 1.83-7.35 18.41Zm24.01-24.55 2 1.59L67 53.43a1.06 1.06 0 0 1 .33.46q1.67 4.46 3.25 8.91a1.54 1.54 0 0 1 0 .19c-.27-.3-.5-.54-.72-.8-1.13-1.3-2.25-2.61-3.38-3.92L63.8 55.2c-1-1.14-2-2.29-3-3.42a.39.39 0 0 1-.07-.48c.19-.41.32-.85.52-1.25a4.79 4.79 0 0 1 .54-.69ZM29.4 62.91c.39-1.08.78-2.16 1.18-3.24.66-1.84 1.36-3.68 2-5.54a2.06 2.06 0 0 1 .8-1l4.56-3.57c.09-.07.18-.11.26-.17.54.31.6.92.89 1.38.39.64.12 1.05-.31 1.52-1 1.09-1.95 2.23-2.93 3.35-.71.82-1.44 1.63-2.16 2.45l-2.19 2.53c-.49.57-1 1.13-1.49 1.7l-.54.62ZM42.25 29c-.63-.13-1.26-.24-1.89-.38-1.11-.25-2.21-.53-3.32-.78a.52.52 0 0 1-.44-.34c-.75-2.24-1.5-4.48-2.2-6.77l7.92 8.12Zm23.43-8.28L64.6 23.9c-.38 1.13-.77 2.26-1.13 3.4a.66.66 0 0 1-.55.5c-1.48.32-2.94.69-4.41 1a1.91 1.91 0 0 1-.82 0l7.93-8.13Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M32.81 37.77a5.9 5.9 0 0 1 .9-.22 4.48 4.48 0 0 0 2-.82 1.51 1.51 0 0 0 .62-1.21v-.87a4.81 4.81 0 0 1 .76 0 4.92 4.92 0 0 0 1.83-.1 12.69 12.69 0 0 0 3.17-1.22 7.14 7.14 0 0 0 1.11-.7c.72-.53 1.43-1.07 2.13-1.63.32-.26.6-.56.9-.84a1.81 1.81 0 0 1 .32-.16c0 .26-.06.45-.08.63 0 .45.1.63.55.61a1.13 1.13 0 0 0 .49-.1A6.72 6.72 0 0 0 50 29.56a6.77 6.77 0 0 0 2.44 1.57.83.83 0 0 0 .35.1c.48.06.85 0 .71-.73v-.43a.9.9 0 0 1 .68.42 17 17 0 0 0 2.91 2.32 10.72 10.72 0 0 0 3.31 1.57 5.1 5.1 0 0 0 2.68.26 1.86 1.86 0 0 1 .41 0h.22v.54a1.84 1.84 0 0 0 1 1.78 10.27 10.27 0 0 0 2.32.74l.22.07a6.75 6.75 0 0 0-1.2.38 38.29 38.29 0 0 0-5.24 3.18q-1.92 1.5-3.76 3.09a6.2 6.2 0 0 0-1 1.2.77.77 0 0 1-.85.46 3.31 3.31 0 0 0-3.07 1.36 1.15 1.15 0 0 1-.77.48c-.51.07-.72.48-.85 1s-.31.53-.72.4a.55.55 0 0 1-.26-.24 2.43 2.43 0 0 1-.13-.38 1.1 1.1 0 0 0-.93-.77.85.85 0 0 1-.48-.28 3.56 3.56 0 0 0-3.49-1.51c-.1 0-.21-.06-.31-.1a.24.24 0 0 1-.09-.11c-.73-1.5-2.14-2.35-3.35-3.35A27.91 27.91 0 0 0 35 38.73a1.32 1.32 0 0 1-.2-.12 3.27 3.27 0 0 0-2-.73ZM50 43.27c-.53-1.33-1-2.59-1.51-3.86a.8.8 0 0 1 0-.48c.18-.72.37-1.43.56-2.18a26.53 26.53 0 0 0-3.7-1.11.56.56 0 0 0-.7.33 6 6 0 0 0-.61 3.73 5.68 5.68 0 0 0 1.82 3.4 6 6 0 0 0 9.48-7c-.23-.46-.32-.52-.82-.4-.69.17-1.37.37-2 .57s-1.06.34-1.59.52c.15.56.28 1.07.44 1.57a2.46 2.46 0 0 1-.08 1.77c-.46.98-.84 2.03-1.29 3.14Zm-3.74 9.9 3.52-.94a.78.78 0 0 1 .4 0l3.6 1c-.12.62-.22 1.22-.33 1.82-.3 1.52-.6 3-.89 4.55-.2 1-.39 2-.58 3a7.62 7.62 0 0 0-.14.94c-.05.91-.06 1.82-.1 2.73-.08 1.5-.18 3-.26 4.49 0 .71-.08 1.42-.1 2.13-.07 1.58-.13 3.15-.2 4.73 0 1.12-.11 2.24-.17 3.36-.08 1.45-.18 2.9-.26 4.35 0 .71-.07 1.42-.1 2.14-.07 1.55-.13 3.11-.19 4.67-.06 1.17-.13 2.33-.18 3.5-.07 1.39-.12 2.79-.19 4.18a1 1 0 0 1-.09.18v-.42c-.07-1.7-.12-3.39-.19-5.09s-.18-3.63-.27-5.44c-.06-1.23-.12-2.46-.19-3.68s-.11-2.39-.18-3.59c-.08-1.42-.18-2.84-.26-4.26 0-1.12-.06-2.25-.12-3.37-.06-1.28-.16-2.56-.24-3.85 0-.63-.07-1.27-.1-1.9 0-.9 0-1.79-.1-2.69a25.73 25.73 0 0 0-.51-4.62c-.38-1.63-.63-3.3-.95-5-.16-.85-.35-1.7-.52-2.55-.1-.08-.1-.22-.11-.37Zm1.06-27.44c.12-.69.23-1.34.35-2 .23-1.24.47-2.48.7-3.72s.46-2.47.68-3.71a17.34 17.34 0 0 0 .33-2.69c0-1.58.16-3.15.25-4.72v-.26c.06-1.47.13-2.94.18-4.41 0-1.21.07-2.43.11-3.64V0H50a1.38 1.38 0 0 1 .06.26c0 1.2.06 2.4.1 3.6.06 1.66.12 3.33.2 5 0 1.12.1 2.24.17 3.35a29.26 29.26 0 0 0 .51 4.67c.35 1.55.57 3.13.85 4.69.23 1.23.47 2.45.7 3.67 0 .15 0 .3.05.5a18.15 18.15 0 0 0-1.8.79 1.6 1.6 0 0 1-1.72 0c-.53-.31-1.12-.53-1.8-.8Zm14.84 48.2-7.34-18.45.31-.19 3.19-1.68c.4-.2.61-.11.69.34.14.82.26 1.64.39 2.45.17 1.05.35 2.1.52 3.16l.48 3c.17 1 .35 2.08.52 3.11l.39 2.5.51 3.06c.13.82.27 1.63.4 2.45a1.48 1.48 0 0 1 0 .21Zm-24.38-.02c.07-.5.14-1 .22-1.49.17-1.06.35-2.11.52-3.16s.32-2 .49-3l.51-3.15c.17-1 .35-2 .52-3.07l.48-3c.16-1 .31-2 .48-3 .09-.49.28-.58.71-.35l3.5 1.83-7.35 18.41Zm24.01-24.55 2 1.59L67 53.43a1.06 1.06 0 0 1 .33.46q1.67 4.46 3.25 8.91a1.54 1.54 0 0 1 0 .19c-.27-.3-.5-.54-.72-.8-1.13-1.3-2.25-2.61-3.38-3.92L63.8 55.2c-1-1.14-2-2.29-3-3.42a.39.39 0 0 1-.07-.48c.19-.41.32-.85.52-1.25a4.79 4.79 0 0 1 .54-.69ZM29.4 62.91c.39-1.08.78-2.16 1.18-3.24.66-1.84 1.36-3.68 2-5.54a2.06 2.06 0 0 1 .8-1l4.56-3.57c.09-.07.18-.11.26-.17.54.31.6.92.89 1.38.39.64.12 1.05-.31 1.52-1 1.09-1.95 2.23-2.93 3.35-.71.82-1.44 1.63-2.16 2.45l-2.19 2.53c-.49.57-1 1.13-1.49 1.7l-.54.62ZM42.25 29c-.63-.13-1.26-.24-1.89-.38-1.11-.25-2.21-.53-3.32-.78a.52.52 0 0 1-.44-.34c-.75-2.24-1.5-4.48-2.2-6.77l7.92 8.12Zm23.43-8.28L64.6 23.9c-.38 1.13-.77 2.26-1.13 3.4a.66.66 0 0 1-.55.5c-1.48.32-2.94.69-4.41 1a1.91 1.91 0 0 1-.82 0l7.93-8.13Z' style='fill:%2300040c' data-name='Class Icons'/%3E%3C/svg%3E") center / contain no-repeat;
}

        

.icon-wizard{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor; /* sets icon color */
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Wizard'%3E%3Cpath class='cls-1' d='m38.56 97.68.27.31a.8.8 0 0 1-.95 0c-1.79-.84-3.57-1.69-5.38-2.48-3.9-1.73-7.82-3.42-11.74-5.13l-.76-.31.29-.35c.49-.56 1-1.11 1.48-1.66.31-.34.64-.67 1-1a6.06 6.06 0 0 0 1.5-2.06c.73-1.71 1.49-3.41 2.21-5.12a.69.69 0 0 1 .63-.51 6.78 6.78 0 0 0 1.1-.16 5.84 5.84 0 0 0 3.92-3.09c.32-.6.6-1.22.92-1.89l.65.17a29.89 29.89 0 0 0 5.3 1.34.53.53 0 0 0 .57-.22 3.06 3.06 0 0 1 1.29-1 2.28 2.28 0 0 0 .53-.3c.13-.11.29-.31.27-.44a2.34 2.34 0 0 1 .68-1.86 14.82 14.82 0 0 0 .87-1.21.88.88 0 0 1 .68-.41c.55-.08 1.1-.15 1.65-.25a5.44 5.44 0 0 0 1.11-.33c1.82-.8 3.64-1.64 5.46-2.45a1.79 1.79 0 0 0 .85-.76c.76-1.26 1.52-2.53 2.35-3.76.68-1 1.47-1.94 2.18-2.93.59-.83 1.11-1.71 1.7-2.54s1.28-1.72 1.92-2.57c.18-.23.4-.44.56-.69a2.59 2.59 0 0 1 1.49-1.08c.54-.17 1.07-.4 1.61-.6s.42-.12.74.2a1.1 1.1 0 0 1 .12 1.46c-.7 1.32-1.34 2.68-1.95 4a13.94 13.94 0 0 0-.57 1.8 4.29 4.29 0 0 0-.2 1.09 2.83 2.83 0 0 0 .24-.25c.48-.65 1-1.3 1.43-2a6.15 6.15 0 0 0 .6-1.06c.59-1.32 1.14-2.65 1.73-4a1 1 0 0 0 0-.85 2.3 2.3 0 0 1-.09-1.68c.42-1.09.79-2.2 1.12-3.31a8.41 8.41 0 0 1 1.16-2.07c.53-.85 1.14-1.65 1.64-2.51a10.6 10.6 0 0 1 2.88-3.14l.9.79a9.2 9.2 0 0 0-.69 2.14l.86-1.33c.5-.78 1-1.6 1.52-2.33A11 11 0 0 1 77.76 38a.4.4 0 0 1 .36 0c.34.13.67.29 1.07.47-.54 1.3-1.27 2.48-1.85 3.73s-1.19 2.45-1.71 3.8c.13-.1.29-.18.41-.29.8-.8 1.62-1.58 2.38-2.41.4-.44.78-.16 1.17-.09s.34.36.38.65a1.88 1.88 0 0 1-.3 1.36A25.49 25.49 0 0 0 76.76 51c-.62 1.78-1.21 3.58-2 5.3-1 2.32-2.21 4.59-3.33 6.88-.7 1.42-1.45 2.83-2.14 4.27a8.9 8.9 0 0 0-.54 1.68 1.49 1.49 0 0 1-.43.75c-.39.38-.76.77-1.16 1.12a1.64 1.64 0 0 1-.62.34c-.56.16-1.14.31-1.72.43a7 7 0 0 0-2.15.83c-1.67 1-3.36 1.94-5 3a16.13 16.13 0 0 0-2 1.42A11 11 0 0 1 53 78.59l-.53.26.24.54c-.34.33-1 .08-1.12.7.46.07.69.75 1.38.42a1.76 1.76 0 0 1 0 .28 1 1 0 0 0 .3 1.16c.24.23.37.47.06.78v-.2c0-.27-.25-.36-.47-.4s-.34.2-.39.39A30.28 30.28 0 0 1 51 86.33a2 2 0 0 1-.65.82 6.53 6.53 0 0 0-1.89 2.22 16.41 16.41 0 0 0-2 5.28 18.72 18.72 0 0 0-.25 2.35 11.3 11.3 0 0 0 .22 1.82c.08.49 0 .73-.5.85s-1 .22-1.56.31a1.36 1.36 0 0 1-.49 0 19.43 19.43 0 0 1-4.31-1.88c-.3-.18-.63-.31-.94-.46Zm15.32-47.17a4.2 4.2 0 0 1 .35.57c.06.13.37.33 0 .43l.1.36c-.38.29-.38.29 0 1l-.3.52a2.66 2.66 0 0 1-1.14-1.09 3.78 3.78 0 0 1-.52-1.91 21.85 21.85 0 0 1 1-5.83 5.28 5.28 0 0 1 .95-1.62 4.51 4.51 0 0 0 .67-1.54 18.37 18.37 0 0 0 .35-4.3 2.92 2.92 0 0 0-.31-1.45 5.74 5.74 0 0 0-2-2.41c-.5-.32-.93-.74-1.43-1.06s-1-.54-1.5-.83a2.47 2.47 0 0 1-.68-.46 4.69 4.69 0 0 0-1.54-1.07l-1.26-.58a3.55 3.55 0 0 1-1.73-1.73c-.32-.65-.67-1.28-.94-1.95a4.12 4.12 0 0 1-.33-1.34c-.08-1.55-.17-3.1-.12-4.65a7.94 7.94 0 0 1 1.7-4.84 5.8 5.8 0 0 1 1.36-1.52c.24-.14.47-.29.7-.44a6.41 6.41 0 0 0 1-.67 3.29 3.29 0 0 1 1.23-.67 12.86 12.86 0 0 1 4.2-.71c.92 0 1.85 0 2.77.07a3.5 3.5 0 0 1 1.78.59c.7.47 1.39 1 2.07 1.48a3.14 3.14 0 0 1 1.08 1.46l.89 2.61a3.47 3.47 0 0 1 .16.41 3.19 3.19 0 0 1 .14.91c0 .59-.15 1.17-.21 1.76a7.69 7.69 0 0 1-.76 2.86c-.24.46-.54.88-.82 1.31a1.21 1.21 0 0 0-.1.14 3.63 3.63 0 0 1-2 1.69c-.08.05-.19.11-.26.09-.36-.1-.59.14-.86.29s-.52.36-.76 0c0-.05-.17 0-.26 0h-.61a4.58 4.58 0 0 1-3.54-1.4 3.49 3.49 0 0 0-.49-.45 2.61 2.61 0 0 1-1-2 4.73 4.73 0 0 1 1.78-4.37 1.55 1.55 0 0 1 1-.36 8.41 8.41 0 0 1 1.33.08 1 1 0 0 1 .81.87 3.09 3.09 0 0 1 0 1.54 2 2 0 0 1-.26.44 1.9 1.9 0 0 0-1.21-.89c-.31-.07-.66-.27-.94.05s-.91.69-.76 1.38a6.55 6.55 0 0 1 0 .89A1.09 1.09 0 0 0 54 23a.4.4 0 0 1 .26 0 2 2 0 0 0 1.29-.21l2-.76a.47.47 0 0 1 .15-.06c.63.05.88-.41 1.09-.86a3 3 0 0 0 .28-1.11 15.7 15.7 0 0 0 0-1.94 2.51 2.51 0 0 0-2-2.64 4.82 4.82 0 0 0-1.19-.23H52.6a5.82 5.82 0 0 0-3.85 1.59 2.23 2.23 0 0 0-.88 1 .05.05 0 0 1 0 .05 2.91 2.91 0 0 0-.7 2.81c.05.41.15.8.17 1.21a15.44 15.44 0 0 0 .66 2.87 5.41 5.41 0 0 0 1.16 2.06 5.5 5.5 0 0 0 1.47 1.33 27 27 0 0 1 2.43 1.55A8.19 8.19 0 0 1 55 31.4c.42.56.91 1.06 1.37 1.6a1.62 1.62 0 0 1 .27.41 10.21 10.21 0 0 1 1 3.6c0 1.44.07 2.89.07 4.33 0 .49-.18 1-.22 1.48a5.34 5.34 0 0 1-.8 2.08 2.87 2.87 0 0 1-.4.46c-.7.84-1.4 1.67-2.08 2.53a1 1 0 0 0-.17 1.36 2.08 2.08 0 0 1 .21.68c.11.35.04.44-.37.58Z'/%3E%3Cpath class='cls-1' d='M55.63 61.11c-1.1 1.63-2.19 3.25-3.31 4.86a1.23 1.23 0 0 1-.54.44c-.92.42-1.87.79-2.79 1.23a16.07 16.07 0 0 0-2.06 1.17 4.69 4.69 0 0 1-1.93.79c-.58.07-1.15.22-1.81.35.08-.2.12-.33.18-.46.34-.67.68-1.35 1-2a1.89 1.89 0 0 1 .36-.48c.8-.77 1.6-1.54 2.41-2.29a2 2 0 0 1 .6-.38c1-.39 2-.8 3-1.15A33.68 33.68 0 0 0 55 61.26l.53-.25ZM53.05 3.44A4.64 4.64 0 0 1 53 0c.61.08.6.08.71.69a5.25 5.25 0 0 1 0 2.09c-.08.56-.07.57-.66.66ZM38.06 14c0 .5-.2.63-.54.46s-1-.41-1.16-1a.68.68 0 0 1 0-.27.82.82 0 0 1 .21-.46c.07-.06.31 0 .43.13a5.25 5.25 0 0 1 .81.67 2.37 2.37 0 0 1 .25.47Zm4.22-10.7a2.45 2.45 0 0 1 1.32 1.59c.06.25.14.59-.21.77C42.35 4.9 41.94 4 42.28 3.3ZM64 3.17c.62.68.2 1.7-.85 2.09A1.7 1.7 0 0 1 64 3.17Zm4.42 9.14c-.24-.64-.13-1 .38-1.18a6.81 6.81 0 0 1 .83-.22c.34.52.29.85-.19 1.07a6.07 6.07 0 0 1-1.02.33Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300040c%7D%3C/style%3E%3C/defs%3E%3Cg id='Class_Icons' data-name='Class Icons'%3E%3Cg id='Wizard'%3E%3Cpath class='cls-1' d='m38.56 97.68.27.31a.8.8 0 0 1-.95 0c-1.79-.84-3.57-1.69-5.38-2.48-3.9-1.73-7.82-3.42-11.74-5.13l-.76-.31.29-.35c.49-.56 1-1.11 1.48-1.66.31-.34.64-.67 1-1a6.06 6.06 0 0 0 1.5-2.06c.73-1.71 1.49-3.41 2.21-5.12a.69.69 0 0 1 .63-.51 6.78 6.78 0 0 0 1.1-.16 5.84 5.84 0 0 0 3.92-3.09c.32-.6.6-1.22.92-1.89l.65.17a29.89 29.89 0 0 0 5.3 1.34.53.53 0 0 0 .57-.22 3.06 3.06 0 0 1 1.29-1 2.28 2.28 0 0 0 .53-.3c.13-.11.29-.31.27-.44a2.34 2.34 0 0 1 .68-1.86 14.82 14.82 0 0 0 .87-1.21.88.88 0 0 1 .68-.41c.55-.08 1.1-.15 1.65-.25a5.44 5.44 0 0 0 1.11-.33c1.82-.8 3.64-1.64 5.46-2.45a1.79 1.79 0 0 0 .85-.76c.76-1.26 1.52-2.53 2.35-3.76.68-1 1.47-1.94 2.18-2.93.59-.83 1.11-1.71 1.7-2.54s1.28-1.72 1.92-2.57c.18-.23.4-.44.56-.69a2.59 2.59 0 0 1 1.49-1.08c.54-.17 1.07-.4 1.61-.6s.42-.12.74.2a1.1 1.1 0 0 1 .12 1.46c-.7 1.32-1.34 2.68-1.95 4a13.94 13.94 0 0 0-.57 1.8 4.29 4.29 0 0 0-.2 1.09 2.83 2.83 0 0 0 .24-.25c.48-.65 1-1.3 1.43-2a6.15 6.15 0 0 0 .6-1.06c.59-1.32 1.14-2.65 1.73-4a1 1 0 0 0 0-.85 2.3 2.3 0 0 1-.09-1.68c.42-1.09.79-2.2 1.12-3.31a8.41 8.41 0 0 1 1.16-2.07c.53-.85 1.14-1.65 1.64-2.51a10.6 10.6 0 0 1 2.88-3.14l.9.79a9.2 9.2 0 0 0-.69 2.14l.86-1.33c.5-.78 1-1.6 1.52-2.33A11 11 0 0 1 77.76 38a.4.4 0 0 1 .36 0c.34.13.67.29 1.07.47-.54 1.3-1.27 2.48-1.85 3.73s-1.19 2.45-1.71 3.8c.13-.1.29-.18.41-.29.8-.8 1.62-1.58 2.38-2.41.4-.44.78-.16 1.17-.09s.34.36.38.65a1.88 1.88 0 0 1-.3 1.36A25.49 25.49 0 0 0 76.76 51c-.62 1.78-1.21 3.58-2 5.3-1 2.32-2.21 4.59-3.33 6.88-.7 1.42-1.45 2.83-2.14 4.27a8.9 8.9 0 0 0-.54 1.68 1.49 1.49 0 0 1-.43.75c-.39.38-.76.77-1.16 1.12a1.64 1.64 0 0 1-.62.34c-.56.16-1.14.31-1.72.43a7 7 0 0 0-2.15.83c-1.67 1-3.36 1.94-5 3a16.13 16.13 0 0 0-2 1.42A11 11 0 0 1 53 78.59l-.53.26.24.54c-.34.33-1 .08-1.12.7.46.07.69.75 1.38.42a1.76 1.76 0 0 1 0 .28 1 1 0 0 0 .3 1.16c.24.23.37.47.06.78v-.2c0-.27-.25-.36-.47-.4s-.34.2-.39.39A30.28 30.28 0 0 1 51 86.33a2 2 0 0 1-.65.82 6.53 6.53 0 0 0-1.89 2.22 16.41 16.41 0 0 0-2 5.28 18.72 18.72 0 0 0-.25 2.35 11.3 11.3 0 0 0 .22 1.82c.08.49 0 .73-.5.85s-1 .22-1.56.31a1.36 1.36 0 0 1-.49 0 19.43 19.43 0 0 1-4.31-1.88c-.3-.18-.63-.31-.94-.46Zm15.32-47.17a4.2 4.2 0 0 1 .35.57c.06.13.37.33 0 .43l.1.36c-.38.29-.38.29 0 1l-.3.52a2.66 2.66 0 0 1-1.14-1.09 3.78 3.78 0 0 1-.52-1.91 21.85 21.85 0 0 1 1-5.83 5.28 5.28 0 0 1 .95-1.62 4.51 4.51 0 0 0 .67-1.54 18.37 18.37 0 0 0 .35-4.3 2.92 2.92 0 0 0-.31-1.45 5.74 5.74 0 0 0-2-2.41c-.5-.32-.93-.74-1.43-1.06s-1-.54-1.5-.83a2.47 2.47 0 0 1-.68-.46 4.69 4.69 0 0 0-1.54-1.07l-1.26-.58a3.55 3.55 0 0 1-1.73-1.73c-.32-.65-.67-1.28-.94-1.95a4.12 4.12 0 0 1-.33-1.34c-.08-1.55-.17-3.1-.12-4.65a7.94 7.94 0 0 1 1.7-4.84 5.8 5.8 0 0 1 1.36-1.52c.24-.14.47-.29.7-.44a6.41 6.41 0 0 0 1-.67 3.29 3.29 0 0 1 1.23-.67 12.86 12.86 0 0 1 4.2-.71c.92 0 1.85 0 2.77.07a3.5 3.5 0 0 1 1.78.59c.7.47 1.39 1 2.07 1.48a3.14 3.14 0 0 1 1.08 1.46l.89 2.61a3.47 3.47 0 0 1 .16.41 3.19 3.19 0 0 1 .14.91c0 .59-.15 1.17-.21 1.76a7.69 7.69 0 0 1-.76 2.86c-.24.46-.54.88-.82 1.31a1.21 1.21 0 0 0-.1.14 3.63 3.63 0 0 1-2 1.69c-.08.05-.19.11-.26.09-.36-.1-.59.14-.86.29s-.52.36-.76 0c0-.05-.17 0-.26 0h-.61a4.58 4.58 0 0 1-3.54-1.4 3.49 3.49 0 0 0-.49-.45 2.61 2.61 0 0 1-1-2 4.73 4.73 0 0 1 1.78-4.37 1.55 1.55 0 0 1 1-.36 8.41 8.41 0 0 1 1.33.08 1 1 0 0 1 .81.87 3.09 3.09 0 0 1 0 1.54 2 2 0 0 1-.26.44 1.9 1.9 0 0 0-1.21-.89c-.31-.07-.66-.27-.94.05s-.91.69-.76 1.38a6.55 6.55 0 0 1 0 .89A1.09 1.09 0 0 0 54 23a.4.4 0 0 1 .26 0 2 2 0 0 0 1.29-.21l2-.76a.47.47 0 0 1 .15-.06c.63.05.88-.41 1.09-.86a3 3 0 0 0 .28-1.11 15.7 15.7 0 0 0 0-1.94 2.51 2.51 0 0 0-2-2.64 4.82 4.82 0 0 0-1.19-.23H52.6a5.82 5.82 0 0 0-3.85 1.59 2.23 2.23 0 0 0-.88 1 .05.05 0 0 1 0 .05 2.91 2.91 0 0 0-.7 2.81c.05.41.15.8.17 1.21a15.44 15.44 0 0 0 .66 2.87 5.41 5.41 0 0 0 1.16 2.06 5.5 5.5 0 0 0 1.47 1.33 27 27 0 0 1 2.43 1.55A8.19 8.19 0 0 1 55 31.4c.42.56.91 1.06 1.37 1.6a1.62 1.62 0 0 1 .27.41 10.21 10.21 0 0 1 1 3.6c0 1.44.07 2.89.07 4.33 0 .49-.18 1-.22 1.48a5.34 5.34 0 0 1-.8 2.08 2.87 2.87 0 0 1-.4.46c-.7.84-1.4 1.67-2.08 2.53a1 1 0 0 0-.17 1.36 2.08 2.08 0 0 1 .21.68c.11.35.04.44-.37.58Z'/%3E%3Cpath class='cls-1' d='M55.63 61.11c-1.1 1.63-2.19 3.25-3.31 4.86a1.23 1.23 0 0 1-.54.44c-.92.42-1.87.79-2.79 1.23a16.07 16.07 0 0 0-2.06 1.17 4.69 4.69 0 0 1-1.93.79c-.58.07-1.15.22-1.81.35.08-.2.12-.33.18-.46.34-.67.68-1.35 1-2a1.89 1.89 0 0 1 .36-.48c.8-.77 1.6-1.54 2.41-2.29a2 2 0 0 1 .6-.38c1-.39 2-.8 3-1.15A33.68 33.68 0 0 0 55 61.26l.53-.25ZM53.05 3.44A4.64 4.64 0 0 1 53 0c.61.08.6.08.71.69a5.25 5.25 0 0 1 0 2.09c-.08.56-.07.57-.66.66ZM38.06 14c0 .5-.2.63-.54.46s-1-.41-1.16-1a.68.68 0 0 1 0-.27.82.82 0 0 1 .21-.46c.07-.06.31 0 .43.13a5.25 5.25 0 0 1 .81.67 2.37 2.37 0 0 1 .25.47Zm4.22-10.7a2.45 2.45 0 0 1 1.32 1.59c.06.25.14.59-.21.77C42.35 4.9 41.94 4 42.28 3.3ZM64 3.17c.62.68.2 1.7-.85 2.09A1.7 1.7 0 0 1 64 3.17Zm4.42 9.14c-.24-.64-.13-1 .38-1.18a6.81 6.81 0 0 1 .83-.22c.34.52.29.85-.19 1.07a6.07 6.07 0 0 1-1.02.33Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}


.icon-witch{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor; /* icon color comes from color/currentColor */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M445.1 22.93c-3.8.11-7.9 1.81-11.5 5.98C379.2 107.6 318.8 184.7 257.3 261.4c2.3.9 4.5 1.9 6.5 3.1 4.5 2.5 8.4 5.6 11.7 9C339 197.6 401.3 121.1 455.6 40.87c4.3-9.84 1.1-13.83-3.8-16.4-1.2-.65-2.6-1.13-4.1-1.37-.8-.13-1.7-.19-2.6-.17zM63.14 46.41c7.69 13.5 16.6 26.49 2.25 47.15 10.45-10.72 22.95-21.51 42.41-1.4-4.2-10.17-17.26-17.99-6.1-33.71-17.06 8.58-25.86 0-38.56-12.04zM267.2 94.02c-7.4 11.08-18.3 14.68-32.6 10.28 14.3 4.9 21.5 14.5 17.7 31.7 8.3-15.5 18.1-21.4 29.5-17.1-6.4-6.3-17.3-7-14.6-24.88zm181.5 46.78c-4 22.5-6 45.9-43.2 50.9 22.9.8 48.1 3.7 51.7 46.2 5-15-3-37.8 25.6-41.3-28.6-10.4-30.7-29.2-34.1-55.8zm-358.92 96c2.1 24.8-8.1 41.4-37.08 45.6 29.38 3.7 44.88 15.4 45.88 35.5 5.62-13.5-.7-30.8 28.72-36.8-22.1-5.2-34.82-19.7-37.52-44.3zm155.42 39.7-13.4 16.6c1.5.8 3 1.7 4.5 2.6 4.4 2.8 8.7 6.1 12.3 9.8l15.2-18c-2.3-2.7-5.4-5.4-8.9-7.4-3-1.7-6.3-3-9.7-3.6zM208 304.1c-.8 0-1.5 0-2 .1-1 .2-1.5.5-1.7.7l-.5.6-.6.4c-46.9 36-117.06 70.7-173.97 104.3 14.77 4.4 29.83 9.7 44.58 15.6l36.39-30.5L88.37 432c17.03 7.6 33.43 16.2 48.03 25.6l27.3-43.8-12.2 54.2c9 6.7 17 13.8 23.8 21.1 27.2-59.1 63-100.2 67.7-154.8l.1-.6.1-.6c.6-2.3-.2-5.7-3.1-10-3-4.2-7.9-8.7-13.4-12.2-5.4-3.4-11.5-5.8-15.9-6.5-1.1-.2-2-.3-2.8-.3zm111.2.2c9.7 13.1 9.9 25.8-4.7 38.3 17.6-8.2 30.3-7.2 37.8 3.6-1.7-9.4-11.1-16.8 3-30.4-14 4.8-26.1 1.2-36.1-11.5zm56.7 90.8c11.7 17.4 20 29.5 4.1 47.8 23.4-10 29.5 7 41.2 13.8-19.9-26.8-2.6-39.3 14.1-49.5-30.5 12.8-44.4-.3-59.4-12.1z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M445.1 22.93c-3.8.11-7.9 1.81-11.5 5.98C379.2 107.6 318.8 184.7 257.3 261.4c2.3.9 4.5 1.9 6.5 3.1 4.5 2.5 8.4 5.6 11.7 9C339 197.6 401.3 121.1 455.6 40.87c4.3-9.84 1.1-13.83-3.8-16.4-1.2-.65-2.6-1.13-4.1-1.37-.8-.13-1.7-.19-2.6-.17zM63.14 46.41c7.69 13.5 16.6 26.49 2.25 47.15 10.45-10.72 22.95-21.51 42.41-1.4-4.2-10.17-17.26-17.99-6.1-33.71-17.06 8.58-25.86 0-38.56-12.04zM267.2 94.02c-7.4 11.08-18.3 14.68-32.6 10.28 14.3 4.9 21.5 14.5 17.7 31.7 8.3-15.5 18.1-21.4 29.5-17.1-6.4-6.3-17.3-7-14.6-24.88zm181.5 46.78c-4 22.5-6 45.9-43.2 50.9 22.9.8 48.1 3.7 51.7 46.2 5-15-3-37.8 25.6-41.3-28.6-10.4-30.7-29.2-34.1-55.8zm-358.92 96c2.1 24.8-8.1 41.4-37.08 45.6 29.38 3.7 44.88 15.4 45.88 35.5 5.62-13.5-.7-30.8 28.72-36.8-22.1-5.2-34.82-19.7-37.52-44.3zm155.42 39.7-13.4 16.6c1.5.8 3 1.7 4.5 2.6 4.4 2.8 8.7 6.1 12.3 9.8l15.2-18c-2.3-2.7-5.4-5.4-8.9-7.4-3-1.7-6.3-3-9.7-3.6zM208 304.1c-.8 0-1.5 0-2 .1-1 .2-1.5.5-1.7.7l-.5.6-.6.4c-46.9 36-117.06 70.7-173.97 104.3 14.77 4.4 29.83 9.7 44.58 15.6l36.39-30.5L88.37 432c17.03 7.6 33.43 16.2 48.03 25.6l27.3-43.8-12.2 54.2c9 6.7 17 13.8 23.8 21.1 27.2-59.1 63-100.2 67.7-154.8l.1-.6.1-.6c.6-2.3-.2-5.7-3.1-10-3-4.2-7.9-8.7-13.4-12.2-5.4-3.4-11.5-5.8-15.9-6.5-1.1-.2-2-.3-2.8-.3zm111.2.2c9.7 13.1 9.9 25.8-4.7 38.3 17.6-8.2 30.3-7.2 37.8 3.6-1.7-9.4-11.1-16.8 3-30.4-14 4.8-26.1 1.2-36.1-11.5zm56.7 90.8c11.7 17.4 20 29.5 4.1 47.8 23.4-10 29.5 7 41.2 13.8-19.9-26.8-2.6-39.3 14.1-49.5-30.5 12.8-44.4-.3-59.4-12.1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-spellbinder{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor; /* icon color comes from color/currentColor */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m214.02 26.115-.02.06a433.415 433.415 0 0 1 106.393 58.446L368.02 165.4C292.254 79.063 181.72 27.678 64.66 27.604c-14.96-.01-30.027.834-45.14 2.535v18.8c108.174-12.774 213.91 21.292 293.527 88.554l42.314 97.416C290.887 139.486 182.425 80.885 66.395 80.21a349.119 349.119 0 0 0-46.879 2.906v18.85c98.998-13.552 196.12 18.532 267.11 82.264l30.708 87.82c-53.922-85.58-148.482-138.656-249.986-139.69a297.451 297.451 0 0 0-47.83 3.398v18.914c93.33-15.18 185.38 18.05 247.677 83.27l20.694 83.917C246.555 237.42 160.67 183.716 67.7 182.423a248.202 248.202 0 0 0-48.182 4.06v19.036c89.513-17.794 178.655 19.16 230.357 89.468l4.62 73.348c-28.973-83.013-107.888-136.692-193.257-135.87a201.938 201.938 0 0 0-41.72 4.78v19.188c77.22-18.904 155.333 13.983 197.095 77.14l5.873 57.49c23.33-6.283 47.534-13.218 68.727-20.873 19.194-6.93 35.884-14.525 46.596-22.038 5.354-3.756 9.142-7.478 11.174-10.574 2.033-3.096 2.47-5.184 2.098-7.59l-1.252-8.123 137.074-39.556C446.897 166.92 363.67 76.964 260.654 26.114H214.02zm278.86 273.922-40.196 11.6c1.63 18.66-4.666 36.567-16.397 52.043-14.18 18.707-35.934 34.627-62.363 48.257-45.23 23.33-104.45 39.877-164.397 47.97l4.38 16.35c68.63-7.66 143.34-22.038 198.17-48.538 30.517-14.75 54.633-33.123 68.722-55.33 12.74-20.084 17.775-43.384 12.08-72.353zm-58.513 16.885-65.027 18.765c-.736 4.345-2.345 8.51-4.733 12.147-3.925 5.98-9.462 10.986-16.068 15.62-13.213 9.266-30.996 17.098-50.978 24.316-31.927 11.53-68.41 20.998-99.558 29.134l6.644 24.79c59.027-7.79 117.64-24.153 160.71-46.366 24.828-12.805 44.388-27.573 56.037-42.94 8.804-11.614 13.283-23.135 12.972-35.466zm-261.754 77.43-33.033 8.85 8.197 30.59c10.812 3.95 18.623 14.38 18.623 26.485 0 6.87-2.52 13.2-6.673 18.114l4.716 17.6 33.034-8.85-24.864-92.788zM138.22 450.79c-1.49 0-2.88.33-4.12.91l-75.6 20.255a30.49 30.49 0 0 1 4.625 16.14c0 .67-.03 1.33-.072 1.987l75.96-20.352c4.96-.386 8.698-4.37 8.698-9.453 0-5.35-4.138-9.488-9.49-9.488zM32.327 475.985c-6.798 0-12.11 5.312-12.11 12.11 0 6.798 5.312 12.11 12.11 12.11 6.798 0 12.111-5.312 12.111-12.11 0-6.798-5.313-12.11-12.11-12.11z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m214.02 26.115-.02.06a433.415 433.415 0 0 1 106.393 58.446L368.02 165.4C292.254 79.063 181.72 27.678 64.66 27.604c-14.96-.01-30.027.834-45.14 2.535v18.8c108.174-12.774 213.91 21.292 293.527 88.554l42.314 97.416C290.887 139.486 182.425 80.885 66.395 80.21a349.119 349.119 0 0 0-46.879 2.906v18.85c98.998-13.552 196.12 18.532 267.11 82.264l30.708 87.82c-53.922-85.58-148.482-138.656-249.986-139.69a297.451 297.451 0 0 0-47.83 3.398v18.914c93.33-15.18 185.38 18.05 247.677 83.27l20.694 83.917C246.555 237.42 160.67 183.716 67.7 182.423a248.202 248.202 0 0 0-48.182 4.06v19.036c89.513-17.794 178.655 19.16 230.357 89.468l4.62 73.348c-28.973-83.013-107.888-136.692-193.257-135.87a201.938 201.938 0 0 0-41.72 4.78v19.188c77.22-18.904 155.333 13.983 197.095 77.14l5.873 57.49c23.33-6.283 47.534-13.218 68.727-20.873 19.194-6.93 35.884-14.525 46.596-22.038 5.354-3.756 9.142-7.478 11.174-10.574 2.033-3.096 2.47-5.184 2.098-7.59l-1.252-8.123 137.074-39.556C446.897 166.92 363.67 76.964 260.654 26.114H214.02zm278.86 273.922-40.196 11.6c1.63 18.66-4.666 36.567-16.397 52.043-14.18 18.707-35.934 34.627-62.363 48.257-45.23 23.33-104.45 39.877-164.397 47.97l4.38 16.35c68.63-7.66 143.34-22.038 198.17-48.538 30.517-14.75 54.633-33.123 68.722-55.33 12.74-20.084 17.775-43.384 12.08-72.353zm-58.513 16.885-65.027 18.765c-.736 4.345-2.345 8.51-4.733 12.147-3.925 5.98-9.462 10.986-16.068 15.62-13.213 9.266-30.996 17.098-50.978 24.316-31.927 11.53-68.41 20.998-99.558 29.134l6.644 24.79c59.027-7.79 117.64-24.153 160.71-46.366 24.828-12.805 44.388-27.573 56.037-42.94 8.804-11.614 13.283-23.135 12.972-35.466zm-261.754 77.43-33.033 8.85 8.197 30.59c10.812 3.95 18.623 14.38 18.623 26.485 0 6.87-2.52 13.2-6.673 18.114l4.716 17.6 33.034-8.85-24.864-92.788zM138.22 450.79c-1.49 0-2.88.33-4.12.91l-75.6 20.255a30.49 30.49 0 0 1 4.625 16.14c0 .67-.03 1.33-.072 1.987l75.96-20.352c4.96-.386 8.698-4.37 8.698-9.453 0-5.35-4.138-9.488-9.49-9.488zM32.327 475.985c-6.798 0-12.11 5.312-12.11 12.11 0 6.798 5.312 12.11 12.11 12.11 6.798 0 12.111-5.312 12.111-12.11 0-6.798-5.313-12.11-12.11-12.11z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-shaman{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor; /* icon color comes from color/currentColor */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M201 30.363v50.12c4.603-5.394 11.432-8.846 19-8.846 13.7 0 25 11.3 25 25s-11.3 25-25 25c-7.568 0-14.397-3.453-19-8.848v18.792c11.52 7.362 21.84 12.615 31.514 15.9l15.435-30.87 8.05-16.1 23.484 46.97c9.675-3.285 19.996-8.538 31.516-15.9V112.79c-4.603 5.394-11.432 8.847-19 8.847-13.7 0-25-11.3-25-25s11.3-25 25-25c7.568 0 14.397 3.452 19 8.847v-50.12l-55 55-55-55zm19 59.274c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm72 0c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm-36 51.127-21.05 42.095L256 203.91l21.05-21.05L256 140.763zm-229.92 4.873c2.246 9.43 8.006 18.132 16.838 26.445 4.568 4.3 9.936 8.4 15.877 12.268l9.678-38.713H26.08zm60.947 0-12.004 48.01a225.21 225.21 0 0 0 14.47 6.695c10.593 4.46 21.776 8.27 32.857 11.457l11.027-66.163h-46.35zm64.596 0-11.785 70.713c16.26 3.777 31.445 6.095 43.162 6.927v-77.64h-31.377zm177.377 0v77.64c11.717-.832 26.902-3.15 43.162-6.927l-11.785-70.713H329zm49.623 0L389.65 211.8c11.08-3.187 22.264-6.997 32.858-11.458a225.246 225.246 0 0 0 14.47-6.694l-12.005-48.01h-46.35zm64.904 0 9.678 38.713c5.94-3.868 11.31-7.97 15.877-12.268 8.832-8.313 14.592-17.015 16.838-26.445h-42.393zM201 152.805v102.832h110V152.805c-8 4.566-15.742 8.236-23.363 10.98l11.314 22.63-42.95 42.95-42.95-42.95 11.313-22.63c-7.62-2.744-15.363-6.414-23.363-10.98zm18 120.832 14.488 10.865c.752-3.474 1.65-6.76 2.723-9.766.134-.372.274-.734.41-1.1H219zm56.38 0c.136.365.276.727.41 1.1 1.073 3.007 1.97 6.292 2.722 9.767l14.49-10.867H275.38zM256 274.98c-.846 1.257-1.876 3.114-2.838 5.81-2.408 6.744-4.162 17.156-4.162 28.663 0 11.507 1.754 21.917 4.162 28.662.962 2.696 1.992 4.552 2.838 5.81.846-1.258 1.876-3.114 2.838-5.81 2.408-6.745 4.162-17.155 4.162-28.662 0-11.507-1.754-21.92-4.162-28.664-.962-2.696-1.992-4.553-2.838-5.81zm-61.523 2.764a54.308 54.308 0 0 0-2.717 8.45c-1.793 7.612-2.76 17.02-2.76 26.392 0 9.373.97 18.75 2.758 26.303a52.498 52.498 0 0 0 2.808 8.573l36.836-27.627c-.26-3.357-.402-6.82-.402-10.383 0-1.437.032-2.853.074-4.26l-36.597-27.45zm123.046 0-36.597 27.45c.042 1.406.074 2.822.074 4.26 0 3.562-.143 7.025-.402 10.382l36.923 27.693a54.34 54.34 0 0 0 2.718-8.454c1.793-7.62 2.762-17.04 2.762-26.44 0-9.4-.97-18.82-2.762-26.44-.757-3.218-1.717-6.072-2.715-8.452zm-82.71 62.033L219 351.637h20.533c-1.285-2.296-2.363-4.783-3.322-7.47a71.727 71.727 0 0 1-1.398-4.39zm42.375 0a71.727 71.727 0 0 1-1.4 4.39c-.958 2.687-2.036 5.174-3.32 7.47H293l-15.812-11.86zM201 369.637v70.183l24.223-16.148-23.157-54.035H201zm20.648 0L256 449.79l34.352-80.153h-68.704zm88.286 0-23.16 54.035L311 439.82v-70.183h-1.066zm-77.5 70.86L201 461.452v2.184h41.352l-9.918-23.14zm47.13 0-9.916 23.14H311v-2.184l-31.436-20.957zM169 477.636v18h174v-18H169z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M201 30.363v50.12c4.603-5.394 11.432-8.846 19-8.846 13.7 0 25 11.3 25 25s-11.3 25-25 25c-7.568 0-14.397-3.453-19-8.848v18.792c11.52 7.362 21.84 12.615 31.514 15.9l15.435-30.87 8.05-16.1 23.484 46.97c9.675-3.285 19.996-8.538 31.516-15.9V112.79c-4.603 5.394-11.432 8.847-19 8.847-13.7 0-25-11.3-25-25s11.3-25 25-25c7.568 0 14.397 3.452 19 8.847v-50.12l-55 55-55-55zm19 59.274c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm72 0c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm-36 51.127-21.05 42.095L256 203.91l21.05-21.05L256 140.763zm-229.92 4.873c2.246 9.43 8.006 18.132 16.838 26.445 4.568 4.3 9.936 8.4 15.877 12.268l9.678-38.713H26.08zm60.947 0-12.004 48.01a225.21 225.21 0 0 0 14.47 6.695c10.593 4.46 21.776 8.27 32.857 11.457l11.027-66.163h-46.35zm64.596 0-11.785 70.713c16.26 3.777 31.445 6.095 43.162 6.927v-77.64h-31.377zm177.377 0v77.64c11.717-.832 26.902-3.15 43.162-6.927l-11.785-70.713H329zm49.623 0L389.65 211.8c11.08-3.187 22.264-6.997 32.858-11.458a225.246 225.246 0 0 0 14.47-6.694l-12.005-48.01h-46.35zm64.904 0 9.678 38.713c5.94-3.868 11.31-7.97 15.877-12.268 8.832-8.313 14.592-17.015 16.838-26.445h-42.393zM201 152.805v102.832h110V152.805c-8 4.566-15.742 8.236-23.363 10.98l11.314 22.63-42.95 42.95-42.95-42.95 11.313-22.63c-7.62-2.744-15.363-6.414-23.363-10.98zm18 120.832 14.488 10.865c.752-3.474 1.65-6.76 2.723-9.766.134-.372.274-.734.41-1.1H219zm56.38 0c.136.365.276.727.41 1.1 1.073 3.007 1.97 6.292 2.722 9.767l14.49-10.867H275.38zM256 274.98c-.846 1.257-1.876 3.114-2.838 5.81-2.408 6.744-4.162 17.156-4.162 28.663 0 11.507 1.754 21.917 4.162 28.662.962 2.696 1.992 4.552 2.838 5.81.846-1.258 1.876-3.114 2.838-5.81 2.408-6.745 4.162-17.155 4.162-28.662 0-11.507-1.754-21.92-4.162-28.664-.962-2.696-1.992-4.553-2.838-5.81zm-61.523 2.764a54.308 54.308 0 0 0-2.717 8.45c-1.793 7.612-2.76 17.02-2.76 26.392 0 9.373.97 18.75 2.758 26.303a52.498 52.498 0 0 0 2.808 8.573l36.836-27.627c-.26-3.357-.402-6.82-.402-10.383 0-1.437.032-2.853.074-4.26l-36.597-27.45zm123.046 0-36.597 27.45c.042 1.406.074 2.822.074 4.26 0 3.562-.143 7.025-.402 10.382l36.923 27.693a54.34 54.34 0 0 0 2.718-8.454c1.793-7.62 2.762-17.04 2.762-26.44 0-9.4-.97-18.82-2.762-26.44-.757-3.218-1.717-6.072-2.715-8.452zm-82.71 62.033L219 351.637h20.533c-1.285-2.296-2.363-4.783-3.322-7.47a71.727 71.727 0 0 1-1.398-4.39zm42.375 0a71.727 71.727 0 0 1-1.4 4.39c-.958 2.687-2.036 5.174-3.32 7.47H293l-15.812-11.86zM201 369.637v70.183l24.223-16.148-23.157-54.035H201zm20.648 0L256 449.79l34.352-80.153h-68.704zm88.286 0-23.16 54.035L311 439.82v-70.183h-1.066zm-77.5 70.86L201 461.452v2.184h41.352l-9.918-23.14zm47.13 0-9.916 23.14H311v-2.184l-31.436-20.957zM169 477.636v18h174v-18H169z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-templar{
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor; /* icon color comes from color/currentColor */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m269 71.344 3.623 1.81c86.4 43.2 84.109 42.457 170.509 56.857l7.733 1.288-1.035 7.771c-14.513 108.84-43.504 196.081-76.52 256.608-16.506 30.264-33.998 53.865-51.537 70.22C304.235 482.252 286.437 491.7 269 491.7s-35.235-9.447-52.773-25.801c-17.539-16.353-35.03-39.956-51.537-70.218-33.016-60.529-62.007-147.77-76.52-256.61l-1.035-7.772 7.733-1.29c86.4-14.4 84.11-13.656 170.51-56.856l3.622-1.81zm28.8 37.856c-14.4 0-14.4 0-28.8 14.4-14.4-14.4-14.4-14.4-28.8-14.4 14.4 14.4 14.4 14.4 14.4 28.8l-2.4 43.2h-98.242s-14.558 0-28.958-14.4c0 14.4 0 14.4 14.4 28.8C125 210 125 210 125 224.4c14.4-14.4 28.958-14.4 28.958-14.4H250.6l-10.4 187.2s0 28.8-14.4 57.6c14.4 0 43.2 0 43.2-14.4 0 14.4 28.8 14.4 43.2 14.4-14.4-28.8-14.4-57.6-14.4-57.6L287.4 210h96.683S398.6 210 413 224.4c0-14.4 0-14.4-14.4-28.8 14.4-14.4 14.4-14.4 14.4-28.8-14.4 14.4-28.917 14.4-28.917 14.4h-98.284L283.4 138c0-14.4 0-14.4 14.4-28.8z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m269 71.344 3.623 1.81c86.4 43.2 84.109 42.457 170.509 56.857l7.733 1.288-1.035 7.771c-14.513 108.84-43.504 196.081-76.52 256.608-16.506 30.264-33.998 53.865-51.537 70.22C304.235 482.252 286.437 491.7 269 491.7s-35.235-9.447-52.773-25.801c-17.539-16.353-35.03-39.956-51.537-70.218-33.016-60.529-62.007-147.77-76.52-256.61l-1.035-7.772 7.733-1.29c86.4-14.4 84.11-13.656 170.51-56.856l3.622-1.81zm28.8 37.856c-14.4 0-14.4 0-28.8 14.4-14.4-14.4-14.4-14.4-28.8-14.4 14.4 14.4 14.4 14.4 14.4 28.8l-2.4 43.2h-98.242s-14.558 0-28.958-14.4c0 14.4 0 14.4 14.4 28.8C125 210 125 210 125 224.4c14.4-14.4 28.958-14.4 28.958-14.4H250.6l-10.4 187.2s0 28.8-14.4 57.6c14.4 0 43.2 0 43.2-14.4 0 14.4 28.8 14.4 43.2 14.4-14.4-28.8-14.4-57.6-14.4-57.6L287.4 210h96.683S398.6 210 413 224.4c0-14.4 0-14.4-14.4-28.8 14.4-14.4 14.4-14.4 14.4-28.8-14.4 14.4-28.917 14.4-28.917 14.4h-98.284L283.4 138c0-14.4 0-14.4 14.4-28.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-snail {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M425.5 81.313c-8.895 0-16.35 6.21-18.25 14.53-8.593 3.7-15.195 10.617-19.03 18.813-5.254 11.223-6.848 24.648-7.158 39.313-.525 24.904 2.99 53.73 4.532 79.03-1.782 14.666-4.867 28.518-9.063 41.406 2.84 17.934 3.39 36.487.94 55.188-5.017 38.286-36.52 61.134-70.22 67.937-31.048 6.27-65.312.42-87.656-19.405-34.752 22.61-76.646 28.578-112.406 16.594-42.048 16.248-74.53 38.826-87.626 61.436H341.25c103.105 0 137.952-107.888 111.406-225.53-.018.023-.044.038-.062.06-5.71-40.853.98-70.45 14.906-88.905a18.627 18.627 0 0 0 6.25 1.095c10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718-10.333 0-18.72 8.386-18.72 18.72 0 1.017.095 1.994.25 2.968-21.242 25.165-28.854 65.708-19.25 117.906-10.296 4.836-21.152 2.878-31.436-6.75-1.286-28.002-5.364-59.27-4.844-83.905.283-13.405 2.07-24.72 5.375-31.78 2.1-4.49 4.222-7.344 7.47-9.032 3.355 3.196 7.904 5.187 12.905 5.187 10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718zM193.344 113.25c-2.196-.01-4.398.036-6.594.125-35.143 1.42-70.142 15.475-99.063 41.25-56.73 50.558-59.43 144.59-9.187 201.125 38.648 38.3 106.856 34.79 151.5-9.844 37.712-37.61 40.61-94.977 8.78-127-22.1-22.23-60.996-24.817-85.843 1.188-5.534 5.79-8.98 16.02-8.906 26.906.076 10.887 3.653 22.003 9.532 29.063 3.593 4.313 10.625 8.476 18.5 10.468 4.687 1.187 9.596 1.58 14.094 1.25 13.195-.228 26.156-9.01 26.156-26.624 0-15.72-10.332-24.428-21.937-26.28 7.773-.697 14.783.618 20.594 3.81 8.51 4.678 13.69 12.944 15.468 21.533 3.52 16.995-5.478 37.125-25.407 43.343l.032.062c-.162.06-.337.067-.5.125-.046.014-.078.05-.125.063-10.572 3.753-22.202 3.567-32.968.843-10.977-2.776-21.238-8.167-28.282-16.625-9.418-11.306-13.744-26.222-13.844-40.874-.1-14.652 4.01-29.453 14.062-39.97 32.03-33.52 83.263-31 112.625-1.467 39.98 40.22 35.282 109.352-8.843 153.374v.03c-2.627 2.627-5.384 5.056-8.156 7.438 17.017 12.7 44.022 17.605 68.532 12.657 28.256-5.706 51.524-22.667 55.375-52.064 9.492-72.455-34.215-147.342-72.25-179.25-27.663-23.21-60.402-34.506-93.343-34.656z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M425.5 81.313c-8.895 0-16.35 6.21-18.25 14.53-8.593 3.7-15.195 10.617-19.03 18.813-5.254 11.223-6.848 24.648-7.158 39.313-.525 24.904 2.99 53.73 4.532 79.03-1.782 14.666-4.867 28.518-9.063 41.406 2.84 17.934 3.39 36.487.94 55.188-5.017 38.286-36.52 61.134-70.22 67.937-31.048 6.27-65.312.42-87.656-19.405-34.752 22.61-76.646 28.578-112.406 16.594-42.048 16.248-74.53 38.826-87.626 61.436H341.25c103.105 0 137.952-107.888 111.406-225.53-.018.023-.044.038-.062.06-5.71-40.853.98-70.45 14.906-88.905a18.627 18.627 0 0 0 6.25 1.095c10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718-10.333 0-18.72 8.386-18.72 18.72 0 1.017.095 1.994.25 2.968-21.242 25.165-28.854 65.708-19.25 117.906-10.296 4.836-21.152 2.878-31.436-6.75-1.286-28.002-5.364-59.27-4.844-83.905.283-13.405 2.07-24.72 5.375-31.78 2.1-4.49 4.222-7.344 7.47-9.032 3.355 3.196 7.904 5.187 12.905 5.187 10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718zM193.344 113.25c-2.196-.01-4.398.036-6.594.125-35.143 1.42-70.142 15.475-99.063 41.25-56.73 50.558-59.43 144.59-9.187 201.125 38.648 38.3 106.856 34.79 151.5-9.844 37.712-37.61 40.61-94.977 8.78-127-22.1-22.23-60.996-24.817-85.843 1.188-5.534 5.79-8.98 16.02-8.906 26.906.076 10.887 3.653 22.003 9.532 29.063 3.593 4.313 10.625 8.476 18.5 10.468 4.687 1.187 9.596 1.58 14.094 1.25 13.195-.228 26.156-9.01 26.156-26.624 0-15.72-10.332-24.428-21.937-26.28 7.773-.697 14.783.618 20.594 3.81 8.51 4.678 13.69 12.944 15.468 21.533 3.52 16.995-5.478 37.125-25.407 43.343l.032.062c-.162.06-.337.067-.5.125-.046.014-.078.05-.125.063-10.572 3.753-22.202 3.567-32.968.843-10.977-2.776-21.238-8.167-28.282-16.625-9.418-11.306-13.744-26.222-13.844-40.874-.1-14.652 4.01-29.453 14.062-39.97 32.03-33.52 83.263-31 112.625-1.467 39.98 40.22 35.282 109.352-8.843 153.374v.03c-2.627 2.627-5.384 5.056-8.156 7.438 17.017 12.7 44.022 17.605 68.532 12.657 28.256-5.706 51.524-22.667 55.375-52.064 9.492-72.455-34.215-147.342-72.25-179.25-27.663-23.21-60.402-34.506-93.343-34.656z"/></svg>') center / contain no-repeat;
}


.icon-encounter {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m19.36 26.457-.38 27.84 267.127 154.75-58.703 19.916 57.602 19.36L142.12 390.546l-19.214-19.213-51.47 114.324 123.125-43.482-17.492-18.95 151.868-151.87 12.433 43.078 22.976-68.5 56.675-16.565-57.475-15.492-22.934-79.828-14.145 48.266-268.65-155.41-38.454-.446zM370.614 88.94c-4.53.02-9.035.12-13.51.302-3.275.134-6.528.32-9.76.547l31.25 108.786 104.05 28.045c6.204-39.085 8.902-80.275 9.18-120.075C456.37 95.82 415.098 89.257 375.15 88.95a403.83 403.83 0 0 0-4.537-.01zm-36.87 2.1c-31.99 3.653-61.013 12.153-83.014 25.87l64.493 37.31 18.52-63.18zm148.18 139.997L378.958 261.13l-38.93 116.054-20.268-70.225-39.07 39.067c18.814 35.364 46.1 62.287 86.175 77.604 47.473-17.834 78.566-62.795 98.014-121.6 7.323-22.14 12.905-46.11 17.042-70.993z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m19.36 26.457-.38 27.84 267.127 154.75-58.703 19.916 57.602 19.36L142.12 390.546l-19.214-19.213-51.47 114.324 123.125-43.482-17.492-18.95 151.868-151.87 12.433 43.078 22.976-68.5 56.675-16.565-57.475-15.492-22.934-79.828-14.145 48.266-268.65-155.41-38.454-.446zM370.614 88.94c-4.53.02-9.035.12-13.51.302-3.275.134-6.528.32-9.76.547l31.25 108.786 104.05 28.045c6.204-39.085 8.902-80.275 9.18-120.075C456.37 95.82 415.098 89.257 375.15 88.95a403.83 403.83 0 0 0-4.537-.01zm-36.87 2.1c-31.99 3.653-61.013 12.153-83.014 25.87l64.493 37.31 18.52-63.18zm148.18 139.997L378.958 261.13l-38.93 116.054-20.268-70.225-39.07 39.067c18.814 35.364 46.1 62.287 86.175 77.604 47.473-17.834 78.566-62.795 98.014-121.6 7.323-22.14 12.905-46.11 17.042-70.993z"/></svg>') center / contain no-repeat;
}

.icon-playerview {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 131c-60.25 0-124.749 38.39-167.945 77.66-34.931 31.756-58.722 62.36-66.88 73.34 8.158 10.98 31.949 41.584 66.88 73.34C144.25 394.61 208.75 433 269 433s124.749-38.39 167.945-77.66c34.931-31.756 58.722-62.36 66.88-73.34-8.158-10.98-31.949-41.584-66.88-73.34C393.75 169.39 329.25 131 269 131zm0 23a128 128 0 0 1 63.486 16.969A48 48 0 0 0 301 216a48 48 0 0 0 .023.453A72.362 72.362 0 0 0 278 209.576V186h-18v23.576c-33.034 4.095-59.33 30.39-63.424 63.424H173v18h23.576c4.095 33.034 30.39 59.33 63.424 63.424V378h18v-23.576c33.034-4.095 59.33-30.39 63.424-63.424H365v-18h-23.576a72.33 72.33 0 0 0-1.98-10.014A48 48 0 0 0 349 264a48 48 0 0 0 41.023-23.195A128 128 0 0 1 397 282a128 128 0 0 1-128 128 128 128 0 0 1-128-128 128 128 0 0 1 128-128zm-9 73.738V250h18v-22.262c23.237 3.792 41.47 22.025 45.262 45.262H301v18h22.262c-3.792 23.237-22.025 41.47-45.262 45.262V314h-18v22.262c-23.237-3.792-41.47-22.025-45.262-45.262H237v-18h-22.262c3.792-23.237 22.025-41.47 45.262-45.262z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 131c-60.25 0-124.749 38.39-167.945 77.66-34.931 31.756-58.722 62.36-66.88 73.34 8.158 10.98 31.949 41.584 66.88 73.34C144.25 394.61 208.75 433 269 433s124.749-38.39 167.945-77.66c34.931-31.756 58.722-62.36 66.88-73.34-8.158-10.98-31.949-41.584-66.88-73.34C393.75 169.39 329.25 131 269 131zm0 23a128 128 0 0 1 63.486 16.969A48 48 0 0 0 301 216a48 48 0 0 0 .023.453A72.362 72.362 0 0 0 278 209.576V186h-18v23.576c-33.034 4.095-59.33 30.39-63.424 63.424H173v18h23.576c4.095 33.034 30.39 59.33 63.424 63.424V378h18v-23.576c33.034-4.095 59.33-30.39 63.424-63.424H365v-18h-23.576a72.33 72.33 0 0 0-1.98-10.014A48 48 0 0 0 349 264a48 48 0 0 0 41.023-23.195A128 128 0 0 1 397 282a128 128 0 0 1-128 128 128 128 0 0 1-128-128 128 128 0 0 1 128-128zm-9 73.738V250h18v-22.262c23.237 3.792 41.47 22.025 45.262 45.262H301v18h22.262c-3.792 23.237-22.025 41.47-45.262 45.262V314h-18v22.262c-23.237-3.792-41.47-22.025-45.262-45.262H237v-18h-22.262c3.792-23.237 22.025-41.47 45.262-45.262z"/></svg>') center / contain no-repeat;
}


.icon-potion-ball {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m430.945 47.9 75.057 75.06-42.727 23.6 26.98 26.952L382.65 238.39c40.443 70.148 30.72 161.07-29.2 220.958-71.605 71.606-187.737 71.587-259.356 0-71.62-71.587-71.642-187.654-.037-259.22 59.915-59.878 150.896-69.57 221.084-29.177L380.05 63.415l8.44 8.432 18.588 18.57L430.945 47.9zm-47.224 45.598-62.337 103.275-8.098-5.248c-44.21-28.663-99.014-34.044-147.166-16.078 1.16-.026 2.328-.04 3.503-.04 38.988 0 70.594 14.807 70.594 33.073 0 18.27-31.606 33.075-70.594 33.075-31.53 0-58.225-9.684-67.287-23.05-15.942 17.34-27.492 37.224-34.65 58.253 7.76-3.387 18.28-6.706 30.902-9.563 31.383-7.1 75.547-11.615 124.305-11.615 48.757 0 92.92 4.514 124.304 11.615 13.71 3.102 24.997 6.75 32.893 10.438a163.85 163.85 0 0 0-18.018-37.383l-5.263-8.104 103.33-62.3-13.894-13.88-46.937 25.923-27.914-27.915 26.18-46.635-13.855-13.842zm1.087 201.287c-.482.28-.982.56-1.506.84-7.89 4.22-20.41 8.487-36.103 12.037-31.383 7.1-75.547 11.615-124.304 11.615-48.758 0-92.922-4.514-124.305-11.615-15.687-3.55-28.203-7.813-36.094-12.033a164.248 164.248 0 0 0-2.746 17.643c9.432 4.277 21.204 7.893 35.074 11.032 33.205 7.513 78.27 12.037 128.07 12.037 49.802 0 94.866-4.524 128.07-12.037 14.67-3.32 27-7.17 36.69-11.776a164.503 164.503 0 0 0-2.845-17.745z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m430.945 47.9 75.057 75.06-42.727 23.6 26.98 26.952L382.65 238.39c40.443 70.148 30.72 161.07-29.2 220.958-71.605 71.606-187.737 71.587-259.356 0-71.62-71.587-71.642-187.654-.037-259.22 59.915-59.878 150.896-69.57 221.084-29.177L380.05 63.415l8.44 8.432 18.588 18.57L430.945 47.9zm-47.224 45.598-62.337 103.275-8.098-5.248c-44.21-28.663-99.014-34.044-147.166-16.078 1.16-.026 2.328-.04 3.503-.04 38.988 0 70.594 14.807 70.594 33.073 0 18.27-31.606 33.075-70.594 33.075-31.53 0-58.225-9.684-67.287-23.05-15.942 17.34-27.492 37.224-34.65 58.253 7.76-3.387 18.28-6.706 30.902-9.563 31.383-7.1 75.547-11.615 124.305-11.615 48.757 0 92.92 4.514 124.304 11.615 13.71 3.102 24.997 6.75 32.893 10.438a163.85 163.85 0 0 0-18.018-37.383l-5.263-8.104 103.33-62.3-13.894-13.88-46.937 25.923-27.914-27.915 26.18-46.635-13.855-13.842zm1.087 201.287c-.482.28-.982.56-1.506.84-7.89 4.22-20.41 8.487-36.103 12.037-31.383 7.1-75.547 11.615-124.304 11.615-48.758 0-92.922-4.514-124.305-11.615-15.687-3.55-28.203-7.813-36.094-12.033a164.248 164.248 0 0 0-2.746 17.643c9.432 4.277 21.204 7.893 35.074 11.032 33.205 7.513 78.27 12.037 128.07 12.037 49.802 0 94.866-4.524 128.07-12.037 14.67-3.32 27-7.17 36.69-11.776a164.503 164.503 0 0 0-2.845-17.745z"/></svg>') center / contain no-repeat;
}

.icon-monster {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M337.97 43.54c.03.034.057.07.087.106l-34.924 32.428 36.904-3.752-15.396 30.12 38.048-16.075c26.147 69.965.623 154.277-52.555 166.262-6.554-25.37-34.13-37.945-36.055-57.382.303.093.604.187.912.27a27.113 27.113 0 0 0 14.274-.07l25.138 22.89 20.653-16.377c-7.363 2.836-28.588-1.402-33.25-13.923a27.114 27.114 0 0 0 6.793-11.922c.485-1.813.757-3.635.86-5.445l11.524 22.777 5.22-16.94c7.625 5.575 12.474 13.605 11.49 21.136l16.673-29.4-72.14-29.56-58.057-48.03 17.1 31.25-48.206-19.753 35.14 31.237c-40.602 28.158-22.085 85.04-1.796 119.29-57.5-9.685-103.128-77.435-95.763-145.03l49.21-21.366-31.08-5.14 29.207-33.417-32.015 11.54c.037-.067.07-.135.107-.202-168.36 66.33-116.413 367-63.728 417.99-.19-1.317-.364-2.58-.54-3.855-14.922-56.244-20.375-125.624-17.5-190.53 3.02-68.237 14.834-131.16 36.794-169.522l16.22 9.283c-18.894 33.008-31.4 94.563-34.345 161.064-1.942 43.86.106 90.022 6.275 132.082 6.124 1.892 15.046 9.615 27.295 23.24-4.818-13.35-6.78-26.5-6.482-38.28 20.286 41.665 67.34 69.234 104.633 62.308 22.444-4.17 41.803-12.73 57.81-24.475l7.31 15.418c-20.068 5.036-22.807 32.635-14.737 55.112 1.748-19.882 11.36-29.794 21.73-32.303-6.598 15.867-4.698 30.623-3.117 44.158 10.15-12.147 21.47-23.793 23.628-39.354 8.738 7.332 12.317 21.49 1.194 39.057 26.32-15.473 31.565-41.994 7.978-57.685l-32.07-34.297c5.918-5.55 11.24-11.6 15.947-18.066l39.28 15.776c-3.942 13.69 5.833 31.512 19.77 43.31-8.055-17.288-4.826-30.08 2.562-37.103 1.63 17.39 10.64 29.193 18.733 40.064 2.73-15.665 6.79-31.493-.213-45.987 11.016 1.56 21.2 11.568 20.338 31.877 14.362-25.313 6.11-49.702-20.742-51.52l-71.135-9.892c12.757-22.982 18.676-49.823 17.015-77.475 14.188-34.708 50.058-11.816 54.523 49.16C407.924 288.27 447.58 330 439.324 393.13c11.808-23.38 21.835-35.013 29.862-36.247-10.772-91.925-40.458-191.57-77.637-250.748l15.823-9.942c50.328 80.106 85.112 220.65 84.88 331.547 42.403-115.912-2.347-356.61-154.282-384.2zm-29.458 476.913-.026.016-.015.05c.015-.02.027-.044.042-.067zm26.543-318.492h.01v-.007l-.01.008zm-53.348-41.716a9.127 9.127 0 0 1 2.652.313c4.774 1.28 7.467 5.945 6.187 10.72-1.28 4.776-5.943 7.47-10.72 6.19-4.775-1.28-7.468-5.943-6.188-10.72.96-3.584 3.823-5.993 7.21-6.435a8.66 8.66 0 0 1 .857-.068zM217.904 323.13c11.878-.2 22.637 6.756 26.172 22.487-.008 35.88-9.557 68.823-42.137 77.412-27.624 7.283-69.725-11.398-84.12-53.663 12.28-21.078 37.362-21.986 62.838 22.592-12.583-41.596 14.386-68.444 37.246-68.83z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M337.97 43.54c.03.034.057.07.087.106l-34.924 32.428 36.904-3.752-15.396 30.12 38.048-16.075c26.147 69.965.623 154.277-52.555 166.262-6.554-25.37-34.13-37.945-36.055-57.382.303.093.604.187.912.27a27.113 27.113 0 0 0 14.274-.07l25.138 22.89 20.653-16.377c-7.363 2.836-28.588-1.402-33.25-13.923a27.114 27.114 0 0 0 6.793-11.922c.485-1.813.757-3.635.86-5.445l11.524 22.777 5.22-16.94c7.625 5.575 12.474 13.605 11.49 21.136l16.673-29.4-72.14-29.56-58.057-48.03 17.1 31.25-48.206-19.753 35.14 31.237c-40.602 28.158-22.085 85.04-1.796 119.29-57.5-9.685-103.128-77.435-95.763-145.03l49.21-21.366-31.08-5.14 29.207-33.417-32.015 11.54c.037-.067.07-.135.107-.202-168.36 66.33-116.413 367-63.728 417.99-.19-1.317-.364-2.58-.54-3.855-14.922-56.244-20.375-125.624-17.5-190.53 3.02-68.237 14.834-131.16 36.794-169.522l16.22 9.283c-18.894 33.008-31.4 94.563-34.345 161.064-1.942 43.86.106 90.022 6.275 132.082 6.124 1.892 15.046 9.615 27.295 23.24-4.818-13.35-6.78-26.5-6.482-38.28 20.286 41.665 67.34 69.234 104.633 62.308 22.444-4.17 41.803-12.73 57.81-24.475l7.31 15.418c-20.068 5.036-22.807 32.635-14.737 55.112 1.748-19.882 11.36-29.794 21.73-32.303-6.598 15.867-4.698 30.623-3.117 44.158 10.15-12.147 21.47-23.793 23.628-39.354 8.738 7.332 12.317 21.49 1.194 39.057 26.32-15.473 31.565-41.994 7.978-57.685l-32.07-34.297c5.918-5.55 11.24-11.6 15.947-18.066l39.28 15.776c-3.942 13.69 5.833 31.512 19.77 43.31-8.055-17.288-4.826-30.08 2.562-37.103 1.63 17.39 10.64 29.193 18.733 40.064 2.73-15.665 6.79-31.493-.213-45.987 11.016 1.56 21.2 11.568 20.338 31.877 14.362-25.313 6.11-49.702-20.742-51.52l-71.135-9.892c12.757-22.982 18.676-49.823 17.015-77.475 14.188-34.708 50.058-11.816 54.523 49.16C407.924 288.27 447.58 330 439.324 393.13c11.808-23.38 21.835-35.013 29.862-36.247-10.772-91.925-40.458-191.57-77.637-250.748l15.823-9.942c50.328 80.106 85.112 220.65 84.88 331.547 42.403-115.912-2.347-356.61-154.282-384.2zm-29.458 476.913-.026.016-.015.05c.015-.02.027-.044.042-.067zm26.543-318.492h.01v-.007l-.01.008zm-53.348-41.716a9.127 9.127 0 0 1 2.652.313c4.774 1.28 7.467 5.945 6.187 10.72-1.28 4.776-5.943 7.47-10.72 6.19-4.775-1.28-7.468-5.943-6.188-10.72.96-3.584 3.823-5.993 7.21-6.435a8.66 8.66 0 0 1 .857-.068zM217.904 323.13c11.878-.2 22.637 6.756 26.172 22.487-.008 35.88-9.557 68.823-42.137 77.412-27.624 7.283-69.725-11.398-84.12-53.663 12.28-21.078 37.362-21.986 62.838 22.592-12.583-41.596 14.386-68.444 37.246-68.83z"/></svg>') center / contain no-repeat;
}

.icon-races {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M388.344 44.438c-1.137-.01-2.276.007-3.438.03-13.273.27-28.187 2.787-45.562 8.126-22.4 6.883-38.08 27.877-35.844 50.312 1.62 16.34 15.186 34.143 30.875 45.625 24.664 18.046 42.29 36.65 54.375 54.44l7.625 48.843 18.47-2.907-5.064-32.437c-1.34-23-7.98-45.714-22.342-69.095 14.54 8.79 27.36 18.46 38.03 28.156l28.22 55.72 16.656-8.438-26.53-52.406c-7.148-17.347-17.845-33.647-33.783-49.03 15.97 4.774 30.48 10.84 42.97 17.436l39.906 45.22 14-12.376-40.5-45.875-.094.095c-11.944-14.829-27.214-27.687-47.251-38.19v-.093c-.278-.243-.558.187-.812.187-25.3-1.83-47.73-.167-62.28 3.69 13.373-10.633 34.805-18.547 64.592-21.25l47.375 18.31 6.75-17.436-41.375-16-.093-.032c-13.467-6.492-27.824-10.464-44.876-10.625zm-237.688.03c-16.838.232-31.037 4.164-44.375 10.595l-41.468 16.03 6.72 17.438 47.406-18.31c29.77 2.706 51.224 10.62 64.593 21.25-14.55-3.857-36.98-5.52-62.28-3.69-.254 0-.534-.43-.813-.186v.093c-20.039 10.504-35.307 23.359-47.251 38.188l-.124-.094-40.5 45.876 14.03 12.375 39.906-45.22c12.49-6.596 27-12.662 42.97-17.437-15.94 15.384-26.668 31.684-33.814 49.03l-26.53 52.407 16.687 8.438L114 175.53c10.672-9.694 23.49-19.366 38.03-28.155-14.36 23.38-21 46.095-22.343 69.094l-5.03 32.436 18.468 2.906 7.594-48.78c12.084-17.806 29.684-36.437 54.374-54.5 15.69-11.483 29.254-29.286 30.875-45.626 2.234-22.435-13.414-43.43-35.814-50.312-19.113-5.873-35.252-8.32-49.5-8.125zM320.72 261.814c-11.41 0-24.272 4.91-40.22 22.718v130.814c19.24-13.898 38.485-19.628 56.563-19.844 22.987-.275 43.643 7.632 61.562 15.438 17.92 7.805 33.542 15.33 44.156 16.468 5.308.57 9.002-.088 12.564-2.312 3.187-1.99 6.62-5.816 10-12.53L444.688 282.81c-10.648 7.425-20.88 11.553-30.72 12.688-13.806 1.592-26.063-2.53-36.75-7.97-21.37-10.875-38.164-25.762-56.5-25.717zm-99.376 5c-18.118-.082-35.583 15.45-57.406 27.093-10.912 5.822-23.348 10.394-37.407 9.156-10.018-.88-20.423-4.782-31.186-12.156L75.906 419.47c13.616 13.096 25.344 15.566 38.594 13.842 14.267-1.855 30.332-9.854 47.406-18.093 17.074-8.24 35.31-16.776 55.438-17.22 14.575-.32 29.73 4.21 44.47 15.344V285.47c-16.255-18.45-24.774-18.62-40.47-18.658zM58.438 304.875l-24.782 158.22 194.906 13v19h83.563v-18.97l195.53-13.03-24.78-158.22-15.53 1.22 16.936 106.5.44 2.78-1.158 2.53c-4.76 10.555-10.745 18.306-18.312 23.033-3.66 2.285-7.59 3.727-11.594 4.53l.03.188-1.998.188c-.084.012-.167.02-.25.03-.958.136-1.915.217-2.875.282h-.125L271.563 463.28l-.782.064-.75-.063-158.467-10.967h-.094c-4.606.203-9.278-.1-13.97-.97-.03-.005-.063.006-.094 0-13.02-2.434-26.164-9.29-38.25-22.124l-3.125-3.314.69-4.5 17.405-115.312-15.688-1.22zM337.28 414.188c-18.502.22-37.827 6.678-59.436 27.625l-2.344 2.28 124.563-12.03c-2.944-1.34-5.893-2.688-8.907-4-17.257-7.518-35.372-14.096-53.875-13.875zm-119.53 2.5c-14.906.328-30.94 7.28-47.72 15.375-3.318 1.6-6.69 3.246-10.06 4.875L267 444.344l-2.72-3.125c-17.09-19.683-31.624-24.86-46.53-24.533z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M388.344 44.438c-1.137-.01-2.276.007-3.438.03-13.273.27-28.187 2.787-45.562 8.126-22.4 6.883-38.08 27.877-35.844 50.312 1.62 16.34 15.186 34.143 30.875 45.625 24.664 18.046 42.29 36.65 54.375 54.44l7.625 48.843 18.47-2.907-5.064-32.437c-1.34-23-7.98-45.714-22.342-69.095 14.54 8.79 27.36 18.46 38.03 28.156l28.22 55.72 16.656-8.438-26.53-52.406c-7.148-17.347-17.845-33.647-33.783-49.03 15.97 4.774 30.48 10.84 42.97 17.436l39.906 45.22 14-12.376-40.5-45.875-.094.095c-11.944-14.829-27.214-27.687-47.251-38.19v-.093c-.278-.243-.558.187-.812.187-25.3-1.83-47.73-.167-62.28 3.69 13.373-10.633 34.805-18.547 64.592-21.25l47.375 18.31 6.75-17.436-41.375-16-.093-.032c-13.467-6.492-27.824-10.464-44.876-10.625zm-237.688.03c-16.838.232-31.037 4.164-44.375 10.595l-41.468 16.03 6.72 17.438 47.406-18.31c29.77 2.706 51.224 10.62 64.593 21.25-14.55-3.857-36.98-5.52-62.28-3.69-.254 0-.534-.43-.813-.186v.093c-20.039 10.504-35.307 23.359-47.251 38.188l-.124-.094-40.5 45.876 14.03 12.375 39.906-45.22c12.49-6.596 27-12.662 42.97-17.437-15.94 15.384-26.668 31.684-33.814 49.03l-26.53 52.407 16.687 8.438L114 175.53c10.672-9.694 23.49-19.366 38.03-28.155-14.36 23.38-21 46.095-22.343 69.094l-5.03 32.436 18.468 2.906 7.594-48.78c12.084-17.806 29.684-36.437 54.374-54.5 15.69-11.483 29.254-29.286 30.875-45.626 2.234-22.435-13.414-43.43-35.814-50.312-19.113-5.873-35.252-8.32-49.5-8.125zM320.72 261.814c-11.41 0-24.272 4.91-40.22 22.718v130.814c19.24-13.898 38.485-19.628 56.563-19.844 22.987-.275 43.643 7.632 61.562 15.438 17.92 7.805 33.542 15.33 44.156 16.468 5.308.57 9.002-.088 12.564-2.312 3.187-1.99 6.62-5.816 10-12.53L444.688 282.81c-10.648 7.425-20.88 11.553-30.72 12.688-13.806 1.592-26.063-2.53-36.75-7.97-21.37-10.875-38.164-25.762-56.5-25.717zm-99.376 5c-18.118-.082-35.583 15.45-57.406 27.093-10.912 5.822-23.348 10.394-37.407 9.156-10.018-.88-20.423-4.782-31.186-12.156L75.906 419.47c13.616 13.096 25.344 15.566 38.594 13.842 14.267-1.855 30.332-9.854 47.406-18.093 17.074-8.24 35.31-16.776 55.438-17.22 14.575-.32 29.73 4.21 44.47 15.344V285.47c-16.255-18.45-24.774-18.62-40.47-18.658zM58.438 304.875l-24.782 158.22 194.906 13v19h83.563v-18.97l195.53-13.03-24.78-158.22-15.53 1.22 16.936 106.5.44 2.78-1.158 2.53c-4.76 10.555-10.745 18.306-18.312 23.033-3.66 2.285-7.59 3.727-11.594 4.53l.03.188-1.998.188c-.084.012-.167.02-.25.03-.958.136-1.915.217-2.875.282h-.125L271.563 463.28l-.782.064-.75-.063-158.467-10.967h-.094c-4.606.203-9.278-.1-13.97-.97-.03-.005-.063.006-.094 0-13.02-2.434-26.164-9.29-38.25-22.124l-3.125-3.314.69-4.5 17.405-115.312-15.688-1.22zM337.28 414.188c-18.502.22-37.827 6.678-59.436 27.625l-2.344 2.28 124.563-12.03c-2.944-1.34-5.893-2.688-8.907-4-17.257-7.518-35.372-14.096-53.875-13.875zm-119.53 2.5c-14.906.328-30.94 7.28-47.72 15.375-3.318 1.6-6.69 3.246-10.06 4.875L267 444.344l-2.72-3.125c-17.09-19.683-31.624-24.86-46.53-24.533z"/></svg>') center / contain no-repeat;
}

.icon-crystalBall {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 67C167.8 67 86 148.8 86 250c0 4.1.15 8.2.41 12.2 8.57 20.8 19.53 42 25.89 64.9-30.17-148.4 58.1-237.91 155-237.59 24.6.1 49.6 5.91 73.5 17.99 0 0-61.7-7.83-134.3 39.2l6.6 19.9c11.8 35.4 29 65.6 29.7 105.6 2.6 2.4 4.7 4.5 7.3 7l-1 4.7c-6.8 34.7-2.3 73.4 8.4 105.1 10.2-15.1 21.6-39.3 24.5-58.9.1-4 3.6-6.3 6.4-8.3 8.2-39.7 39-75.6 61.1-107.7l15.1-21.9 1.3 26.6c1.7 37 9.7 81.7 4.1 122.9l3.1 4.3-2.6 4.9c-8.3 15.5-12.7 33.5-14.7 49.3 20.1-19.7 38.4-40.3 51.8-59.1 2.7-16.7 10.9-32.7 19.8-48.1 8.5-15 17.9-29.6 24.6-43.4-.2-101-81.9-182.6-183-182.6zm-63 80c-7.2 4.7-14.6 10-22 15.9-39.4 31.2-60.7 143.7-66 174.8 14.1 21.1 23.3 42.4 47 59.9 4.4-38.6-.9-80.8-6.8-121.1l-.8-5.4c2.2-1.5 4.5-3.4 6.6-4.7 1.4-34.1 15.8-68.5 32.6-101.1zm-2.6 45.4c-10 21.7-17.5 43.4-20.3 64 4.7-1.6 9.7-2.7 15.1-2.9 8.1-.3 16.6 1.4 25.5 5.7-2.9-22.8-11.5-43.5-20.3-66.8zm146.3 52.5c-15.8 22.3-31.5 45.1-39.6 67.1 7-1.3 14.1-1 20.8.7 8.1 2.1 15.6 6.1 22.5 11.5 1.3-25.3-1.4-52.8-3.7-79.3zm-287.33 4.6c-11.5 28.9-17.48 59.9-10.92 87.4 9.79-11.4 24.63-19.2 38.5-18.7-8.27-21.8-20.26-44.3-27.58-68.7zm400.03 19.1c-12.3 23.1-28.3 44.2-35.3 68.3 15.5-.5 32.8-2.6 45.3 5.8 2.2-23.1-3.2-49.3-10-74.1zm-285.6 10.9c2.5 17.1 4.8 34.7 6.3 52.4 9.6-2.2 19.5 0 29.2.9l-2 18c-9.1-1-20.6-1.9-25.9-.4.4 8.7.5 17.4.2 26.1 11-2.4 23.4-1 33.4 1.7l-4.8 17.4c-13.5-3.8-22.6-3.1-29.8-.1-.6 6.4-1.5 12.7-2.6 19l-2.3 12.5-11.1-6.3c-40.7-23.3-51.7-56.1-68.69-79.3-13-15.1-36.87 6-38.5 19.5 10.66 13.6 18.58 26.2 24.76 37.7 5.88-6.7 13.33-13 23.9-16.2l5.13 17.2c-8.88 2.6-14.31 8.8-20.29 17.1 8.45 18.1 12.91 36.4 22.09 52.3h303c1.9-4.7 3.5-9.4 5-14.4-9.2-4.3-20.4-7.1-38.2-9.5l2.4-17.8c17.3 2.4 30 5.3 40.8 9.9a526 526 0 0 1 4.2-13.9c-6.9-4.1-16.1-8-27.6-11.4l5-17.2c11.1 3.2 20.7 6.9 28.8 11.4 6-14.6 14.5-29.6 28-44.3-10.4-11.6-39.4-6.9-48.4-5.6-18.3 25-34.3 43.1-67.1 72.2l-14.4 12.8c-.8-15.3-.9-32.4.9-45.7-5.8-4.6-19.5-9.1-32.1-9.4l.4-18c12.6.2 25.2 2.9 35.4 8.3 2.3-9.4 5.6-19.1 10-28.4-7.7-9.2-16.8-15.6-25.5-17.9-9.3-2.4-18.1-1.1-27.3 6.2-5.4 30.3-22.3 62.1-38.2 77.1l-9.4 8.8-5.1-11.8c-15.4-35.8-22.9-81.7-15.7-124.8-19.7-15.7-33.7-19-53.9-6.1zm-63 207.5-19.98 30H444.2l-20-30z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 67C167.8 67 86 148.8 86 250c0 4.1.15 8.2.41 12.2 8.57 20.8 19.53 42 25.89 64.9-30.17-148.4 58.1-237.91 155-237.59 24.6.1 49.6 5.91 73.5 17.99 0 0-61.7-7.83-134.3 39.2l6.6 19.9c11.8 35.4 29 65.6 29.7 105.6 2.6 2.4 4.7 4.5 7.3 7l-1 4.7c-6.8 34.7-2.3 73.4 8.4 105.1 10.2-15.1 21.6-39.3 24.5-58.9.1-4 3.6-6.3 6.4-8.3 8.2-39.7 39-75.6 61.1-107.7l15.1-21.9 1.3 26.6c1.7 37 9.7 81.7 4.1 122.9l3.1 4.3-2.6 4.9c-8.3 15.5-12.7 33.5-14.7 49.3 20.1-19.7 38.4-40.3 51.8-59.1 2.7-16.7 10.9-32.7 19.8-48.1 8.5-15 17.9-29.6 24.6-43.4-.2-101-81.9-182.6-183-182.6zm-63 80c-7.2 4.7-14.6 10-22 15.9-39.4 31.2-60.7 143.7-66 174.8 14.1 21.1 23.3 42.4 47 59.9 4.4-38.6-.9-80.8-6.8-121.1l-.8-5.4c2.2-1.5 4.5-3.4 6.6-4.7 1.4-34.1 15.8-68.5 32.6-101.1zm-2.6 45.4c-10 21.7-17.5 43.4-20.3 64 4.7-1.6 9.7-2.7 15.1-2.9 8.1-.3 16.6 1.4 25.5 5.7-2.9-22.8-11.5-43.5-20.3-66.8zm146.3 52.5c-15.8 22.3-31.5 45.1-39.6 67.1 7-1.3 14.1-1 20.8.7 8.1 2.1 15.6 6.1 22.5 11.5 1.3-25.3-1.4-52.8-3.7-79.3zm-287.33 4.6c-11.5 28.9-17.48 59.9-10.92 87.4 9.79-11.4 24.63-19.2 38.5-18.7-8.27-21.8-20.26-44.3-27.58-68.7zm400.03 19.1c-12.3 23.1-28.3 44.2-35.3 68.3 15.5-.5 32.8-2.6 45.3 5.8 2.2-23.1-3.2-49.3-10-74.1zm-285.6 10.9c2.5 17.1 4.8 34.7 6.3 52.4 9.6-2.2 19.5 0 29.2.9l-2 18c-9.1-1-20.6-1.9-25.9-.4.4 8.7.5 17.4.2 26.1 11-2.4 23.4-1 33.4 1.7l-4.8 17.4c-13.5-3.8-22.6-3.1-29.8-.1-.6 6.4-1.5 12.7-2.6 19l-2.3 12.5-11.1-6.3c-40.7-23.3-51.7-56.1-68.69-79.3-13-15.1-36.87 6-38.5 19.5 10.66 13.6 18.58 26.2 24.76 37.7 5.88-6.7 13.33-13 23.9-16.2l5.13 17.2c-8.88 2.6-14.31 8.8-20.29 17.1 8.45 18.1 12.91 36.4 22.09 52.3h303c1.9-4.7 3.5-9.4 5-14.4-9.2-4.3-20.4-7.1-38.2-9.5l2.4-17.8c17.3 2.4 30 5.3 40.8 9.9a526 526 0 0 1 4.2-13.9c-6.9-4.1-16.1-8-27.6-11.4l5-17.2c11.1 3.2 20.7 6.9 28.8 11.4 6-14.6 14.5-29.6 28-44.3-10.4-11.6-39.4-6.9-48.4-5.6-18.3 25-34.3 43.1-67.1 72.2l-14.4 12.8c-.8-15.3-.9-32.4.9-45.7-5.8-4.6-19.5-9.1-32.1-9.4l.4-18c12.6.2 25.2 2.9 35.4 8.3 2.3-9.4 5.6-19.1 10-28.4-7.7-9.2-16.8-15.6-25.5-17.9-9.3-2.4-18.1-1.1-27.3 6.2-5.4 30.3-22.3 62.1-38.2 77.1l-9.4 8.8-5.1-11.8c-15.4-35.8-22.9-81.7-15.7-124.8-19.7-15.7-33.7-19-53.9-6.1zm-63 207.5-19.98 30H444.2l-20-30z"/></svg>') center / contain no-repeat;
}

.icon-origins {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m449.406 55.625-18.094 42.22-48.562 5.905 42.156 25.656 1.375 13.47C380.938 116.74 315.435 101.36 227.78 108.31l-20.186-3.343-24.125-38.407.5 39.78-49.22 16.438 55.063 4.564 7.843 33.78 17.094-37.78 17.906-2.75c203.993 22.03 277.475 204.75 77.875 207.625l5.22-37.595 36.75-43.72-51.344-24.968-30.22-48.468-39.623 41.124-4.125 1.03C4.6 189.078-18.708 330.485 111.844 402.125l-11.938 12.688L52.844 400.5l33.03 39.406-15.124 42.53 36.375-31.155 47.03 18.095-30.374-43.875 4.69-15.03c62.43 28.648 153.852 42.16 270.5 20.717-241.042 33.38-364.142-137.94-219.283-195.687l23.032 43.25-4 56.97 56.218-9.97 19.25 7.813c218.255 102.608 297.46-83.917 171.843-177.75l14.376-22.22 46.47-16.5-41.907-14.812-15.564-46.655zM47.53 105.03l4.845 26.095-19.47 22 27.22-3.25 17.563 23.344.687-29.47 24.78-17.906-33.218-1.72-22.406-19.093zm358.564 298.5 14.25 51.658-31.375 41.062 49.592-12.688 33.688 34.282-2.53-51.406 35.217-30.375-51.593 1.562-47.25-34.094z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m449.406 55.625-18.094 42.22-48.562 5.905 42.156 25.656 1.375 13.47C380.938 116.74 315.435 101.36 227.78 108.31l-20.186-3.343-24.125-38.407.5 39.78-49.22 16.438 55.063 4.564 7.843 33.78 17.094-37.78 17.906-2.75c203.993 22.03 277.475 204.75 77.875 207.625l5.22-37.595 36.75-43.72-51.344-24.968-30.22-48.468-39.623 41.124-4.125 1.03C4.6 189.078-18.708 330.485 111.844 402.125l-11.938 12.688L52.844 400.5l33.03 39.406-15.124 42.53 36.375-31.155 47.03 18.095-30.374-43.875 4.69-15.03c62.43 28.648 153.852 42.16 270.5 20.717-241.042 33.38-364.142-137.94-219.283-195.687l23.032 43.25-4 56.97 56.218-9.97 19.25 7.813c218.255 102.608 297.46-83.917 171.843-177.75l14.376-22.22 46.47-16.5-41.907-14.812-15.564-46.655zM47.53 105.03l4.845 26.095-19.47 22 27.22-3.25 17.563 23.344.687-29.47 24.78-17.906-33.218-1.72-22.406-19.093zm358.564 298.5 14.25 51.658-31.375 41.062 49.592-12.688 33.688 34.282-2.53-51.406 35.217-30.375-51.593 1.562-47.25-34.094z"/></svg>') center / contain no-repeat;
}

.icon-feats {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M79.89 44 141 154 31 143v32.5l78 58.5-78 39v35l110 22-3.6 16c-12.6 12.1-21.9 26.5-28.46 42.5-14.43 35.2-16.64 85.7-16.9 131.5h18.1c.34-44.1 2.78-93.8 15.46-124.7 8.9-21.9 22.4-39.6 44.6-52.1-4.1-22-6.2-43.5-6.2-61.2v-14.6l13 6.6c9.6 4.7 16.5 6.2 23.1 5.7-5.2-14-8.1-29.6-8.1-45.7 0-29.1 9.1-55.2 23.3-73.7 14.2-18.5 33.1-29.3 53.7-29.3s39.5 10.8 53.7 29.3c14.2 18.5 23.3 44.6 23.3 73.7 0 16.1-2.9 31.7-8.1 45.7 6.6.5 13.6-1 23.1-5.7l13-6.6V282c0 17.7-2.1 39.2-6.2 61.2 22.2 12.5 35.7 30.2 44.6 52.1 12.7 30.9 15.1 80.6 15.5 124.7H446c-.3-45.8-2.5-96.3-16.9-131.5-6.6-16-15.9-30.5-28.6-42.6L397 330l110-22v-35l-78-39 78-58.5V143l-110 11 61.1-110h-37.8L317 106l-18.6-62h-58.8L221 106 117.7 44zM221 241v18h32v-18zm64 0v18h32v-18zm-33.6 36.1c-12.7 6.7-23.7 13.5-35.6 17.4-10 3.4-21.1 4.1-33.3.8.5 8 1.3 16.7 2.4 25.7 27.2-.4 51.7-3.3 77.7-29.4l1.7-1.6zm35.2 0L273.7 290l1.7 1.6c26 26.1 50.5 29 77.7 29.4 1.1-9 1.9-17.7 2.4-25.7-12.2 3.3-23.3 2.6-33.3-.8-11.9-3.9-22.9-10.7-35.6-17.4zM269 310.3c-27 23.7-55.2 27.8-81.3 28.5 1.7 9 3.6 18 6 26.9 2.2 8.3 4.8 16.3 7.6 23.9C206.9 379.1 214 369 221 362c0 21-6.9 35-11.6 46.8 3.8 7.6 7.8 14.4 12.1 20l24.5-24.5V426c0 14.5 2.8 19.1 7.4 23.6 3.4 3.5 9.1 6.9 15.6 12.3 6.5-5.4 12.2-8.8 15.6-12.3 4.6-4.5 7.4-9.1 7.4-23.6v-21.7l24.5 24.5c4.3-5.6 8.3-12.4 12.1-20C323.9 397 317 383 317 362c7 7 14.1 17.1 19.7 27.6 2.8-7.6 5.4-15.6 7.6-23.9 2.4-8.9 4.3-17.9 6-26.9-26.1-.7-54.3-4.8-81.3-28.5z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M79.89 44 141 154 31 143v32.5l78 58.5-78 39v35l110 22-3.6 16c-12.6 12.1-21.9 26.5-28.46 42.5-14.43 35.2-16.64 85.7-16.9 131.5h18.1c.34-44.1 2.78-93.8 15.46-124.7 8.9-21.9 22.4-39.6 44.6-52.1-4.1-22-6.2-43.5-6.2-61.2v-14.6l13 6.6c9.6 4.7 16.5 6.2 23.1 5.7-5.2-14-8.1-29.6-8.1-45.7 0-29.1 9.1-55.2 23.3-73.7 14.2-18.5 33.1-29.3 53.7-29.3s39.5 10.8 53.7 29.3c14.2 18.5 23.3 44.6 23.3 73.7 0 16.1-2.9 31.7-8.1 45.7 6.6.5 13.6-1 23.1-5.7l13-6.6V282c0 17.7-2.1 39.2-6.2 61.2 22.2 12.5 35.7 30.2 44.6 52.1 12.7 30.9 15.1 80.6 15.5 124.7H446c-.3-45.8-2.5-96.3-16.9-131.5-6.6-16-15.9-30.5-28.6-42.6L397 330l110-22v-35l-78-39 78-58.5V143l-110 11 61.1-110h-37.8L317 106l-18.6-62h-58.8L221 106 117.7 44zM221 241v18h32v-18zm64 0v18h32v-18zm-33.6 36.1c-12.7 6.7-23.7 13.5-35.6 17.4-10 3.4-21.1 4.1-33.3.8.5 8 1.3 16.7 2.4 25.7 27.2-.4 51.7-3.3 77.7-29.4l1.7-1.6zm35.2 0L273.7 290l1.7 1.6c26 26.1 50.5 29 77.7 29.4 1.1-9 1.9-17.7 2.4-25.7-12.2 3.3-23.3 2.6-33.3-.8-11.9-3.9-22.9-10.7-35.6-17.4zM269 310.3c-27 23.7-55.2 27.8-81.3 28.5 1.7 9 3.6 18 6 26.9 2.2 8.3 4.8 16.3 7.6 23.9C206.9 379.1 214 369 221 362c0 21-6.9 35-11.6 46.8 3.8 7.6 7.8 14.4 12.1 20l24.5-24.5V426c0 14.5 2.8 19.1 7.4 23.6 3.4 3.5 9.1 6.9 15.6 12.3 6.5-5.4 12.2-8.8 15.6-12.3 4.6-4.5 7.4-9.1 7.4-23.6v-21.7l24.5 24.5c4.3-5.6 8.3-12.4 12.1-20C323.9 397 317 383 317 362c7 7 14.1 17.1 19.7 27.6 2.8-7.6 5.4-15.6 7.6-23.9 2.4-8.9 4.3-17.9 6-26.9-26.1-.7-54.3-4.8-81.3-28.5z"/></svg>') center / contain no-repeat;
}

.icon-trinkets {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M376.783 49.545c-9.782.057-16.583 3.047-20.744 10.22-17.51 30.18-38.432 61.645-48.552 97.245 2.836.83 5.635 1.787 8.373 2.853 7.353 2.863 14.38 6.482 20.542 10.858 27.534-25.542 58.165-45.21 87.45-65.462 11.356-7.854 12.273-13.584 10.183-20.83-2.09-7.246-9.868-16.365-20.525-23.176-10.658-6.81-23.87-11.33-34.73-11.68-.68-.022-1.345-.03-1.997-.027zm-68.998.746c-10.02-.182-17.792 6.393-23.924 20.24-8.94 20.194-10.212 53.436-1.446 83.185.156-.008.31-.023.467-.03 1.99-.087 3.99-.072 6 .03 9.436-34.822 27.966-64.72 44.013-91.528-10.31-8.496-18.874-11.782-25.108-11.896zM210.5 108.5 200 123.97c14.82 10.04 29.056 19.725 39.813 31.374 3.916 4.24 7.37 8.722 10.31 13.607a38.13 38.13 0 0 1 13.69-10.792c.407-.188.82-.355 1.228-.53-3.423-5.44-7.304-10.418-11.51-14.972C240.765 128.83 225.29 118.52 210.5 108.5zm223.77 12.27c-29.255 20.228-58.575 39.152-84.348 62.78.438.576.848 1.168 1.258 1.76 20.68-6.75 49.486-15.333 73.916-19.41 11.484-1.916 15.66-6.552 17.574-13.228 1.914-6.676.447-16.71-5.316-26.983a63.277 63.277 0 0 0-3.083-4.92zm-223.938 47.87c-14.95.2-29.732 4.3-43.957 12.766l9.563 16.03c21.657-12.89 42.626-14.133 65.232-4.563.52-5.592 1.765-10.66 3.728-15.21.35-.806.73-1.586 1.123-2.354-11.87-4.52-23.83-6.827-35.688-6.67zm75.8 3.934c-5.578-.083-10.597.742-14.427 2.526-4.377 2.038-7.466 4.914-9.648 9.97-.884 2.047-1.572 4.54-1.985 7.494.456-.007.91-.03 1.365-.033 16.053-.084 32.587 2.77 49.313 9.19 7.714 2.96 15.062 7.453 22.047 13.184 3.217-2.445 4.99-4.72 5.773-6.535 1.21-2.798 1.095-5.184-.634-8.82-3.46-7.275-15.207-16.955-28.856-22.27-6.824-2.658-13.98-4.224-20.523-4.614-.818-.05-1.627-.08-2.424-.092zm-24.757 38.457c-22.982.075-44.722 7.386-65 19.782-32.445 19.835-60.565 53.124-80.344 90.032-19.777 36.908-31.133 77.41-31.186 110.53-.053 33.06 10.26 57.27 32.812 67.782.043.02.082.043.125.063h.032c24.872 11.51 65.616 19.337 108.407 20.092 42.79.756 87.79-5.457 121.874-20.187 21.96-9.49 34.545-28.452 40.5-54.156 5.954-25.705 4.518-57.657-2.375-89.314-6.894-31.657-19.2-63.06-34.095-87.875-14.894-24.814-32.614-42.664-48.063-48.593-14.664-5.627-28.898-8.2-42.687-8.156z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M376.783 49.545c-9.782.057-16.583 3.047-20.744 10.22-17.51 30.18-38.432 61.645-48.552 97.245 2.836.83 5.635 1.787 8.373 2.853 7.353 2.863 14.38 6.482 20.542 10.858 27.534-25.542 58.165-45.21 87.45-65.462 11.356-7.854 12.273-13.584 10.183-20.83-2.09-7.246-9.868-16.365-20.525-23.176-10.658-6.81-23.87-11.33-34.73-11.68-.68-.022-1.345-.03-1.997-.027zm-68.998.746c-10.02-.182-17.792 6.393-23.924 20.24-8.94 20.194-10.212 53.436-1.446 83.185.156-.008.31-.023.467-.03 1.99-.087 3.99-.072 6 .03 9.436-34.822 27.966-64.72 44.013-91.528-10.31-8.496-18.874-11.782-25.108-11.896zM210.5 108.5 200 123.97c14.82 10.04 29.056 19.725 39.813 31.374 3.916 4.24 7.37 8.722 10.31 13.607a38.13 38.13 0 0 1 13.69-10.792c.407-.188.82-.355 1.228-.53-3.423-5.44-7.304-10.418-11.51-14.972C240.765 128.83 225.29 118.52 210.5 108.5zm223.77 12.27c-29.255 20.228-58.575 39.152-84.348 62.78.438.576.848 1.168 1.258 1.76 20.68-6.75 49.486-15.333 73.916-19.41 11.484-1.916 15.66-6.552 17.574-13.228 1.914-6.676.447-16.71-5.316-26.983a63.277 63.277 0 0 0-3.083-4.92zm-223.938 47.87c-14.95.2-29.732 4.3-43.957 12.766l9.563 16.03c21.657-12.89 42.626-14.133 65.232-4.563.52-5.592 1.765-10.66 3.728-15.21.35-.806.73-1.586 1.123-2.354-11.87-4.52-23.83-6.827-35.688-6.67zm75.8 3.934c-5.578-.083-10.597.742-14.427 2.526-4.377 2.038-7.466 4.914-9.648 9.97-.884 2.047-1.572 4.54-1.985 7.494.456-.007.91-.03 1.365-.033 16.053-.084 32.587 2.77 49.313 9.19 7.714 2.96 15.062 7.453 22.047 13.184 3.217-2.445 4.99-4.72 5.773-6.535 1.21-2.798 1.095-5.184-.634-8.82-3.46-7.275-15.207-16.955-28.856-22.27-6.824-2.658-13.98-4.224-20.523-4.614-.818-.05-1.627-.08-2.424-.092zm-24.757 38.457c-22.982.075-44.722 7.386-65 19.782-32.445 19.835-60.565 53.124-80.344 90.032-19.777 36.908-31.133 77.41-31.186 110.53-.053 33.06 10.26 57.27 32.812 67.782.043.02.082.043.125.063h.032c24.872 11.51 65.616 19.337 108.407 20.092 42.79.756 87.79-5.457 121.874-20.187 21.96-9.49 34.545-28.452 40.5-54.156 5.954-25.705 4.518-57.657-2.375-89.314-6.894-31.657-19.2-63.06-34.095-87.875-14.894-24.814-32.614-42.664-48.063-48.593-14.664-5.627-28.898-8.2-42.687-8.156z"/></svg>') center / contain no-repeat;
}

.icon-loot {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M444.1 49.53c-9.5 17.34-25.4 23.34-49.6 14.15 17.9 10.24 28.5 24.99 24.6 48.64 12.4-21.29 29.2-24.49 49.4-14.11-18.3-11.28-33.4-24.22-24.4-48.68zM219 71.39c-3.4 27.17-10.8 51.2-46.9 52.1 27.4 3.11 44.3 19.11 46.9 52.21 2.3-26.1 14.6-45.7 46.8-52.21-34.1-4.65-48-23.18-46.8-52.1zM98.7 127.2c-5.5 22-19 32.5-43.2 27.8 20.4 12.6 24.5 30.3 20.4 50.6 9-24.3 24-32.3 43.4-28-24.4-9.4-24.2-29.2-20.6-50.4zm310.4.8c3.6 21.2 3.8 41-20.5 50.4 19.3-4.3 34.3 3.7 43.3 28-4.1-20.2 0-38 20.4-50.6-24.2 4.7-37.7-5.8-43.2-27.8zm-139.4 52c-9.6 0-18.1 2.4-23.7 5.8-5.5 3.4-7.3 6.7-7.3 9.3 0 2.6 1.8 5.9 7.3 9.3 5.6 3.3 14.1 5.7 23.7 5.7 3.9 0 7.7-.4 11.1-1.1 5.5-6.1 12.5-10.2 19.7-12.6.6-4.9-4.7-9.1-7.1-10.6-5.6-3.4-14.1-5.8-23.7-5.8zm-45.1 28.2c-6.2.9-9.1 3.1-10.2 5.4-1.9 12.5 13 22.2 22.1 26.5 8.7 3.9 17.5 5.2 23.9 4.5 6.4-.7 9.4-3.1 10.5-5.4 1.1-2.4.8-6.1-2.6-11.1-12-.2-22.8-3.1-31.5-8.3-4.9-3-9.3-6.9-12.2-11.6zm98.6 2.6c-9.6 0-18.1 2.4-23.7 5.7-5.5 3.4-7.3 6.7-7.3 9.3 0 2.6 1.8 5.9 7.3 9.3 5.6 3.3 14.1 5.7 23.7 5.7s18.1-2.4 23.7-5.7c5.5-3.4 7.3-6.7 7.3-9.3 0-2.6-1.8-5.9-7.3-9.3-5.6-3.3-14.1-5.7-23.7-5.7zm48.8 12.3c5.1 10.4-10.3 23.8-17.6 28.4 1.4.7 3.2 1.3 5.5 1.8 6.4 1.2 15.2.6 24.2-2.7 7.7-2.8 14.1-7 18.4-11.3.4-5.7 1.2-11 4.7-15-10.5-6.9-24.8-5.1-35.2-1.2zm-202-1.5c-9.6 0-18.1 2.4-23.7 5.7 4.6 6.3 5.7 13.2 4.5 20.8 5.2 2.1 11.9 3.5 19.2 3.5 9.6 0 18.1-2.4 23.7-5.7 5.5-3.4 7.3-6.7 7.3-9.3 0-2.6-1.8-5.9-7.3-9.3-5.6-3.3-14.1-5.7-23.7-5.7zm251.1 14.2c-2.7 12.2 11.8 23 20.5 27.7 8.5 4.4 17.1 6.2 23.6 5.9 6.4-.4 9.6-2.5 10.8-4.8 1.2-2.3 1.2-6.1-2.2-11.6-3.4-5.5-9.8-11.6-18.3-16.1-6.5-3.1-28.9-11.1-34.4-1.1zm-302.5-.9c-5.9-.1-13.1 1.2-20.3 4.2-8.8 3.7-15.7 9.2-19.5 14.4-3.8 5.3-4.2 9-3.2 11.4 1 2.4 4 4.8 10.4 5.8 6.3.9 15.1-.2 24-4 8.9-3.7 15.8-9.2 19.6-14.4 3.8-5.3 4.2-9 3.2-11.4-4.3-4.9-8.5-6-14.2-6zm168 13.1c-3.1 5.8-8.3 9.8-14.4 12.1 6.4 3.9 11.5 9.7 13.1 17.2 2.2 10.5-3 20.4-10.7 27.5-7.7 7.2-18.2 12.4-30.5 14.9-12.2 2.6-24 2.1-33.9-1.3-9.9-3.4-18.6-10.4-20.8-20.8-2.2-10.5 2.9-20.4 10.6-27.5 7.1-6.6 16.7-11.6 27.7-14.3-4.4-2-8.4-4.4-12-7.1-2.9 5.2-7.5 9.4-12.8 12.6-9 5.4-20.4 8.3-32.9 8.3-9.9 0-19.1-1.8-27-5.3-6.1 7.9-15.2 14.5-26 19-10.5 4.4-21 6.3-30.6 5.5-3.8 7.5-11.4 12.4-19.6 15-10.1 3.1-21.9 3.2-34 .2-.3-.1-.6-.1-.8-.2V350c2.8-1.5 5.9-2.6 9-3.3 3.4-.8 7-1.2 10.7-1.3v-.2c-2.9-10.3 1.7-20.5 8.9-28.1 7.2-7.6 17.4-13.5 29.5-16.8 11.56-3 23.1-3.7 33.9-.8 10.1 2.8 19.3 9.2 22.1 19.5 2.9 10.3-1.6 20.5-8.9 28.1-7.2 7.6-17.4 13.4-29.5 16.8-1.8.5-3.7.9-5.6 1.3 7.46 8.4 11.8 21.7 9.3 30.2-3.3 10.1-12.7 16.1-22.9 18.5-10.3 2.4-22 1.6-33.9-2.2-8.7-2.8-16.4-6.9-22.6-12.1v113.9h77.2c-4-10.7 3.9-11.4-7.2-16.1-11.6-4.7-21-11.8-27.3-20.2-6.3-8.4-9.5-19.1-5.5-29 4.1-9.8 13.9-15.1 24.3-16.7 10.4-1.5 22.1.1 33.6 4.9 11.6 4.7 21 11.8 27.3 20.2 2.3 3.1 4.2 6.4 5.5 9.9 8.4-.6 16.4.4 23.5 2.8 9.9 3.4 18.6 10.4 20.8 20.8 1.8 8.6-1.3 16.8-6.7 23.4h256.1c-6.3-7.3-10-16.6-7.4-26.2 2.8-10.3 11.9-16.7 22-19.6 10.1-2.9 21.9-2.7 33.9.6 1.7.5 3.3 1 4.9 1.6V368.7c-11 1.8-21.6 1.1-30.6-2-9.9-3.4-18.6-10.4-20.8-20.8-2.2-10.5 2.9-20.4 10.6-27.5 13.2-10.1 25.8-15.4 40.8-16.3V301c-15 .2-35.9-5.5-44.9-13.6-9.3-.2-19.2-2.9-28.9-8-10.7-5.6-19.1-13.1-24.6-21.7-5.3 4-11.5 7.3-18.3 9.8-11.8 4.3-23.5 5.5-33.8 3.5-8.6-1.7-16.7-5.9-21.3-13.1-3.8.6-7.9.9-12 .9-12.5 0-23.9-2.9-32.9-8.3-1.3-.8-2.5-1.6-3.7-2.5zm207 5.9c1.9 11.1.3 19.9-8 26.7 7.8 2.2 14.2 2.9 21.4 2.4v-29.6c-4.5-.3-9.3-.2-13.4.5zM31 255.7v28.9c9.44 3.2 21.18 4.7 30.4 2 3.3-1 5.5-2.2 7-3.6-7.21-5.3-11.24-12.3-11.3-20.7-3.7-2-8-3.7-12.8-4.9-4.6-1.1-9.2-1.7-13.3-1.7zm203.2 17.1c-9.4 2-17.2 6.1-22 10.4-4.7 4.5-5.7 8.1-5.2 10.7.5 2.5 3 5.4 9.1 7.5 6.1 2.1 14.9 2.7 24.3.7s17.2-6.1 22-10.4c4.7-4.5 5.8-8.1 5.3-10.6-.6-2.6-3-5.4-9.1-7.6-8.3-2.4-16.6-2.4-24.4-.7zM94.9 317.6c-9.3 2.6-16.9 7.2-21.3 11.8-4.4 4.8-5.3 8.4-4.6 11 .7 2.5 3.3 5.1 9.6 7 6.1 1.7 15 1.7 24.3-.9 9.2-2.5 16.9-7.1 21.3-11.8 4.4-4.7 5.3-8.4 4.6-10.9-.7-2.5-3.4-5.2-9.6-7-7.91-2-16.83-1.3-24.3.8zm261 .1c6.5.1 12.6 1.1 18.2 3 10 3.5 18.7 10.4 20.9 20.9 1 4.9.4 9.8-1.4 14.3 9.9 3.4 18.3 8.6 24.6 15 7.2 7.6 11.8 17.8 9 28.1-2.8 10.3-11.9 16.8-22 19.6-10.1 2.9-21.8 2.7-33.9-.6-12.1-3.2-22.3-9-29.6-16.6-4.4-4.6-7.9-10.1-9.2-16.1-4.4-.4-8.7-1.3-12.6-2.7-9.9-3.4-18.6-10.3-20.8-20.8-2.2-10.5 3-20.3 10.7-27.5 7.6-7.1 18.2-12.3 30.4-14.9 5.4-1.1 10.6-1.7 15.7-1.7zm151.1 2.4c-2.2.2-4.4.5-6.6 1-9.4 2-17.2 6.1-22 10.4-4.7 4.5-5.7 8.1-5.2 10.7.5 2.5 3 5.4 9 7.5 6.2 2.1 15 2.7 24.4.7.1 0 .3-.1.4-.1zM343.9 337c-9.3 2-17.2 6.1-22 10.5-4.6 4.4-5.7 8-5.2 10.6.5 2.5 3 5.4 9.1 7.6 6.1 2.1 14.9 2.7 24.3.7s17.3-6.1 22-10.5c4.7-4.5 5.8-8.1 5.3-10.6-.6-2.5-3-5.4-9.1-7.6-8.3-2.4-16.6-2.4-24.4-.7zm-133.4 5.7c12.2 2.6 22.7 7.9 30.4 15.1 7.6 7.2 12.8 17.1 10.5 27.5-2.3 10.5-11 17.4-21 20.8-9.9 3.3-21.7 3.8-33.9 1.1-12.2-2.6-22.7-7.9-30.4-15-7.6-7.2-12.8-17.1-10.5-27.6 2.3-10.5 11-17.4 21-20.7 11.5-3.6 23-3.4 33.9-1.2zm-28.2 18.2c-6.1 2.1-8.6 5-9.1 7.5-.6 2.6.5 6.2 5.2 10.6 4.7 4.5 12.5 8.6 21.9 10.6 9.4 2.1 18.2 1.5 24.4-.5 6.1-2.2 8.5-5 9.1-7.6.5-2.5-.5-6.1-5.2-10.6-4.8-4.4-12.6-8.6-21.9-10.6-8-1.5-16.7-1.8-24.4.6zM45 364.2c-6.2 1.5-9 4.1-9.8 6.6-.8 2.5-.1 6.1 4.1 11.1 4.3 4.8 11.7 9.7 20.8 12.7 9.2 2.9 18 3.3 24.3 1.8 6.3-1.5 9-4.1 9.8-6.6.8-2.4.1-6.1-4.1-11.1-4.3-4.8-11.6-9.7-20.8-12.7-8.27-2.3-16.36-3.4-24.3-1.8zm336.9 7c-10.3 6.9-20.1 11.5-30.6 13.3 5.3 8.5 16.8 14 24.7 16.2 9.3 2.5 18.1 2.4 24.4.7 6.2-1.9 8.8-4.6 9.5-7.1.6-2.5-.2-6.2-4.7-10.9-7.7-6.2-15.2-10.4-23.3-12.2zm-53.7 34.9c9.9 3.4 18.6 10.3 20.8 20.8 2.2 10.5-3 20.4-10.7 27.5-7.6 7.1-18.2 12.3-30.4 14.9-12.3 2.6-24 2.1-33.9-1.3-10-3.5-18.7-10.4-20.9-20.9-2.2-10.4 3-20.3 10.7-27.5 7.7-7.1 18.2-12.3 30.4-14.9 11.1-2.3 23.6-2.2 34 1.4zM298 422.3c-9.4 2-17.3 6.1-22 10.5-4.7 4.5-5.8 8.1-5.3 10.6.6 2.6 3 5.4 9.1 7.6 6.1 2.1 15 2.7 24.4.7 9.3-2 17.2-6.1 22-10.5 4.6-4.4 5.7-8 5.2-10.6-.5-2.5-3-5.4-9.1-7.6-8.1-2.3-16.3-2.3-24.3-.7zm-201.8 27c-6.4 1-9.3 3.4-10.3 5.8s-.6 6.1 3.2 11.4c3.9 5.2 10.9 10.6 19.7 14.3 9 3.6 17.7 4.6 24.2 3.7 6.3-1 9.3-3.4 10.3-5.8.9-2.4.5-6.1-3.3-11.4-3.9-5.2-10.8-10.6-19.7-14.3-8.15-2.8-16.13-4.7-24.1-3.7zm387.9 34.5c-6.5.1-18.5 1-20.5 8.2-.1 12.5 16 19.8 25.6 22.5H507v-25.3c-7.3-3.4-15.2-5.2-22.9-5.4zm-323.8.8c-4.3 9.9-16.3 16.3-24.7 17.7-3 .4-6.1.6-9.3.5-1.9 6.1 5.6 10.3 9.7 11.7h25.2c8.6-2 15.7-6 20.1-10 4.7-4.5 5.9-8.1 5.3-10.6-.5-2.6-3-5.4-9.1-7.6-6.2-1.6-11.4-2.4-17.2-1.7z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M444.1 49.53c-9.5 17.34-25.4 23.34-49.6 14.15 17.9 10.24 28.5 24.99 24.6 48.64 12.4-21.29 29.2-24.49 49.4-14.11-18.3-11.28-33.4-24.22-24.4-48.68zM219 71.39c-3.4 27.17-10.8 51.2-46.9 52.1 27.4 3.11 44.3 19.11 46.9 52.21 2.3-26.1 14.6-45.7 46.8-52.21-34.1-4.65-48-23.18-46.8-52.1zM98.7 127.2c-5.5 22-19 32.5-43.2 27.8 20.4 12.6 24.5 30.3 20.4 50.6 9-24.3 24-32.3 43.4-28-24.4-9.4-24.2-29.2-20.6-50.4zm310.4.8c3.6 21.2 3.8 41-20.5 50.4 19.3-4.3 34.3 3.7 43.3 28-4.1-20.2 0-38 20.4-50.6-24.2 4.7-37.7-5.8-43.2-27.8zm-139.4 52c-9.6 0-18.1 2.4-23.7 5.8-5.5 3.4-7.3 6.7-7.3 9.3 0 2.6 1.8 5.9 7.3 9.3 5.6 3.3 14.1 5.7 23.7 5.7 3.9 0 7.7-.4 11.1-1.1 5.5-6.1 12.5-10.2 19.7-12.6.6-4.9-4.7-9.1-7.1-10.6-5.6-3.4-14.1-5.8-23.7-5.8zm-45.1 28.2c-6.2.9-9.1 3.1-10.2 5.4-1.9 12.5 13 22.2 22.1 26.5 8.7 3.9 17.5 5.2 23.9 4.5 6.4-.7 9.4-3.1 10.5-5.4 1.1-2.4.8-6.1-2.6-11.1-12-.2-22.8-3.1-31.5-8.3-4.9-3-9.3-6.9-12.2-11.6zm98.6 2.6c-9.6 0-18.1 2.4-23.7 5.7-5.5 3.4-7.3 6.7-7.3 9.3 0 2.6 1.8 5.9 7.3 9.3 5.6 3.3 14.1 5.7 23.7 5.7s18.1-2.4 23.7-5.7c5.5-3.4 7.3-6.7 7.3-9.3 0-2.6-1.8-5.9-7.3-9.3-5.6-3.3-14.1-5.7-23.7-5.7zm48.8 12.3c5.1 10.4-10.3 23.8-17.6 28.4 1.4.7 3.2 1.3 5.5 1.8 6.4 1.2 15.2.6 24.2-2.7 7.7-2.8 14.1-7 18.4-11.3.4-5.7 1.2-11 4.7-15-10.5-6.9-24.8-5.1-35.2-1.2zm-202-1.5c-9.6 0-18.1 2.4-23.7 5.7 4.6 6.3 5.7 13.2 4.5 20.8 5.2 2.1 11.9 3.5 19.2 3.5 9.6 0 18.1-2.4 23.7-5.7 5.5-3.4 7.3-6.7 7.3-9.3 0-2.6-1.8-5.9-7.3-9.3-5.6-3.3-14.1-5.7-23.7-5.7zm251.1 14.2c-2.7 12.2 11.8 23 20.5 27.7 8.5 4.4 17.1 6.2 23.6 5.9 6.4-.4 9.6-2.5 10.8-4.8 1.2-2.3 1.2-6.1-2.2-11.6-3.4-5.5-9.8-11.6-18.3-16.1-6.5-3.1-28.9-11.1-34.4-1.1zm-302.5-.9c-5.9-.1-13.1 1.2-20.3 4.2-8.8 3.7-15.7 9.2-19.5 14.4-3.8 5.3-4.2 9-3.2 11.4 1 2.4 4 4.8 10.4 5.8 6.3.9 15.1-.2 24-4 8.9-3.7 15.8-9.2 19.6-14.4 3.8-5.3 4.2-9 3.2-11.4-4.3-4.9-8.5-6-14.2-6zm168 13.1c-3.1 5.8-8.3 9.8-14.4 12.1 6.4 3.9 11.5 9.7 13.1 17.2 2.2 10.5-3 20.4-10.7 27.5-7.7 7.2-18.2 12.4-30.5 14.9-12.2 2.6-24 2.1-33.9-1.3-9.9-3.4-18.6-10.4-20.8-20.8-2.2-10.5 2.9-20.4 10.6-27.5 7.1-6.6 16.7-11.6 27.7-14.3-4.4-2-8.4-4.4-12-7.1-2.9 5.2-7.5 9.4-12.8 12.6-9 5.4-20.4 8.3-32.9 8.3-9.9 0-19.1-1.8-27-5.3-6.1 7.9-15.2 14.5-26 19-10.5 4.4-21 6.3-30.6 5.5-3.8 7.5-11.4 12.4-19.6 15-10.1 3.1-21.9 3.2-34 .2-.3-.1-.6-.1-.8-.2V350c2.8-1.5 5.9-2.6 9-3.3 3.4-.8 7-1.2 10.7-1.3v-.2c-2.9-10.3 1.7-20.5 8.9-28.1 7.2-7.6 17.4-13.5 29.5-16.8 11.56-3 23.1-3.7 33.9-.8 10.1 2.8 19.3 9.2 22.1 19.5 2.9 10.3-1.6 20.5-8.9 28.1-7.2 7.6-17.4 13.4-29.5 16.8-1.8.5-3.7.9-5.6 1.3 7.46 8.4 11.8 21.7 9.3 30.2-3.3 10.1-12.7 16.1-22.9 18.5-10.3 2.4-22 1.6-33.9-2.2-8.7-2.8-16.4-6.9-22.6-12.1v113.9h77.2c-4-10.7 3.9-11.4-7.2-16.1-11.6-4.7-21-11.8-27.3-20.2-6.3-8.4-9.5-19.1-5.5-29 4.1-9.8 13.9-15.1 24.3-16.7 10.4-1.5 22.1.1 33.6 4.9 11.6 4.7 21 11.8 27.3 20.2 2.3 3.1 4.2 6.4 5.5 9.9 8.4-.6 16.4.4 23.5 2.8 9.9 3.4 18.6 10.4 20.8 20.8 1.8 8.6-1.3 16.8-6.7 23.4h256.1c-6.3-7.3-10-16.6-7.4-26.2 2.8-10.3 11.9-16.7 22-19.6 10.1-2.9 21.9-2.7 33.9.6 1.7.5 3.3 1 4.9 1.6V368.7c-11 1.8-21.6 1.1-30.6-2-9.9-3.4-18.6-10.4-20.8-20.8-2.2-10.5 2.9-20.4 10.6-27.5 13.2-10.1 25.8-15.4 40.8-16.3V301c-15 .2-35.9-5.5-44.9-13.6-9.3-.2-19.2-2.9-28.9-8-10.7-5.6-19.1-13.1-24.6-21.7-5.3 4-11.5 7.3-18.3 9.8-11.8 4.3-23.5 5.5-33.8 3.5-8.6-1.7-16.7-5.9-21.3-13.1-3.8.6-7.9.9-12 .9-12.5 0-23.9-2.9-32.9-8.3-1.3-.8-2.5-1.6-3.7-2.5zm207 5.9c1.9 11.1.3 19.9-8 26.7 7.8 2.2 14.2 2.9 21.4 2.4v-29.6c-4.5-.3-9.3-.2-13.4.5zM31 255.7v28.9c9.44 3.2 21.18 4.7 30.4 2 3.3-1 5.5-2.2 7-3.6-7.21-5.3-11.24-12.3-11.3-20.7-3.7-2-8-3.7-12.8-4.9-4.6-1.1-9.2-1.7-13.3-1.7zm203.2 17.1c-9.4 2-17.2 6.1-22 10.4-4.7 4.5-5.7 8.1-5.2 10.7.5 2.5 3 5.4 9.1 7.5 6.1 2.1 14.9 2.7 24.3.7s17.2-6.1 22-10.4c4.7-4.5 5.8-8.1 5.3-10.6-.6-2.6-3-5.4-9.1-7.6-8.3-2.4-16.6-2.4-24.4-.7zM94.9 317.6c-9.3 2.6-16.9 7.2-21.3 11.8-4.4 4.8-5.3 8.4-4.6 11 .7 2.5 3.3 5.1 9.6 7 6.1 1.7 15 1.7 24.3-.9 9.2-2.5 16.9-7.1 21.3-11.8 4.4-4.7 5.3-8.4 4.6-10.9-.7-2.5-3.4-5.2-9.6-7-7.91-2-16.83-1.3-24.3.8zm261 .1c6.5.1 12.6 1.1 18.2 3 10 3.5 18.7 10.4 20.9 20.9 1 4.9.4 9.8-1.4 14.3 9.9 3.4 18.3 8.6 24.6 15 7.2 7.6 11.8 17.8 9 28.1-2.8 10.3-11.9 16.8-22 19.6-10.1 2.9-21.8 2.7-33.9-.6-12.1-3.2-22.3-9-29.6-16.6-4.4-4.6-7.9-10.1-9.2-16.1-4.4-.4-8.7-1.3-12.6-2.7-9.9-3.4-18.6-10.3-20.8-20.8-2.2-10.5 3-20.3 10.7-27.5 7.6-7.1 18.2-12.3 30.4-14.9 5.4-1.1 10.6-1.7 15.7-1.7zm151.1 2.4c-2.2.2-4.4.5-6.6 1-9.4 2-17.2 6.1-22 10.4-4.7 4.5-5.7 8.1-5.2 10.7.5 2.5 3 5.4 9 7.5 6.2 2.1 15 2.7 24.4.7.1 0 .3-.1.4-.1zM343.9 337c-9.3 2-17.2 6.1-22 10.5-4.6 4.4-5.7 8-5.2 10.6.5 2.5 3 5.4 9.1 7.6 6.1 2.1 14.9 2.7 24.3.7s17.3-6.1 22-10.5c4.7-4.5 5.8-8.1 5.3-10.6-.6-2.5-3-5.4-9.1-7.6-8.3-2.4-16.6-2.4-24.4-.7zm-133.4 5.7c12.2 2.6 22.7 7.9 30.4 15.1 7.6 7.2 12.8 17.1 10.5 27.5-2.3 10.5-11 17.4-21 20.8-9.9 3.3-21.7 3.8-33.9 1.1-12.2-2.6-22.7-7.9-30.4-15-7.6-7.2-12.8-17.1-10.5-27.6 2.3-10.5 11-17.4 21-20.7 11.5-3.6 23-3.4 33.9-1.2zm-28.2 18.2c-6.1 2.1-8.6 5-9.1 7.5-.6 2.6.5 6.2 5.2 10.6 4.7 4.5 12.5 8.6 21.9 10.6 9.4 2.1 18.2 1.5 24.4-.5 6.1-2.2 8.5-5 9.1-7.6.5-2.5-.5-6.1-5.2-10.6-4.8-4.4-12.6-8.6-21.9-10.6-8-1.5-16.7-1.8-24.4.6zM45 364.2c-6.2 1.5-9 4.1-9.8 6.6-.8 2.5-.1 6.1 4.1 11.1 4.3 4.8 11.7 9.7 20.8 12.7 9.2 2.9 18 3.3 24.3 1.8 6.3-1.5 9-4.1 9.8-6.6.8-2.4.1-6.1-4.1-11.1-4.3-4.8-11.6-9.7-20.8-12.7-8.27-2.3-16.36-3.4-24.3-1.8zm336.9 7c-10.3 6.9-20.1 11.5-30.6 13.3 5.3 8.5 16.8 14 24.7 16.2 9.3 2.5 18.1 2.4 24.4.7 6.2-1.9 8.8-4.6 9.5-7.1.6-2.5-.2-6.2-4.7-10.9-7.7-6.2-15.2-10.4-23.3-12.2zm-53.7 34.9c9.9 3.4 18.6 10.3 20.8 20.8 2.2 10.5-3 20.4-10.7 27.5-7.6 7.1-18.2 12.3-30.4 14.9-12.3 2.6-24 2.1-33.9-1.3-10-3.5-18.7-10.4-20.9-20.9-2.2-10.4 3-20.3 10.7-27.5 7.7-7.1 18.2-12.3 30.4-14.9 11.1-2.3 23.6-2.2 34 1.4zM298 422.3c-9.4 2-17.3 6.1-22 10.5-4.7 4.5-5.8 8.1-5.3 10.6.6 2.6 3 5.4 9.1 7.6 6.1 2.1 15 2.7 24.4.7 9.3-2 17.2-6.1 22-10.5 4.6-4.4 5.7-8 5.2-10.6-.5-2.5-3-5.4-9.1-7.6-8.1-2.3-16.3-2.3-24.3-.7zm-201.8 27c-6.4 1-9.3 3.4-10.3 5.8s-.6 6.1 3.2 11.4c3.9 5.2 10.9 10.6 19.7 14.3 9 3.6 17.7 4.6 24.2 3.7 6.3-1 9.3-3.4 10.3-5.8.9-2.4.5-6.1-3.3-11.4-3.9-5.2-10.8-10.6-19.7-14.3-8.15-2.8-16.13-4.7-24.1-3.7zm387.9 34.5c-6.5.1-18.5 1-20.5 8.2-.1 12.5 16 19.8 25.6 22.5H507v-25.3c-7.3-3.4-15.2-5.2-22.9-5.4zm-323.8.8c-4.3 9.9-16.3 16.3-24.7 17.7-3 .4-6.1.6-9.3.5-1.9 6.1 5.6 10.3 9.7 11.7h25.2c8.6-2 15.7-6 20.1-10 4.7-4.5 5.9-8.1 5.3-10.6-.5-2.6-3-5.4-9.1-7.6-6.2-1.6-11.4-2.4-17.2-1.7z"/></svg>') center / contain no-repeat;
}

.icon-constellation {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m456.694 138.325-8.545 10.939-26.772-7.584 17.867 15.252-34.742 7.825 22.485 2.466-113.369 89.595 3.25-16.437-13.293 24.372-1.376 1.09-25.734-10.906 15.162 16.113-76.557 13.698-7.155-21.592-6.594 24.052-3.295.589-.02.002-15.088-10.727 2.254 12.07-53.98 5.649-.178-22.736-11.82 19.083-25.468-1.425 15.509 12.279-70.35 71.067-2.37-11.479-6.74 19.052-10.705-2.786 8.129 11.178-12.996 10.62 13.574-.108-.254 11.727 8.58-11.51 27.988-3.929-15.396-9.649 65.864-66.538 8.515 18.072 3.414-26.138 1.721-.182 15.836 10.948-6.057-11.97 43.05-4.506-6.778 12.45 21.87-13.762 4.484 24.924 7.608-25.334 16.725 8.407-4.439-12.316 66.423-11.885-10.522 15.57 21.267-12.743 6.765 16.444 3.359-11.935 41.427 36.735-15.254 13.89 19.86-2.892 6.493 29.736 10.278-29.291 23.569 10.48-17.614-19.44 108.186-68.188 8.57 12.331 1.275-18.197-.16-.238 5.477-3.452-3.057-7.379 2.287-1.618 2.397-21.771-8.91 13.194-28.943-69.862 17.013-13.785-23.196-1.138-1.015-2.452zm-14.925 37.861 1.912 20.83 8.015-13.912 23.452 56.612-13.696-7.22 12.574 15.889-18.93 4.316 14.618 4.337-100.36 63.255-3.12-17.978-6.337 17.913-40.71-36.101 30.419-1.123-31.16-9.356z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m456.694 138.325-8.545 10.939-26.772-7.584 17.867 15.252-34.742 7.825 22.485 2.466-113.369 89.595 3.25-16.437-13.293 24.372-1.376 1.09-25.734-10.906 15.162 16.113-76.557 13.698-7.155-21.592-6.594 24.052-3.295.589-.02.002-15.088-10.727 2.254 12.07-53.98 5.649-.178-22.736-11.82 19.083-25.468-1.425 15.509 12.279-70.35 71.067-2.37-11.479-6.74 19.052-10.705-2.786 8.129 11.178-12.996 10.62 13.574-.108-.254 11.727 8.58-11.51 27.988-3.929-15.396-9.649 65.864-66.538 8.515 18.072 3.414-26.138 1.721-.182 15.836 10.948-6.057-11.97 43.05-4.506-6.778 12.45 21.87-13.762 4.484 24.924 7.608-25.334 16.725 8.407-4.439-12.316 66.423-11.885-10.522 15.57 21.267-12.743 6.765 16.444 3.359-11.935 41.427 36.735-15.254 13.89 19.86-2.892 6.493 29.736 10.278-29.291 23.569 10.48-17.614-19.44 108.186-68.188 8.57 12.331 1.275-18.197-.16-.238 5.477-3.452-3.057-7.379 2.287-1.618 2.397-21.771-8.91 13.194-28.943-69.862 17.013-13.785-23.196-1.138-1.015-2.452zm-14.925 37.861 1.912 20.83 8.015-13.912 23.452 56.612-13.696-7.22 12.574 15.889-18.93 4.316 14.618 4.337-100.36 63.255-3.12-17.978-6.337 17.913-40.71-36.101 30.419-1.123-31.16-9.356z"/></svg>') center / contain no-repeat;
}

.icon-quest {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m212.814 75.024 31.673 75.591c13.389 6.892 29.809 6.027 42.739-1.15l36.255-77.38c-41.024-6.54-76.061-4.45-110.667 2.94zm123.57 6.846-28.834 64.242c11.282 11.114 33.513 16.985 42.33 13.903l28.054-58.222c-11.18-7.553-24.685-14.297-41.551-19.923zM197.01 80.097c-19.633 5.895-36.884 14.715-50.49 25.732 13.448 14.26 25.976 30.765 34.375 47.548 22.03 5.52 31.931-6.164 42.728-16.695zm-66.82 31.348c-32.888 29.619-59.871 68.778-70.262 112.693l59.361 3.018c10.806-27.477 22.097-50.656 48.808-65.48-8.894-18.216-21.263-35.462-37.908-50.231zm263.252-.261-28.667 54.94c29.286 18.906 39.215 37.212 47.338 62.1l65.217-7.588c-8.65-50.304-37.985-96.342-83.888-109.452zm-47.01 123.48c4.282 11.643-14.257 26.73-8.163 35.485-3.61.765-7.986 1.478-12.946-8.062-1.014 11.241 1.955 17.643 10.951 26.289-2.414.704-7.24 2.475-10.872.509-1.116 6.647 9.78 12.477 18.653 13.349l7.552-1.958c-5.48-.995-7.093-2.983-9.564-5.517 2.673-1.188 11.299-6.405 1.934-13.276 11.37-2.476 5.432-13.4 3.726-19.675 6.773 7.018 13.719 20.286 19.676 6.375 3.758 11.344 5.905 10.908 12.253 8.197.948 8.276-2.662 13.311-7.913 20.266l11.244-4.493c5.417-4.523 18.144-22.952 5.786-31.95 2.342 11.199-5.007 12.95-16.805-9.843-3.94 27.695-11.013-6.741-25.512-15.696zm-289.5 1.897v59.618l65.557-10.673 1.433-44.885zm129.137.326c3.358 7.848-13.039 40.704-16.979 13.008-11.798 22.793-21.517 21.834-19.174 10.635-12.358 8.999-1.212 30.113 4.204 34.636l10.106 2.701c-5.251-6.954-10.408-12.253-9.46-20.529 6.347 2.712 9.442 5.044 13.2-6.3 5.957 13.91 15.589-3.94 22.362-10.958-1.398 10.345-5.654 20.185 6.573 22.678-8.217 9.074 1.71 17.99-11.425 20.53l7.554 1.959c8.871-.873 18.347-9.545 17.23-16.193-3.632 1.965-7.037 3.039-9.45 2.335 8.996-8.647 9.595-19.314 8.582-30.555-4.96 9.54-7.125 10.564-10.577 12.328 6.093-8.755-5.334-29.056-12.746-36.275zm294.76 1.055-69.813 5.119 1.04 71.272 67.972 2.558zM127.082 303.43l-71.96 8.801 1.082 89.779 75.186 1.037zm252.593 6.612-25.499 6.328 19.31 61.484 14.512-4.539zm-222.265 3.014-8.323 63.272 14.512 4.539 19.31-61.484zm252.232 17.815v75.222l71.25-7.228 2.06-67.995zm76.145 82.49-80.041 8.953-1.044 72.654 81.607.527zm-356.24 1.802-73.663 2.09-4.193 77.566h81z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m212.814 75.024 31.673 75.591c13.389 6.892 29.809 6.027 42.739-1.15l36.255-77.38c-41.024-6.54-76.061-4.45-110.667 2.94zm123.57 6.846-28.834 64.242c11.282 11.114 33.513 16.985 42.33 13.903l28.054-58.222c-11.18-7.553-24.685-14.297-41.551-19.923zM197.01 80.097c-19.633 5.895-36.884 14.715-50.49 25.732 13.448 14.26 25.976 30.765 34.375 47.548 22.03 5.52 31.931-6.164 42.728-16.695zm-66.82 31.348c-32.888 29.619-59.871 68.778-70.262 112.693l59.361 3.018c10.806-27.477 22.097-50.656 48.808-65.48-8.894-18.216-21.263-35.462-37.908-50.231zm263.252-.261-28.667 54.94c29.286 18.906 39.215 37.212 47.338 62.1l65.217-7.588c-8.65-50.304-37.985-96.342-83.888-109.452zm-47.01 123.48c4.282 11.643-14.257 26.73-8.163 35.485-3.61.765-7.986 1.478-12.946-8.062-1.014 11.241 1.955 17.643 10.951 26.289-2.414.704-7.24 2.475-10.872.509-1.116 6.647 9.78 12.477 18.653 13.349l7.552-1.958c-5.48-.995-7.093-2.983-9.564-5.517 2.673-1.188 11.299-6.405 1.934-13.276 11.37-2.476 5.432-13.4 3.726-19.675 6.773 7.018 13.719 20.286 19.676 6.375 3.758 11.344 5.905 10.908 12.253 8.197.948 8.276-2.662 13.311-7.913 20.266l11.244-4.493c5.417-4.523 18.144-22.952 5.786-31.95 2.342 11.199-5.007 12.95-16.805-9.843-3.94 27.695-11.013-6.741-25.512-15.696zm-289.5 1.897v59.618l65.557-10.673 1.433-44.885zm129.137.326c3.358 7.848-13.039 40.704-16.979 13.008-11.798 22.793-21.517 21.834-19.174 10.635-12.358 8.999-1.212 30.113 4.204 34.636l10.106 2.701c-5.251-6.954-10.408-12.253-9.46-20.529 6.347 2.712 9.442 5.044 13.2-6.3 5.957 13.91 15.589-3.94 22.362-10.958-1.398 10.345-5.654 20.185 6.573 22.678-8.217 9.074 1.71 17.99-11.425 20.53l7.554 1.959c8.871-.873 18.347-9.545 17.23-16.193-3.632 1.965-7.037 3.039-9.45 2.335 8.996-8.647 9.595-19.314 8.582-30.555-4.96 9.54-7.125 10.564-10.577 12.328 6.093-8.755-5.334-29.056-12.746-36.275zm294.76 1.055-69.813 5.119 1.04 71.272 67.972 2.558zM127.082 303.43l-71.96 8.801 1.082 89.779 75.186 1.037zm252.593 6.612-25.499 6.328 19.31 61.484 14.512-4.539zm-222.265 3.014-8.323 63.272 14.512 4.539 19.31-61.484zm252.232 17.815v75.222l71.25-7.228 2.06-67.995zm76.145 82.49-80.041 8.953-1.044 72.654 81.607.527zm-356.24 1.802-73.663 2.09-4.193 77.566h81z"/></svg>') center / contain no-repeat;
}

.icon-armor1 {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m225.8 102.579-14.4 57.6-88.711 12.673L269 209.43l146.311-36.576-88.711-12.674-14.4-57.6-24.541 16.362-10.802 43.202h-15.714l-10.802-43.203zm-124.759 81.558L53 232.18l43.2 57.6 23.193-23.193 23.957-71.872zm335.918 0-42.31 10.577 23.959 71.872 23.192 23.193 43.2-57.6zm-277.845 14.519-18.111 54.332 12.429 49.721L260.9 362.413v-138.31zm219.772 0L277.1 224.103v138.31l107.467-59.704 12.43-49.721zM168.2 329.444v50.682l92.7 27.564v-26.747zm201.6 0-92.7 51.5v26.746l92.7-27.564zM168.2 397.43v50.749l92.7 13.242v-36.429zm201.6 0-92.7 27.562v36.43l92.7-13.242z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m225.8 102.579-14.4 57.6-88.711 12.673L269 209.43l146.311-36.576-88.711-12.674-14.4-57.6-24.541 16.362-10.802 43.202h-15.714l-10.802-43.203zm-124.759 81.558L53 232.18l43.2 57.6 23.193-23.193 23.957-71.872zm335.918 0-42.31 10.577 23.959 71.872 23.192 23.193 43.2-57.6zm-277.845 14.519-18.111 54.332 12.429 49.721L260.9 362.413v-138.31zm219.772 0L277.1 224.103v138.31l107.467-59.704 12.43-49.721zM168.2 329.444v50.682l92.7 27.564v-26.747zm201.6 0-92.7 51.5v26.746l92.7-27.564zM168.2 397.43v50.749l92.7 13.242v-36.429zm201.6 0-92.7 27.562v36.43l92.7-13.242z"/></svg>') center / contain no-repeat;
}

.icon-armor2 {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M180.885 119.24c-18.578 12.289-41.421 20.253-62.495 23.427 6.113 44.042 23.526 75.72 41.373 88.06 9.471 6.553 18.322 8.112 27.365 5.009 8.037-2.758 16.767-9.873 24.975-23.035-24.24-27.204-28.446-63.945-31.218-93.46zm177.215.085c-2.772 29.511-7.008 66.222-31.248 93.402 8.205 13.149 16.971 20.25 25.005 23.008 9.042 3.103 17.865 1.543 27.337-5.007 17.82-12.324 35.208-43.94 41.344-87.89-22.046-2.853-43.022-10.215-62.438-23.512zm-88.65 11.673c-28.08 0-52.877 6.291-67.923 15.89.89 4.916 1.935 9.82 3.208 14.625 14.524-6.248 38.1-10.323 64.743-10.323 26.644 0 50.22 4.075 64.746 10.323 1.27-4.805 2.317-9.709 3.204-14.625-15.049-9.605-39.884-15.89-67.978-15.89zm-162.985 39.739L63.517 211.66c26.775 33.465 56.736 51.143 77.823 52.846a49.15 49.15 0 0 0 3.01.14 204.288 204.288 0 0 1 5.85-20.11c-19.552-13.521-35.113-39.363-43.735-73.8zm326.025 0c-8.63 34.434-24.183 60.28-43.734 73.8-.027.02-.056.036-.084.056a205.328 205.328 0 0 1 5.877 20.052 48.189 48.189 0 0 0 3.066-.14c21.09-1.702 51.075-19.372 77.85-52.847l-42.975-40.921zm-220.5 11.223c4.086 8.73 9.405 16.743 16.425 23.54l4.613 4.472-3.092 5.596a120.393 120.393 0 0 1-5.035 8.381c29.333 10.769 61.076 10.023 89.044-.17a120.051 120.051 0 0 1-4.923-8.212l-3.065-5.596 4.584-4.473c6.777-6.56 11.978-14.261 16.002-22.64-39.264 9.48-76.86 7.653-114.552-.9zm112.95 55.629c-34.562 14.112-74.727 15.138-111.065.14-6.57 6.634-13.696 11.318-21.29 13.924-8.93 3.064-18.216 2.98-27.057.337-6.216 18.532-9.702 38.337-9.702 57.965 0 6.583.506 13.342 1.49 20.223l110.166-26.916 1.998-.507 1.996.507 110.475 26.973c.797-6.883 1.21-13.656 1.21-20.28 0-19.611-3.501-39.413-9.76-57.938-8.83 2.636-18.11 2.696-27.027-.365-7.65-2.623-14.825-7.355-21.433-14.062zm142.623 7.707c-22.863 21.751-46.86 34.216-68.598 35.971-.384.031-.77.033-1.152.056a194.069 194.069 0 0 1 2.052 21.966c20.526 3.402 49.251.088 81-12.91l-13.302-45.084zm-396.169.027L58.12 290.38c31.741 12.99 60.453 16.308 80.971 12.909.261-7.362.969-14.697 2.052-21.966-.382-.023-.766-.025-1.152-.056-21.731-1.755-45.738-14.2-68.598-35.944zm198.084 74.757-108.954 26.634c1.775 7.315 4.059 14.715 6.75 22.162 30.182-6.96 64.107-10.355 97.65-10.602 2.506-.018 5.008-.016 7.509 0 36.23.238 71.649 4.119 101.052 11.025 2.36-7.509 4.32-14.985 5.823-22.387L269.477 320.08zm-4.415 55.265c-31.58.216-63.45 3.2-91.462 9.365 3.227 7.347 6.856 14.693 10.827 21.994 25.528-2.21 53.15-3.31 80.523-3.404 2.487-.007 4.972-.006 7.452 0 30.188.097 59.801 1.404 85.698 3.742a258.355 258.355 0 0 0 9.732-21.769c-29.385-6.653-65.867-10.18-102.77-9.927zm-.056 44.83c-24.158.08-48.478.932-71.213 2.645a351.504 351.504 0 0 0 16.032 23.596c4.349.991 12.436 2.098 22.81 2.728 11.88.72 26.155 1.024 40.33.954 14.175-.066 28.27-.508 39.798-1.264 9.831-.644 17.31-1.663 21.122-2.448a279.463 279.463 0 0 0 15.355-23.23c-25.642-2.04-54.814-3.079-84.234-2.982z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M180.885 119.24c-18.578 12.289-41.421 20.253-62.495 23.427 6.113 44.042 23.526 75.72 41.373 88.06 9.471 6.553 18.322 8.112 27.365 5.009 8.037-2.758 16.767-9.873 24.975-23.035-24.24-27.204-28.446-63.945-31.218-93.46zm177.215.085c-2.772 29.511-7.008 66.222-31.248 93.402 8.205 13.149 16.971 20.25 25.005 23.008 9.042 3.103 17.865 1.543 27.337-5.007 17.82-12.324 35.208-43.94 41.344-87.89-22.046-2.853-43.022-10.215-62.438-23.512zm-88.65 11.673c-28.08 0-52.877 6.291-67.923 15.89.89 4.916 1.935 9.82 3.208 14.625 14.524-6.248 38.1-10.323 64.743-10.323 26.644 0 50.22 4.075 64.746 10.323 1.27-4.805 2.317-9.709 3.204-14.625-15.049-9.605-39.884-15.89-67.978-15.89zm-162.985 39.739L63.517 211.66c26.775 33.465 56.736 51.143 77.823 52.846a49.15 49.15 0 0 0 3.01.14 204.288 204.288 0 0 1 5.85-20.11c-19.552-13.521-35.113-39.363-43.735-73.8zm326.025 0c-8.63 34.434-24.183 60.28-43.734 73.8-.027.02-.056.036-.084.056a205.328 205.328 0 0 1 5.877 20.052 48.189 48.189 0 0 0 3.066-.14c21.09-1.702 51.075-19.372 77.85-52.847l-42.975-40.921zm-220.5 11.223c4.086 8.73 9.405 16.743 16.425 23.54l4.613 4.472-3.092 5.596a120.393 120.393 0 0 1-5.035 8.381c29.333 10.769 61.076 10.023 89.044-.17a120.051 120.051 0 0 1-4.923-8.212l-3.065-5.596 4.584-4.473c6.777-6.56 11.978-14.261 16.002-22.64-39.264 9.48-76.86 7.653-114.552-.9zm112.95 55.629c-34.562 14.112-74.727 15.138-111.065.14-6.57 6.634-13.696 11.318-21.29 13.924-8.93 3.064-18.216 2.98-27.057.337-6.216 18.532-9.702 38.337-9.702 57.965 0 6.583.506 13.342 1.49 20.223l110.166-26.916 1.998-.507 1.996.507 110.475 26.973c.797-6.883 1.21-13.656 1.21-20.28 0-19.611-3.501-39.413-9.76-57.938-8.83 2.636-18.11 2.696-27.027-.365-7.65-2.623-14.825-7.355-21.433-14.062zm142.623 7.707c-22.863 21.751-46.86 34.216-68.598 35.971-.384.031-.77.033-1.152.056a194.069 194.069 0 0 1 2.052 21.966c20.526 3.402 49.251.088 81-12.91l-13.302-45.084zm-396.169.027L58.12 290.38c31.741 12.99 60.453 16.308 80.971 12.909.261-7.362.969-14.697 2.052-21.966-.382-.023-.766-.025-1.152-.056-21.731-1.755-45.738-14.2-68.598-35.944zm198.084 74.757-108.954 26.634c1.775 7.315 4.059 14.715 6.75 22.162 30.182-6.96 64.107-10.355 97.65-10.602 2.506-.018 5.008-.016 7.509 0 36.23.238 71.649 4.119 101.052 11.025 2.36-7.509 4.32-14.985 5.823-22.387L269.477 320.08zm-4.415 55.265c-31.58.216-63.45 3.2-91.462 9.365 3.227 7.347 6.856 14.693 10.827 21.994 25.528-2.21 53.15-3.31 80.523-3.404 2.487-.007 4.972-.006 7.452 0 30.188.097 59.801 1.404 85.698 3.742a258.355 258.355 0 0 0 9.732-21.769c-29.385-6.653-65.867-10.18-102.77-9.927zm-.056 44.83c-24.158.08-48.478.932-71.213 2.645a351.504 351.504 0 0 0 16.032 23.596c4.349.991 12.436 2.098 22.81 2.728 11.88.72 26.155 1.024 40.33.954 14.175-.066 28.27-.508 39.798-1.264 9.831-.644 17.31-1.663 21.122-2.448a279.463 279.463 0 0 0 15.355-23.23c-25.642-2.04-54.814-3.079-84.234-2.982z"/></svg>') center / contain no-repeat;
}


.icon-beerStein {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M265.485 69.094c-16.283-.056-31.994 8.838-38.813 25.594v8.719l-10.238-2.25c-12.885-2.853-23.213-1.035-30.038 3.458-6.826 4.495-10.956 11.609-11.11 22.895-.117 8.586 1.737 14.238 4.331 18 2.594 3.762 6.006 6.004 10.716 7.255 9.418 2.502 24.003-.32 36.984-7.875l5.372-3.123 4.556 4.193c7.565 6.97 13.06 9.963 18.504 11.025 5.447 1.062 11.742.286 21.096-2.588l8.858-2.729 1.857 9.084c2.425 11.842 13.419 21.066 26.212 21.066 11.914 0 21.303-8.125 24.582-19.32l1.996-6.78 7.005.759c7.97.891 17.469-3.64 22.5-9.309l5.4-6.075 6.271 5.204c16.75 13.938 31.914 15.264 42.555 10.321 10.638-4.944 18.162-16.741 17.325-34.903-.792-16.945-9.873-27.404-22.95-32.231-13.079-4.828-30.384-3.25-46.154 7.396l-6.692 4.529-4.81-6.525c-6.334-8.627-15.381-13.937-24.048-15.3-8.665-1.365-16.638.835-22.837 7.565l-6.665 7.227-6.102-7.704c-9.399-11.848-22.693-17.534-35.663-17.579zM97.298 159.571c-24.678 75.314-35.492 152.192-32.767 230.6 35.595 15.507 73.28 16.295 111.093 16.2a860.93 860.93 0 0 0 5.935-30.798c-28.892 1.51-57.685 2.268-84.882-8.212-2.097-60.192 6.225-109.46 25.2-168.327 24.586 5.85 49.509 7.75 74.925 6.72-.063-10.543-.348-20.3-.927-29.078-33.451-1.554-66.234-7.778-98.577-17.1zm133.2 2.673c-5.913 2.961-12.033 5.238-18.171 6.666 2.783 30.11 1.752 70.552-1.967 114.384-4.3 50.652-12.48 104.85-23.795 150.046h242.86c-8.939-47.308-16.93-100.449-21.235-150.048-3.483-40.156-4.71-77.503-1.827-107.745-9.699-1.154-19.842-5.078-29.644-11.898-6.748 5.39-15.258 9.13-24.525 9.675-6.714 14.622-21.078 25.313-38.419 25.313-17.68 0-33.156-10.674-39.91-26.045-7.434 1.697-14.393 2.257-21.348.9-7.713-1.503-14.82-5.412-22.02-11.25zM159.96 450.16l-16.762 43.565h322.817l-19.548-43.565H159.961z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M265.485 69.094c-16.283-.056-31.994 8.838-38.813 25.594v8.719l-10.238-2.25c-12.885-2.853-23.213-1.035-30.038 3.458-6.826 4.495-10.956 11.609-11.11 22.895-.117 8.586 1.737 14.238 4.331 18 2.594 3.762 6.006 6.004 10.716 7.255 9.418 2.502 24.003-.32 36.984-7.875l5.372-3.123 4.556 4.193c7.565 6.97 13.06 9.963 18.504 11.025 5.447 1.062 11.742.286 21.096-2.588l8.858-2.729 1.857 9.084c2.425 11.842 13.419 21.066 26.212 21.066 11.914 0 21.303-8.125 24.582-19.32l1.996-6.78 7.005.759c7.97.891 17.469-3.64 22.5-9.309l5.4-6.075 6.271 5.204c16.75 13.938 31.914 15.264 42.555 10.321 10.638-4.944 18.162-16.741 17.325-34.903-.792-16.945-9.873-27.404-22.95-32.231-13.079-4.828-30.384-3.25-46.154 7.396l-6.692 4.529-4.81-6.525c-6.334-8.627-15.381-13.937-24.048-15.3-8.665-1.365-16.638.835-22.837 7.565l-6.665 7.227-6.102-7.704c-9.399-11.848-22.693-17.534-35.663-17.579zM97.298 159.571c-24.678 75.314-35.492 152.192-32.767 230.6 35.595 15.507 73.28 16.295 111.093 16.2a860.93 860.93 0 0 0 5.935-30.798c-28.892 1.51-57.685 2.268-84.882-8.212-2.097-60.192 6.225-109.46 25.2-168.327 24.586 5.85 49.509 7.75 74.925 6.72-.063-10.543-.348-20.3-.927-29.078-33.451-1.554-66.234-7.778-98.577-17.1zm133.2 2.673c-5.913 2.961-12.033 5.238-18.171 6.666 2.783 30.11 1.752 70.552-1.967 114.384-4.3 50.652-12.48 104.85-23.795 150.046h242.86c-8.939-47.308-16.93-100.449-21.235-150.048-3.483-40.156-4.71-77.503-1.827-107.745-9.699-1.154-19.842-5.078-29.644-11.898-6.748 5.39-15.258 9.13-24.525 9.675-6.714 14.622-21.078 25.313-38.419 25.313-17.68 0-33.156-10.674-39.91-26.045-7.434 1.697-14.393 2.257-21.348.9-7.713-1.503-14.82-5.412-22.02-11.25zM159.96 450.16l-16.762 43.565h322.817l-19.548-43.565H159.961z"/></svg>') center / contain no-repeat;
}

.icon-hangingSign {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M133.1 84.9v102.6h27V84.9h-27zm244.8 0v102.6h27V84.9h-27zM53 94.8v18.846c18.81 5.76 39.42 11.952 39.42 11.952l-39.42.459V152.4h63.9V94.8H53zm123.3 0v57.6h185.4v-21.123l-24.21-8.73 24.21-4.086V94.8H176.3zm244.8 0v57.6H485V94.8h-63.9zM104.3 203.7v38.25l34.29 8.46-34.29 7.38v61.65l39.87-2.88-39.87 26.1v63c28.98 9 56.16 29.52 82.89 47.88 3.15 2.16 6.3 4.23 9.45 6.3l22.5-22.5-8.55 31.41c20.34 12.33 40.05 21.15 58.41 21.15 25.38 0 53.19-16.74 81.81-36.36 26.73-18.36 53.91-38.88 82.89-47.88v-12.51l-60.12-15.39 60.12-11.34V203.7H314.63L269 234.12l-45.63-30.42H104.3z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M133.1 84.9v102.6h27V84.9h-27zm244.8 0v102.6h27V84.9h-27zM53 94.8v18.846c18.81 5.76 39.42 11.952 39.42 11.952l-39.42.459V152.4h63.9V94.8H53zm123.3 0v57.6h185.4v-21.123l-24.21-8.73 24.21-4.086V94.8H176.3zm244.8 0v57.6H485V94.8h-63.9zM104.3 203.7v38.25l34.29 8.46-34.29 7.38v61.65l39.87-2.88-39.87 26.1v63c28.98 9 56.16 29.52 82.89 47.88 3.15 2.16 6.3 4.23 9.45 6.3l22.5-22.5-8.55 31.41c20.34 12.33 40.05 21.15 58.41 21.15 25.38 0 53.19-16.74 81.81-36.36 26.73-18.36 53.91-38.88 82.89-47.88v-12.51l-60.12-15.39 60.12-11.34V203.7H314.63L269 234.12l-45.63-30.42H104.3z"/></svg>') center / contain no-repeat;
}


.icon-rider {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M241.64 66.648S148.49 92.577 132.65 204.33l44.01-26.82 7.74 19.35S-4.402 322.14 80.009 455.97c8.505-55.62 68.481-69.93 77.391-127.98 11.25 35.1-25.56 88.2-25.56 88.2s92.97-39.69 74.34-133.74c31.5 22.68 15.39 95.58 15.39 95.58l40.68-86.67S140.93 169.41 247.22 87.429c54.09 40.833-11.07 113.931 33.3 162.441l5.22-13.41c-21.51-24.75 42.66-113.274-44.1-169.812zM356.84 138l3.51 22.68-49.5-20.88 14.76 46.26-55.89 142.47c8.73 13.41 49.5 69.39 123.84 74.88 3.96-36.27-1.35-81.63-29.07-133.65 35.1 34.29 46.17 2.34 98.55 53.37l6.66-14.4-109.53-70.02-11.79-63.54 6.12-3.15c12.24-6.48 24.75-10.62 37.53-11.79L356.84 138zm43.65 40.77c-10.62-.18-20.97 2.25-31.14 6.84l.63 3.15 49.68 40.41 9.81 31.59 48.06 30.78 2.16-4.59-59.85-104.76c-6.57-2.16-12.96-3.33-19.35-3.42zm-25.2 38.43 1.8 10.08 27.9 17.82-1.53-4.95-28.17-22.95zM261.53 349.23 203.39 497.1h152.28s24.84-27 34.92-74.7c-68.31-6.3-110.97-49.95-129.06-73.17z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M241.64 66.648S148.49 92.577 132.65 204.33l44.01-26.82 7.74 19.35S-4.402 322.14 80.009 455.97c8.505-55.62 68.481-69.93 77.391-127.98 11.25 35.1-25.56 88.2-25.56 88.2s92.97-39.69 74.34-133.74c31.5 22.68 15.39 95.58 15.39 95.58l40.68-86.67S140.93 169.41 247.22 87.429c54.09 40.833-11.07 113.931 33.3 162.441l5.22-13.41c-21.51-24.75 42.66-113.274-44.1-169.812zM356.84 138l3.51 22.68-49.5-20.88 14.76 46.26-55.89 142.47c8.73 13.41 49.5 69.39 123.84 74.88 3.96-36.27-1.35-81.63-29.07-133.65 35.1 34.29 46.17 2.34 98.55 53.37l6.66-14.4-109.53-70.02-11.79-63.54 6.12-3.15c12.24-6.48 24.75-10.62 37.53-11.79L356.84 138zm43.65 40.77c-10.62-.18-20.97 2.25-31.14 6.84l.63 3.15 49.68 40.41 9.81 31.59 48.06 30.78 2.16-4.59-59.85-104.76c-6.57-2.16-12.96-3.33-19.35-3.42zm-25.2 38.43 1.8 10.08 27.9 17.82-1.53-4.95-28.17-22.95zM261.53 349.23 203.39 497.1h152.28s24.84-27 34.92-74.7c-68.31-6.3-110.97-49.95-129.06-73.17z"/></svg>') center / contain no-repeat;
}

.icon-userSubmit {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M481.823 71.344c-74.466-.23-150.698 11.25-218.533 40.584 4.685 11.85 8.62 25.632 11.87 40.979-18.265-13.764-41.11-18.16-61.312-15.357-41.598 25.589-78.417 59.675-107.496 104.035 22.674 6.98 46.413 20.529 65.56 39.46-28.683-6.341-62.016-5.306-89.269 2.7-12.368 25.818-22.507 54.431-30.008 86.118 115.839-27.602 117.47 3.162 45.675 126.394 15.189 11.352 37.963 12.393 55.715-1.407 5.175-202.108 92.862-149.629 113.344-124.144 12.86-36.531 31.293-74.286 56.616-113.821-15.561-13.2-35.29-22.355-57.432-29.138 22.828-4.73 45.819-9.835 66.713-10.098 5.834-.074 11.502.245 16.96 1.04 15.813-21.606 33.667-43.75 53.775-66.572-11.284-5.68-22.928-10.31-34.313-13.47 15.42-5.185 31.747-7.507 47.56-7.342 1.809.018 3.604.085 5.4.168 18.063-19.537 37.734-39.578 59.175-60.131zm-59.175 22.808c-117.837 58.855-203.963 146.633-253.606 257.625 24.664-134.208 127.901-224.064 253.606-257.625z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M481.823 71.344c-74.466-.23-150.698 11.25-218.533 40.584 4.685 11.85 8.62 25.632 11.87 40.979-18.265-13.764-41.11-18.16-61.312-15.357-41.598 25.589-78.417 59.675-107.496 104.035 22.674 6.98 46.413 20.529 65.56 39.46-28.683-6.341-62.016-5.306-89.269 2.7-12.368 25.818-22.507 54.431-30.008 86.118 115.839-27.602 117.47 3.162 45.675 126.394 15.189 11.352 37.963 12.393 55.715-1.407 5.175-202.108 92.862-149.629 113.344-124.144 12.86-36.531 31.293-74.286 56.616-113.821-15.561-13.2-35.29-22.355-57.432-29.138 22.828-4.73 45.819-9.835 66.713-10.098 5.834-.074 11.502.245 16.96 1.04 15.813-21.606 33.667-43.75 53.775-66.572-11.284-5.68-22.928-10.31-34.313-13.47 15.42-5.185 31.747-7.507 47.56-7.342 1.809.018 3.604.085 5.4.168 18.063-19.537 37.734-39.578 59.175-60.131zm-59.175 22.808c-117.837 58.855-203.963 146.633-253.606 257.625 24.664-134.208 127.901-224.064 253.606-257.625z"/></svg>') center / contain no-repeat;
}

.icon-d20 {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M261.8 69.87 103.697 170.94l158.103-3.42zm14.4 0v97.65l158.13 3.42zm46.26 53.01c5.49 3.15 7.38 6.48 13.59 3.78 9.63.72 20.07 5.22 24.84 14.13 4.23 4.05 1.35 11.34-4.68 11.34-8.73.09-17.73-5.49-13.14-7.47 4.23-1.8 13.23.81 9-4.95-3.24-4.05-9.9-7.02-14.67-5.31-1.44 6.12-8.46 3.6-10.8-.63-2.07-5.22-8.19-7.38-13.5-7.11-5.49 2.43 1.44 7.92 4.77 8.91 7.11 1.98.18 6.75-3.69 4.59-3.78-2.16-13.5-8.64-12.15-16.47 5.22-6.651 14.22-4.158 20.43-.81zm-97.65-3.15c4.95.45 11.07 2.7 9.18 8.91-3.87 6.3-8.82 11.79-16.29 13.32-5.85 3.06-13.41 3.96-19.44 1.71-3.33-2.07-12.15-8.37-13.41-3.06-1.89 13.32.63 11.79-9.99 16.02v-21.96c8.91-3.51 18.99-4.05 27.27 1.17 7.2 3.78 17.46 1.35 21.78-5.13 1.26-5.85-7.29-4.14-10.98-3.06-2.43-7.38 7.11-6.75 11.88-7.92zm31.5 62.28L88.451 185.7l64.089 173.61zm25.38 0 103.77 177.3 64.08-173.61zM269 188.76 163.61 368.94h210.78zm119.97 18.99c12.51 7.47 19.35 23.58 19.89 38.7-1.17 12.24-.63 17.82-13.68 19.26-13.05 1.44-21.51-17.28-26.73-29.34-3.06-8.91-5.22-21.6 1.53-28.17 5.49-4.32 13.5-3.69 18.99-.45zm-201.33 14.49c1.89 3.6-.45 10.26-4.32 10.89-4.41.63-3.42-8.37-8.46-10.44-6.21-2.07-12.24 5.04-13.5 10.44 9.36-3.6 18.27 6.39 18.27 15.3-.36 10.53-7.11 22.32-17.73 25.29h-5.04c-11.43-.63-16.47-14.22-12.78-23.94 3.96-14.22 9.72-30.51 24.48-36.54 7.65-3.51 17.1 2.88 19.08 9zm192.51-7.56c-6.39-.09-3.96 9-2.97 13.05 3.15 10.35 6.57 23.94 17.01 27 6.12-1.08 3.96-11.52 3.33-14.85-4.23-9.81-6.39-20.97-17.37-25.2zM85.4 219v155.88l55.71-5.13zm367.2 0-55.71 150.75 55.71 5.13zm-106.11.63 25.65 57.15-9 3.96-18-38.97c-5.49 2.7-11.7 8.01-13.14-1.26-1.17-3.51 7.65-4.59 7.29-10.71-.27-6.21 1.98-10.98 7.2-10.17zm-190.8 24.66c-2.16 4.59-3.69 9.27-2.43 14.31 1.53 7.92 12.15 5.76 14.04-.72 2.43-4.5 3.51-10.53-.45-14.13-3.69-3.06-8.01-2.52-11.16.54zm295.56 37.44c-.09 16.74.99 35.28-8.73 49.77-.81 1.08-1.98 1.71-3.33 2.25-5.22-3.69-2.7-10.17 1.08-13.95.9 6.57 4.95-2.61 5.94-5.04 1.17-2.88 3.24-15.93-.9-9.18.63 3.6-6.12 11.79-8.37 7.29-4.5-12.96 0-27.45 6.3-39.15 5.13-5.58 8.91 3.96 8.01 8.01zm-358.713-9.18c.531.09 1.206.9 2.232 3.24v54.99c-6.57-6.3-4.023-16.2-4.005-23.76 0-7.56 1.485-14.67-1.152-20.88-4.158-1.53-5.211-15.3-2.853-11.43 3.969 4.32 4.194-2.43 5.778-2.16zm160.893 6.84c7.29 4.05 12.42 12.96 9.72 21.24-1.89 13.68-24.3 18.99-27.36 26.73-1.08 2.7 22.86 1.44 27.18 1.44.45 3.6 1.35 9.63-3.42 10.53-13.05-1.08-26.91-.54-40.59-.54.36-10.08 6.66-19.17 15.3-24.12 6.21-4.41 13.86-8.37 16.29-16.11 1.62-4.05-.54-8.37-4.14-10.35-3.78-2.61-9.9-2.07-11.88 2.43-1.8 3.42-3.96 8.19-7.83 8.64-2.61.36-8.1.45-6.48-4.41 1.26-5.04 3.06-10.35 7.38-13.68 7.92-5.67 17.91-6.03 25.83-1.8zm47.97-1.26c6.12 1.98 10.8 7.11 12.87 13.14 5.49 13.23 4.95 29.79-3.96 41.31-4.05 4.32-9.18 8.19-15.3 8.19-11.25-.09-20.16-9.99-22.32-20.52-2.79-12.06-1.62-25.83 6.21-35.82 6.12-6.84 14.4-9.27 22.5-6.3zm140.49 7.29c-1.44 5.31-2.97 12.06-.63 17.37 4.59-1.8 4.86-8.64 5.94-13.05.81-5.49-3.15-11.34-5.31-4.32zm-158.58 18.99c.54 9.45 1.53 20.52 8.73 25.38 4.41 1.62 8.73-1.98 9.99-6.03 1.71-5.67 2.07-11.61 2.16-17.46-.18-6.39-1.35-13.5-6.03-18.09-10.98-3.96-13.77 9.81-14.85 16.2zm145.89-12.69v55.08l-3.96 6.03v-38.07c-4.14 6.75-8.19 8.19-5.49-.81 5.49-6.39 4.32-15.66 9.45-22.23zM114.065 302.7c.72 3.24 4.608 16.02 1.836 13.32-1.773-1.17-3.258-4.41-3.069-5.49a97.726 97.726 0 0 1-3.789-8.28c-2.655 3.6-3.564 7.47-2.826 12.06.18-1.44 1.062-2.07 3.051-.63 7.056 11.34 10.953 26.19 6.561 39.15l-1.998.99c-9.324-5.22-10.26-17.46-12.087-27-1.395-11.07-.711-22.23 2.07-33.03 4.68-3.42 8.244 4.86 10.251 8.91zm-6.345 18.18c-3.654 4.23-2.034 11.52-.342 16.56.999 4.95 6.228 9.18 5.454 1.44.621-9.99-2.097-11.43-5.112-18zm59.76 62.46L269 494.13l101.52-110.79zm-19.26.27-48.456 4.41 57.816 36.99c-2.34-2.43-4.41-5.13-6.39-7.92-4.68-6.21-9.45-12.24-17.01-14.94-7.875-5.85-3.78-4.77 2.61-2.34-.9-1.62-.63-2.34.09-2.34 1.98-.18 7.56 3.78 8.82 5.67l22.23 28.44 58.59 37.53zm241.56 0-38.16 41.67c5.76-2.79 10.17-7.65 15.3-11.16 2.16-1.26 3.33-1.71 3.87-1.71 1.89 0-4.86 6.39-6.93 9.27-8.46 8.82-14.4 20.7-25.74 26.19l17.01-22.05c-2.07 1.17-5.4 2.88-7.38 3.69l-36.27 39.6 67.05-42.84c4.86-6.03 1.71-5.04-5.13-.81l-10.26 5.4c10.26-12.33 27.72-25.47 36-32.04 8.28-6.57 14.31-8.82 7.38-1.35l-11.34 14.4c9-6.84.81 3.51-4.05 4.95-.63.9-1.26 1.8-1.98 2.61l49.05-31.41zM251 398.82v39.06h-12.06v-27c-4.5-1.26-9.36 1.53-13.77-.27-3.42-2.61.9-6.12 4.05-5.31 2.97-.09 6.84.18 8.37-2.88 3.96-4.05 8.64-3.96 13.41-3.6zm26.1.45c10.89 1.08 21.78.54 32.94.54 1.35 2.7.72 7.02-2.97 7.11-6.93.27-18.9-1.44-23.31.54-7.38 9.45 5.13 3.42 10.26 4.68 6.3.99 13.5 2.61 17.19 8.28 1.89 2.79 2.43 6.57.63 9.63-5.22 6.12-15.3 10.35-22.77 9.81-6.57-.54-14.04-.99-18.54-6.39-5.76-9.54 9.45-6.03 10.98-2.88 5.4 4.77 18.27 1.71 18.63-4.23.54-3.78-1.89-5.67-6.21-7.02-4.32-1.35-11.34.9-15.57 1.62-4.23.72-8.64.45-8.1-3.96.72-3.78 2.43-7.29 2.43-11.25.09-2.7 1.53-6.3 4.41-6.48zm120.15 4.5c-.18-.18-6.3 5.22-8.91 7.29l-14.22 11.79c9.54-5.85 17.37-10.8 23.13-19.08zm-222.3 12.78c2.16 0 6.75 4.14 8.46 6.3l23.49 27.99c-6.93-1.89-11.97-6.39-15.84-12.33-5.85-6.57-10.17-14.94-19.08-17.64-8.1-4.5-4.68-5.76 1.89-1.98-.27-1.71.18-2.34 1.08-2.34z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M261.8 69.87 103.697 170.94l158.103-3.42zm14.4 0v97.65l158.13 3.42zm46.26 53.01c5.49 3.15 7.38 6.48 13.59 3.78 9.63.72 20.07 5.22 24.84 14.13 4.23 4.05 1.35 11.34-4.68 11.34-8.73.09-17.73-5.49-13.14-7.47 4.23-1.8 13.23.81 9-4.95-3.24-4.05-9.9-7.02-14.67-5.31-1.44 6.12-8.46 3.6-10.8-.63-2.07-5.22-8.19-7.38-13.5-7.11-5.49 2.43 1.44 7.92 4.77 8.91 7.11 1.98.18 6.75-3.69 4.59-3.78-2.16-13.5-8.64-12.15-16.47 5.22-6.651 14.22-4.158 20.43-.81zm-97.65-3.15c4.95.45 11.07 2.7 9.18 8.91-3.87 6.3-8.82 11.79-16.29 13.32-5.85 3.06-13.41 3.96-19.44 1.71-3.33-2.07-12.15-8.37-13.41-3.06-1.89 13.32.63 11.79-9.99 16.02v-21.96c8.91-3.51 18.99-4.05 27.27 1.17 7.2 3.78 17.46 1.35 21.78-5.13 1.26-5.85-7.29-4.14-10.98-3.06-2.43-7.38 7.11-6.75 11.88-7.92zm31.5 62.28L88.451 185.7l64.089 173.61zm25.38 0 103.77 177.3 64.08-173.61zM269 188.76 163.61 368.94h210.78zm119.97 18.99c12.51 7.47 19.35 23.58 19.89 38.7-1.17 12.24-.63 17.82-13.68 19.26-13.05 1.44-21.51-17.28-26.73-29.34-3.06-8.91-5.22-21.6 1.53-28.17 5.49-4.32 13.5-3.69 18.99-.45zm-201.33 14.49c1.89 3.6-.45 10.26-4.32 10.89-4.41.63-3.42-8.37-8.46-10.44-6.21-2.07-12.24 5.04-13.5 10.44 9.36-3.6 18.27 6.39 18.27 15.3-.36 10.53-7.11 22.32-17.73 25.29h-5.04c-11.43-.63-16.47-14.22-12.78-23.94 3.96-14.22 9.72-30.51 24.48-36.54 7.65-3.51 17.1 2.88 19.08 9zm192.51-7.56c-6.39-.09-3.96 9-2.97 13.05 3.15 10.35 6.57 23.94 17.01 27 6.12-1.08 3.96-11.52 3.33-14.85-4.23-9.81-6.39-20.97-17.37-25.2zM85.4 219v155.88l55.71-5.13zm367.2 0-55.71 150.75 55.71 5.13zm-106.11.63 25.65 57.15-9 3.96-18-38.97c-5.49 2.7-11.7 8.01-13.14-1.26-1.17-3.51 7.65-4.59 7.29-10.71-.27-6.21 1.98-10.98 7.2-10.17zm-190.8 24.66c-2.16 4.59-3.69 9.27-2.43 14.31 1.53 7.92 12.15 5.76 14.04-.72 2.43-4.5 3.51-10.53-.45-14.13-3.69-3.06-8.01-2.52-11.16.54zm295.56 37.44c-.09 16.74.99 35.28-8.73 49.77-.81 1.08-1.98 1.71-3.33 2.25-5.22-3.69-2.7-10.17 1.08-13.95.9 6.57 4.95-2.61 5.94-5.04 1.17-2.88 3.24-15.93-.9-9.18.63 3.6-6.12 11.79-8.37 7.29-4.5-12.96 0-27.45 6.3-39.15 5.13-5.58 8.91 3.96 8.01 8.01zm-358.713-9.18c.531.09 1.206.9 2.232 3.24v54.99c-6.57-6.3-4.023-16.2-4.005-23.76 0-7.56 1.485-14.67-1.152-20.88-4.158-1.53-5.211-15.3-2.853-11.43 3.969 4.32 4.194-2.43 5.778-2.16zm160.893 6.84c7.29 4.05 12.42 12.96 9.72 21.24-1.89 13.68-24.3 18.99-27.36 26.73-1.08 2.7 22.86 1.44 27.18 1.44.45 3.6 1.35 9.63-3.42 10.53-13.05-1.08-26.91-.54-40.59-.54.36-10.08 6.66-19.17 15.3-24.12 6.21-4.41 13.86-8.37 16.29-16.11 1.62-4.05-.54-8.37-4.14-10.35-3.78-2.61-9.9-2.07-11.88 2.43-1.8 3.42-3.96 8.19-7.83 8.64-2.61.36-8.1.45-6.48-4.41 1.26-5.04 3.06-10.35 7.38-13.68 7.92-5.67 17.91-6.03 25.83-1.8zm47.97-1.26c6.12 1.98 10.8 7.11 12.87 13.14 5.49 13.23 4.95 29.79-3.96 41.31-4.05 4.32-9.18 8.19-15.3 8.19-11.25-.09-20.16-9.99-22.32-20.52-2.79-12.06-1.62-25.83 6.21-35.82 6.12-6.84 14.4-9.27 22.5-6.3zm140.49 7.29c-1.44 5.31-2.97 12.06-.63 17.37 4.59-1.8 4.86-8.64 5.94-13.05.81-5.49-3.15-11.34-5.31-4.32zm-158.58 18.99c.54 9.45 1.53 20.52 8.73 25.38 4.41 1.62 8.73-1.98 9.99-6.03 1.71-5.67 2.07-11.61 2.16-17.46-.18-6.39-1.35-13.5-6.03-18.09-10.98-3.96-13.77 9.81-14.85 16.2zm145.89-12.69v55.08l-3.96 6.03v-38.07c-4.14 6.75-8.19 8.19-5.49-.81 5.49-6.39 4.32-15.66 9.45-22.23zM114.065 302.7c.72 3.24 4.608 16.02 1.836 13.32-1.773-1.17-3.258-4.41-3.069-5.49a97.726 97.726 0 0 1-3.789-8.28c-2.655 3.6-3.564 7.47-2.826 12.06.18-1.44 1.062-2.07 3.051-.63 7.056 11.34 10.953 26.19 6.561 39.15l-1.998.99c-9.324-5.22-10.26-17.46-12.087-27-1.395-11.07-.711-22.23 2.07-33.03 4.68-3.42 8.244 4.86 10.251 8.91zm-6.345 18.18c-3.654 4.23-2.034 11.52-.342 16.56.999 4.95 6.228 9.18 5.454 1.44.621-9.99-2.097-11.43-5.112-18zm59.76 62.46L269 494.13l101.52-110.79zm-19.26.27-48.456 4.41 57.816 36.99c-2.34-2.43-4.41-5.13-6.39-7.92-4.68-6.21-9.45-12.24-17.01-14.94-7.875-5.85-3.78-4.77 2.61-2.34-.9-1.62-.63-2.34.09-2.34 1.98-.18 7.56 3.78 8.82 5.67l22.23 28.44 58.59 37.53zm241.56 0-38.16 41.67c5.76-2.79 10.17-7.65 15.3-11.16 2.16-1.26 3.33-1.71 3.87-1.71 1.89 0-4.86 6.39-6.93 9.27-8.46 8.82-14.4 20.7-25.74 26.19l17.01-22.05c-2.07 1.17-5.4 2.88-7.38 3.69l-36.27 39.6 67.05-42.84c4.86-6.03 1.71-5.04-5.13-.81l-10.26 5.4c10.26-12.33 27.72-25.47 36-32.04 8.28-6.57 14.31-8.82 7.38-1.35l-11.34 14.4c9-6.84.81 3.51-4.05 4.95-.63.9-1.26 1.8-1.98 2.61l49.05-31.41zM251 398.82v39.06h-12.06v-27c-4.5-1.26-9.36 1.53-13.77-.27-3.42-2.61.9-6.12 4.05-5.31 2.97-.09 6.84.18 8.37-2.88 3.96-4.05 8.64-3.96 13.41-3.6zm26.1.45c10.89 1.08 21.78.54 32.94.54 1.35 2.7.72 7.02-2.97 7.11-6.93.27-18.9-1.44-23.31.54-7.38 9.45 5.13 3.42 10.26 4.68 6.3.99 13.5 2.61 17.19 8.28 1.89 2.79 2.43 6.57.63 9.63-5.22 6.12-15.3 10.35-22.77 9.81-6.57-.54-14.04-.99-18.54-6.39-5.76-9.54 9.45-6.03 10.98-2.88 5.4 4.77 18.27 1.71 18.63-4.23.54-3.78-1.89-5.67-6.21-7.02-4.32-1.35-11.34.9-15.57 1.62-4.23.72-8.64.45-8.1-3.96.72-3.78 2.43-7.29 2.43-11.25.09-2.7 1.53-6.3 4.41-6.48zm120.15 4.5c-.18-.18-6.3 5.22-8.91 7.29l-14.22 11.79c9.54-5.85 17.37-10.8 23.13-19.08zm-222.3 12.78c2.16 0 6.75 4.14 8.46 6.3l23.49 27.99c-6.93-1.89-11.97-6.39-15.84-12.33-5.85-6.57-10.17-14.94-19.08-17.64-8.1-4.5-4.68-5.76 1.89-1.98-.27-1.71.18-2.34 1.08-2.34z"/></svg>') center / contain no-repeat;
}

.icon-poison {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M202.202 81.3v46.377h134.466V81.3H202.202zm12.771 63.198c-.594 2.61-1.399 4.737-2.475 6.242-2.416 3.375-6.33 5.935-17.55 5.935-19.386 0-36.724 5.276-49.641 14.485-12.918 9.208-21.517 22.858-21.517 38.25v226.265c0 29.106 23.63 52.763 52.735 52.763h192.123c29.104 0 52.733-23.658 52.733-52.763V209.41c0-15.392-8.574-28.98-21.234-38.195-12.66-9.213-29.547-14.54-48.096-14.54-15.02 0-21.258-3.14-24.186-6.47-1.27-1.443-2.187-3.327-2.84-5.708h-17.213c.965 5.992 3.033 11.823 7.425 16.817 7.299 8.301 19.37 12.177 36.815 12.177 15.28 0 28.85 4.508 38.196 11.308 9.342 6.8 14.315 15.39 14.315 24.61v226.266c0 20.12-15.795 35.944-35.916 35.944H176.525c-20.12 0-35.915-15.824-35.915-35.944V209.41c0-9.22 4.91-17.748 14.455-24.552 9.547-6.807 23.598-11.364 39.882-11.364 14.366 0 25.25-4.628 31.218-12.966 3.513-4.91 5.16-10.39 5.962-16.03h-17.154zm59.484 40.864c-27.49 0-45.056 11.579-56.954 29.082-11.066 16.281-16.548 38.084-17.267 59.456 22.53 11.515 35.599 24.869 39.46 40.473a41.43 41.43 0 0 1 1.18 8.014c8.109 4.621 20.898 7.596 34.032 7.595 11.641-.002 23.472-2.285 32.483-6.188a44.425 44.425 0 0 1 1.323-9c4.038-15.824 17.125-29.88 39.965-41.006-.754-20.215-6.114-41.936-17.1-58.445-11.88-17.856-29.47-29.98-57.12-29.98zm-26.888 67.388c8.242 0 14.934 6.665 14.934 14.907 0 8.241-6.692 14.933-14.934 14.933-8.241 0-14.906-6.692-14.906-14.934 0-8.242 6.665-14.906 14.907-14.906zm49.894 0c8.242 0 14.934 6.665 14.934 14.907 0 8.241-6.694 14.933-14.935 14.933-8.243 0-14.907-6.692-14.907-14.934 0-8.242 6.664-14.906 14.907-14.906zm-25.96 30.235c5.647 11.923 10.125 23.852 12.348 35.775-8.233-2.72-16.461-3.084-24.694 0 3.006-11.925 6.616-23.854 12.348-35.775zm-33.327 57.123c-1.923 5.778-4.757 11.5-8.27 17.127 10.738 7.19 28.423 11.529 45.788 11.334 17.073-.192 33.19-5.013 41.598-11.166-3.195-5.188-5.77-10.62-7.51-16.2-10.752 3.974-22.881 5.737-34.874 5.738-13.003.002-25.893-2-36.732-6.834zm-63.59 15.354c-8.01 10.14-11.425 20.243-9.028 32.681 62.033 4.986 147.775 28.728 204.018 54.675 8.244-10.05 11.266-20.403 8.973-33.102-60.993-6.18-147.722-25.862-203.964-54.254zm194.934 0c-18.71 9.446-40.793 17.916-64.182 25.256 18.269 3.99 36.228 7.236 52.848 9.62 7.004-.924 13.822-1.668 20.362-2.195 2.394-12.438-1.02-22.54-9.03-32.68zM186.145 407.24a586.919 586.919 0 0 1-20.587 2.475c-2.295 12.7.729 23.054 8.97 33.102 19.238-8.874 41.918-17.502 65.926-25.198-18.783-4.42-37.247-7.981-54.309-10.379z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M202.202 81.3v46.377h134.466V81.3H202.202zm12.771 63.198c-.594 2.61-1.399 4.737-2.475 6.242-2.416 3.375-6.33 5.935-17.55 5.935-19.386 0-36.724 5.276-49.641 14.485-12.918 9.208-21.517 22.858-21.517 38.25v226.265c0 29.106 23.63 52.763 52.735 52.763h192.123c29.104 0 52.733-23.658 52.733-52.763V209.41c0-15.392-8.574-28.98-21.234-38.195-12.66-9.213-29.547-14.54-48.096-14.54-15.02 0-21.258-3.14-24.186-6.47-1.27-1.443-2.187-3.327-2.84-5.708h-17.213c.965 5.992 3.033 11.823 7.425 16.817 7.299 8.301 19.37 12.177 36.815 12.177 15.28 0 28.85 4.508 38.196 11.308 9.342 6.8 14.315 15.39 14.315 24.61v226.266c0 20.12-15.795 35.944-35.916 35.944H176.525c-20.12 0-35.915-15.824-35.915-35.944V209.41c0-9.22 4.91-17.748 14.455-24.552 9.547-6.807 23.598-11.364 39.882-11.364 14.366 0 25.25-4.628 31.218-12.966 3.513-4.91 5.16-10.39 5.962-16.03h-17.154zm59.484 40.864c-27.49 0-45.056 11.579-56.954 29.082-11.066 16.281-16.548 38.084-17.267 59.456 22.53 11.515 35.599 24.869 39.46 40.473a41.43 41.43 0 0 1 1.18 8.014c8.109 4.621 20.898 7.596 34.032 7.595 11.641-.002 23.472-2.285 32.483-6.188a44.425 44.425 0 0 1 1.323-9c4.038-15.824 17.125-29.88 39.965-41.006-.754-20.215-6.114-41.936-17.1-58.445-11.88-17.856-29.47-29.98-57.12-29.98zm-26.888 67.388c8.242 0 14.934 6.665 14.934 14.907 0 8.241-6.692 14.933-14.934 14.933-8.241 0-14.906-6.692-14.906-14.934 0-8.242 6.665-14.906 14.907-14.906zm49.894 0c8.242 0 14.934 6.665 14.934 14.907 0 8.241-6.694 14.933-14.935 14.933-8.243 0-14.907-6.692-14.907-14.934 0-8.242 6.664-14.906 14.907-14.906zm-25.96 30.235c5.647 11.923 10.125 23.852 12.348 35.775-8.233-2.72-16.461-3.084-24.694 0 3.006-11.925 6.616-23.854 12.348-35.775zm-33.327 57.123c-1.923 5.778-4.757 11.5-8.27 17.127 10.738 7.19 28.423 11.529 45.788 11.334 17.073-.192 33.19-5.013 41.598-11.166-3.195-5.188-5.77-10.62-7.51-16.2-10.752 3.974-22.881 5.737-34.874 5.738-13.003.002-25.893-2-36.732-6.834zm-63.59 15.354c-8.01 10.14-11.425 20.243-9.028 32.681 62.033 4.986 147.775 28.728 204.018 54.675 8.244-10.05 11.266-20.403 8.973-33.102-60.993-6.18-147.722-25.862-203.964-54.254zm194.934 0c-18.71 9.446-40.793 17.916-64.182 25.256 18.269 3.99 36.228 7.236 52.848 9.62 7.004-.924 13.822-1.668 20.362-2.195 2.394-12.438-1.02-22.54-9.03-32.68zM186.145 407.24a586.919 586.919 0 0 1-20.587 2.475c-2.295 12.7.729 23.054 8.97 33.102 19.238-8.874 41.918-17.502 65.926-25.198-18.783-4.42-37.247-7.981-54.309-10.379z"/></svg>') center / contain no-repeat;
}



.icon-perception {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M483.2 67.8v14.217L337.91 245.47l-8.536-14.782L474.164 67.8h9.036zm-69.934 0L326.01 224.86l-9.443-16.358L394.734 67.8h18.531zm-82.04 0a49686.476 49686.476 0 0 0-25.523 112.793c-.501 2.234-.967 4.327-1.467 6.55l-11.948-20.693a50080.35 50080.35 0 0 1 22.324-98.65h16.614zm-54.126 0v72.345l-8.1-14.03-7.016 12.15-1.084 1.88V67.8h16.2zm-53.802 0 22.059 99.267-11.983 20.752L206.702 67.8h16.596zm-80.033 0 78.168 140.702-9.444 16.359L124.734 67.8h18.53zm-79.428 0 144.788 162.887-8.534 14.782L54.8 82.017V67.8h9.036zM483.2 140.025v20.25L347.489 262.06l-8.16-14.13L483.2 140.025zm-428.4 0 143.87 107.904-8.158 14.13L54.8 160.275v-20.25zM269 158.517l67.19 116.378c-18.267-8.192-41.628-12.915-67.19-12.915-25.562 0-48.924 4.723-67.19 12.914L269 158.517zm214.2 63.306v17.304l-122.445 45.916-8.21-14.224L483.2 221.822zm-428.4 0 130.655 48.996-8.21 14.224L54.8 239.128v-17.304zm428.4 54.039v16.326l-110.353 13.793-8.793-15.228L483.2 275.862zm-428.4 0 119.145 14.892-8.792 15.228L54.8 292.188v-16.326zM269 278.18c13.263 0 23.841 10.575 23.841 23.84 0 7.682-3.553 14.458-9.117 18.805a25.281 25.281 0 0 0 1.246-7.743 25.281 25.281 0 0 0-25.281-25.28 25.281 25.281 0 0 0-11.718 2.9c4.001-7.483 11.874-12.523 21.029-12.523zm34.362 3.363c11.39 2.311 21.537 5.695 29.774 9.813 15.867 7.934 23.589 17.783 23.589 26.635 0 8.853-7.722 18.7-23.59 26.633-15.866 7.933-38.768 13.178-64.135 13.178-25.366 0-48.269-5.245-64.136-13.178-15.867-7.934-23.589-17.78-23.589-26.633 0-8.852 7.722-18.702 23.59-26.635 8.237-4.118 18.383-7.502 29.773-9.813a39.699 39.699 0 0 0-5.679 20.477c0 22.018 18.022 40.04 40.041 40.04 22.018 0 40.041-18.022 40.041-40.04 0-7.47-2.079-14.475-5.679-20.477zm75.48 34.824L483.2 329.412v16.326L389 333.964l-10.158-17.597zm-219.684 0-10.159 17.597L54.8 345.738v-16.326l104.358-13.045zm210.382 16.29 51.4 89.028H117.062l51.4-89.028c5.186 10.87 15.908 19.832 29.16 26.459 18.815 9.406 43.825 14.886 71.38 14.886 27.555 0 52.564-5.48 71.379-14.886 13.252-6.627 23.976-15.588 29.16-26.46zm-230.256 18.135-12.75 22.084-71.734 26.9v-17.303l84.483-31.68zm259.434.002 84.482 31.68v17.302l-71.733-26.9-12.75-22.084zm28.48 49.327 56.002 35.001v19.105l-38.745-24.216-17.258-29.889zm-316.395 0-17.256 29.89L54.8 454.227v-19.104l56.002-35zm315.738 37.764 56.659 49.576v8.739h-14.614l-66.645-58.315h24.599zm-37.942 0 49.985 58.315h-21.339l-49.983-58.315h21.336zm-37.649 0 33.322 58.315h-18.659l-33.323-58.315h18.66zm-38.476 0a9709.547 9709.547 0 0 0 17.649 58.315h-16.938a9647.955 9647.955 0 0 1-17.616-58.316h16.905zm-35.373 0V496.2h-16.2v-58.315h16.2zm-35.986 0L224.454 496.2h-16.851l16.663-58.315h16.848zm-35.404 0L172.387 496.2h-18.659l33.322-58.315h18.66zm-34.97 0L120.754 496.2H99.417l49.986-58.315h21.335zm-34.68 0L69.413 496.2H54.8v-8.739l56.66-49.576h24.601z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M483.2 67.8v14.217L337.91 245.47l-8.536-14.782L474.164 67.8h9.036zm-69.934 0L326.01 224.86l-9.443-16.358L394.734 67.8h18.531zm-82.04 0a49686.476 49686.476 0 0 0-25.523 112.793c-.501 2.234-.967 4.327-1.467 6.55l-11.948-20.693a50080.35 50080.35 0 0 1 22.324-98.65h16.614zm-54.126 0v72.345l-8.1-14.03-7.016 12.15-1.084 1.88V67.8h16.2zm-53.802 0 22.059 99.267-11.983 20.752L206.702 67.8h16.596zm-80.033 0 78.168 140.702-9.444 16.359L124.734 67.8h18.53zm-79.428 0 144.788 162.887-8.534 14.782L54.8 82.017V67.8h9.036zM483.2 140.025v20.25L347.489 262.06l-8.16-14.13L483.2 140.025zm-428.4 0 143.87 107.904-8.158 14.13L54.8 160.275v-20.25zM269 158.517l67.19 116.378c-18.267-8.192-41.628-12.915-67.19-12.915-25.562 0-48.924 4.723-67.19 12.914L269 158.517zm214.2 63.306v17.304l-122.445 45.916-8.21-14.224L483.2 221.822zm-428.4 0 130.655 48.996-8.21 14.224L54.8 239.128v-17.304zm428.4 54.039v16.326l-110.353 13.793-8.793-15.228L483.2 275.862zm-428.4 0 119.145 14.892-8.792 15.228L54.8 292.188v-16.326zM269 278.18c13.263 0 23.841 10.575 23.841 23.84 0 7.682-3.553 14.458-9.117 18.805a25.281 25.281 0 0 0 1.246-7.743 25.281 25.281 0 0 0-25.281-25.28 25.281 25.281 0 0 0-11.718 2.9c4.001-7.483 11.874-12.523 21.029-12.523zm34.362 3.363c11.39 2.311 21.537 5.695 29.774 9.813 15.867 7.934 23.589 17.783 23.589 26.635 0 8.853-7.722 18.7-23.59 26.633-15.866 7.933-38.768 13.178-64.135 13.178-25.366 0-48.269-5.245-64.136-13.178-15.867-7.934-23.589-17.78-23.589-26.633 0-8.852 7.722-18.702 23.59-26.635 8.237-4.118 18.383-7.502 29.773-9.813a39.699 39.699 0 0 0-5.679 20.477c0 22.018 18.022 40.04 40.041 40.04 22.018 0 40.041-18.022 40.041-40.04 0-7.47-2.079-14.475-5.679-20.477zm75.48 34.824L483.2 329.412v16.326L389 333.964l-10.158-17.597zm-219.684 0-10.159 17.597L54.8 345.738v-16.326l104.358-13.045zm210.382 16.29 51.4 89.028H117.062l51.4-89.028c5.186 10.87 15.908 19.832 29.16 26.459 18.815 9.406 43.825 14.886 71.38 14.886 27.555 0 52.564-5.48 71.379-14.886 13.252-6.627 23.976-15.588 29.16-26.46zm-230.256 18.135-12.75 22.084-71.734 26.9v-17.303l84.483-31.68zm259.434.002 84.482 31.68v17.302l-71.733-26.9-12.75-22.084zm28.48 49.327 56.002 35.001v19.105l-38.745-24.216-17.258-29.889zm-316.395 0-17.256 29.89L54.8 454.227v-19.104l56.002-35zm315.738 37.764 56.659 49.576v8.739h-14.614l-66.645-58.315h24.599zm-37.942 0 49.985 58.315h-21.339l-49.983-58.315h21.336zm-37.649 0 33.322 58.315h-18.659l-33.323-58.315h18.66zm-38.476 0a9709.547 9709.547 0 0 0 17.649 58.315h-16.938a9647.955 9647.955 0 0 1-17.616-58.316h16.905zm-35.373 0V496.2h-16.2v-58.315h16.2zm-35.986 0L224.454 496.2h-16.851l16.663-58.315h16.848zm-35.404 0L172.387 496.2h-18.659l33.322-58.315h18.66zm-34.97 0L120.754 496.2H99.417l49.986-58.315h21.335zm-34.68 0L69.413 496.2H54.8v-8.739l56.66-49.576h24.601z"/></svg>') center / contain no-repeat;
}


.icon-initiative {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M439.514 67.802a16.26 16.26 0 0 1 11.133 4.087c6.757 5.969 7.396 16.284 1.427 23.042-3.954 4.476-9.815 6.25-15.287 5.212l-52.054 58.928 45.335 40.048-21.769 24.642c-8.72-19.231-20.03-35.536-33.684-49.185l-6.219 32.57c-22.583-5.662-44.85-9.507-66.93-11.586l21.521-24.364 34.794-11.234c-15.405-11.61-33.06-20.673-52.758-27.427l21.771-24.646 45.333 40.046 52.128-59.013c-1.61-5.251-.555-11.187 3.348-15.606a16.283 16.283 0 0 1 11.912-5.515zm-345.957 0a16.285 16.285 0 0 1 11.908 5.514c3.905 4.42 4.963 10.356 3.351 15.609l52.128 59.011 45.333-40.047 21.77 24.646c-19.696 6.754-37.35 15.816-52.759 27.425l34.794 11.236 20.93 23.692c-22.24 1.677-44.43 5.136-66.706 10.314l-5.849-30.627c-13.655 13.65-24.966 29.954-33.687 49.185l-21.766-24.642 45.335-40.048-52.054-58.928c-5.472 1.038-11.334-.736-15.289-5.212-5.967-6.758-5.328-17.073 1.428-23.042A16.26 16.26 0 0 1 93.557 67.8zM261.339 210.46c35.604-.088 71.52 4.703 108.57 14.485 1.841 81.404-31.036 188.415-106.623 233.915-73.166-44.217-110.162-152.912-108.497-233.923 35.775-9.446 71.02-14.389 106.551-14.477zm105.459 138.15 78.179 88.504 10.98 57.505-55.71-17.995-61.641-69.781c11.574-18.098 20.921-37.827 28.192-58.233zm-205.383 5.499c7.82 20.014 17.62 39.27 29.435 56.828l-58.025 65.687-55.709 17.995 10.98-57.505 73.32-83.007z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M439.514 67.802a16.26 16.26 0 0 1 11.133 4.087c6.757 5.969 7.396 16.284 1.427 23.042-3.954 4.476-9.815 6.25-15.287 5.212l-52.054 58.928 45.335 40.048-21.769 24.642c-8.72-19.231-20.03-35.536-33.684-49.185l-6.219 32.57c-22.583-5.662-44.85-9.507-66.93-11.586l21.521-24.364 34.794-11.234c-15.405-11.61-33.06-20.673-52.758-27.427l21.771-24.646 45.333 40.046 52.128-59.013c-1.61-5.251-.555-11.187 3.348-15.606a16.283 16.283 0 0 1 11.912-5.515zm-345.957 0a16.285 16.285 0 0 1 11.908 5.514c3.905 4.42 4.963 10.356 3.351 15.609l52.128 59.011 45.333-40.047 21.77 24.646c-19.696 6.754-37.35 15.816-52.759 27.425l34.794 11.236 20.93 23.692c-22.24 1.677-44.43 5.136-66.706 10.314l-5.849-30.627c-13.655 13.65-24.966 29.954-33.687 49.185l-21.766-24.642 45.335-40.048-52.054-58.928c-5.472 1.038-11.334-.736-15.289-5.212-5.967-6.758-5.328-17.073 1.428-23.042A16.26 16.26 0 0 1 93.557 67.8zM261.339 210.46c35.604-.088 71.52 4.703 108.57 14.485 1.841 81.404-31.036 188.415-106.623 233.915-73.166-44.217-110.162-152.912-108.497-233.923 35.775-9.446 71.02-14.389 106.551-14.477zm105.459 138.15 78.179 88.504 10.98 57.505-55.71-17.995-61.641-69.781c11.574-18.098 20.921-37.827 28.192-58.233zm-205.383 5.499c7.82 20.014 17.62 39.27 29.435 56.828l-58.025 65.687-55.709 17.995 10.98-57.505 73.32-83.007z"/></svg>') center / contain no-repeat;
}


.icon-proficiency {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m181.925 87.123 29.785 75.037-100.04 100.152-52.4-52.452L181.925 87.123zm144.31 4.696c88.425 60.277 150.183 145.122 152.523 260.016C422.733 243.999 332.546 149.252 249.06 109.06l77.175-17.242zm85.19 13.921 26.607 26.608a22631.591 22631.591 0 0 1-19.632 18.759c-7.998-9.351-16.533-18.315-25.482-26.917l18.507-18.45zm-318.432 0L116.281 129l-25.846 25.875a32021.09 32021.09 0 0 1-24.048-22.585l26.606-26.55zm237.544 80.775a571.376 571.376 0 0 1 25.257 24.357c-22.736 21.717-45.473 43.49-68.119 65.475l-23.57-23.513 66.432-66.32zm-137.981 18.648L438.2 450.44l-26.382 26.298C336.686 390.22 253.637 308.89 168.988 228.76l23.569-23.598zm25.425 93.74a4955.94 4955.94 0 0 1 23.373 22.782c-50.307 49.842-100.05 101.118-148.642 155.194l-26.494-26.437 151.763-151.54z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m181.925 87.123 29.785 75.037-100.04 100.152-52.4-52.452L181.925 87.123zm144.31 4.696c88.425 60.277 150.183 145.122 152.523 260.016C422.733 243.999 332.546 149.252 249.06 109.06l77.175-17.242zm85.19 13.921 26.607 26.608a22631.591 22631.591 0 0 1-19.632 18.759c-7.998-9.351-16.533-18.315-25.482-26.917l18.507-18.45zm-318.432 0L116.281 129l-25.846 25.875a32021.09 32021.09 0 0 1-24.048-22.585l26.606-26.55zm237.544 80.775a571.376 571.376 0 0 1 25.257 24.357c-22.736 21.717-45.473 43.49-68.119 65.475l-23.57-23.513 66.432-66.32zm-137.981 18.648L438.2 450.44l-26.382 26.298C336.686 390.22 253.637 308.89 168.988 228.76l23.569-23.598zm25.425 93.74a4955.94 4955.94 0 0 1 23.373 22.782c-50.307 49.842-100.05 101.118-148.642 155.194l-26.494-26.437 151.763-151.54z"/></svg>') center / contain no-repeat;
}


.icon-sageArchive {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M270.98 78.996c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.684 6.84 16.254 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-1.44 19.71c-6.12-.27-12.42-.45-18.81-.45-6.75 0-13.32.18-19.71.54l-1.35-19.8h-14.94c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.114 6.57-16.164s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12zM443.69 208.56c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.246 0l-3.87-57.87H405.8c0-12.87.18-27.54 2.79-39.51 1.413-6.48 3.573-12.15 6.543-16.2 2.961-4.05 6.651-6.48 11.961-7.29l6.876-1.08-4.32-5.4c-3.546-4.32-5.886-10.62-5.886-17.64 0-13.86 8.676-24.12 18.126-24.12zm-345.6 0c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.21 0l-3.87-57.87H60.2c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.15 6.57-16.2s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12zm171 17.1c33.03 0 62.91 4.77 83.88 12.15 10.44 3.69 18.63 8.1 23.67 12.33 5.13 4.23 6.75 7.74 6.75 10.62 0 2.88-1.62 6.39-6.75 10.62-5.04 4.23-13.23 8.55-23.67 12.33-20.97 7.38-50.85 12.15-83.88 12.15s-62.91-4.77-83.88-12.15c-10.44-3.78-18.63-8.1-23.67-12.33-5.13-4.23-6.75-7.74-6.75-10.62 0-2.88 1.62-6.39 6.75-10.62 5.04-4.23 13.23-8.64 23.67-12.33 20.97-7.38 50.85-12.15 83.88-12.15zm94.5 71.28v41.22h-16.2v-35.82c3.78-1.08 7.47-2.16 10.98-3.42 1.8-.63 3.51-1.26 5.22-1.98zm-189 0c1.71.72 3.42 1.35 5.22 1.98 3.51 1.26 7.2 2.34 10.98 3.42v35.82h-16.2zm96.39 17.1c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.21 0l-3.87-57.87h-14.94c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.15 6.57-16.2s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M270.98 78.996c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.684 6.84 16.254 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-1.44 19.71c-6.12-.27-12.42-.45-18.81-.45-6.75 0-13.32.18-19.71.54l-1.35-19.8h-14.94c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.114 6.57-16.164s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12zM443.69 208.56c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.246 0l-3.87-57.87H405.8c0-12.87.18-27.54 2.79-39.51 1.413-6.48 3.573-12.15 6.543-16.2 2.961-4.05 6.651-6.48 11.961-7.29l6.876-1.08-4.32-5.4c-3.546-4.32-5.886-10.62-5.886-17.64 0-13.86 8.676-24.12 18.126-24.12zm-345.6 0c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.21 0l-3.87-57.87H60.2c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.15 6.57-16.2s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12zm171 17.1c33.03 0 62.91 4.77 83.88 12.15 10.44 3.69 18.63 8.1 23.67 12.33 5.13 4.23 6.75 7.74 6.75 10.62 0 2.88-1.62 6.39-6.75 10.62-5.04 4.23-13.23 8.55-23.67 12.33-20.97 7.38-50.85 12.15-83.88 12.15s-62.91-4.77-83.88-12.15c-10.44-3.78-18.63-8.1-23.67-12.33-5.13-4.23-6.75-7.74-6.75-10.62 0-2.88 1.62-6.39 6.75-10.62 5.04-4.23 13.23-8.64 23.67-12.33 20.97-7.38 50.85-12.15 83.88-12.15zm94.5 71.28v41.22h-16.2v-35.82c3.78-1.08 7.47-2.16 10.98-3.42 1.8-.63 3.51-1.26 5.22-1.98zm-189 0c1.71.72 3.42 1.35 5.22 1.98 3.51 1.26 7.2 2.34 10.98 3.42v35.82h-16.2zm96.39 17.1c8.55 1.08 16.29 11.07 16.29 24.12 0 7.2-2.43 13.5-6.03 17.91l-4.41 5.22 6.75 1.26c4.68.9 8.1 3.42 11.07 7.47 3.06 4.14 5.31 9.72 6.84 16.29 2.88 11.79 3.51 26.19 3.6 38.97h-15.75l-4.23 57.87c-10.98 2.52-22.68 2.34-33.21 0l-3.87-57.87h-14.94c0-12.87.18-27.54 2.79-39.51 1.44-6.48 3.6-12.15 6.57-16.2s6.66-6.48 11.97-7.29l6.84-1.08-4.32-5.4c-3.51-4.32-5.85-10.62-5.85-17.64 0-13.86 8.64-24.12 18.09-24.12z"/></svg>') center / contain no-repeat;
}

.icon-refHub {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m191.789 137.55 248.625 63.791-115.056 52.3-248.423-65.377L191.79 137.55zm1.42 17.086-67.373 29.753 65.296 17.18 69.532-29.624-67.456-17.31zM64.676 201.79l259.345 68.248 2.752.725h.001l.037.009 2.572-1.17 129.759-57.668.166-.083c5.026-2.513 7.21-1.793 9.693.1 2.48 1.89 4.963 6.191 5.647 11.66 1.367 10.937-3.254 24.822-21.524 30.911l-.371.125-127.358 56.602-155.912-41.03v-27.415l-68.4-16.51v25.925l-37.955-9.987c3.924-12.634 4.797-26.232 1.548-40.441zm52.607 45.078 36 8.69v92.867l-19.752-19.753-16.248 11.248v-93.05zM64.677 259.39l36.407 9.582v40.846l-37.955-9.988c3.924-12.633 4.797-26.23 1.548-40.44zm400.145 8.45c1.623.033 2.86.704 4.178 1.708 2.482 1.891 4.964 6.192 5.648 11.662 1.367 10.937-3.254 24.82-21.524 30.911l-.371.124-127.357 56.604-155.912-41.03v-40.847l157.29 41.39 131.958-58.644a55.442 55.442 0 0 0 4.321-1.687 7.485 7.485 0 0 1 1.769-.19zm-6.091 1.878-.02.007.252-.113-.232.106zM64.677 316.99l36.407 9.582v40.846l-37.955-9.987c3.924-12.634 4.797-26.232 1.548-40.44zm400.145 8.45c1.623.033 2.86.704 4.178 1.708 2.482 1.891 4.964 6.192 5.648 11.662 1.367 10.937-3.254 24.82-21.524 30.911l-.371.124-127.357 56.604-155.912-41.03v-40.847l157.29 41.39 131.958-58.644a55.442 55.442 0 0 0 4.321-1.687 7.485 7.485 0 0 1 1.769-.19zm-6.091 1.878-.02.007.252-.113-.232.106zm-327.094 22.37 34.977 34.976-61.95-16.304 26.973-18.673z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="m191.789 137.55 248.625 63.791-115.056 52.3-248.423-65.377L191.79 137.55zm1.42 17.086-67.373 29.753 65.296 17.18 69.532-29.624-67.456-17.31zM64.676 201.79l259.345 68.248 2.752.725h.001l.037.009 2.572-1.17 129.759-57.668.166-.083c5.026-2.513 7.21-1.793 9.693.1 2.48 1.89 4.963 6.191 5.647 11.66 1.367 10.937-3.254 24.822-21.524 30.911l-.371.125-127.358 56.602-155.912-41.03v-27.415l-68.4-16.51v25.925l-37.955-9.987c3.924-12.634 4.797-26.232 1.548-40.441zm52.607 45.078 36 8.69v92.867l-19.752-19.753-16.248 11.248v-93.05zM64.677 259.39l36.407 9.582v40.846l-37.955-9.988c3.924-12.633 4.797-26.23 1.548-40.44zm400.145 8.45c1.623.033 2.86.704 4.178 1.708 2.482 1.891 4.964 6.192 5.648 11.662 1.367 10.937-3.254 24.82-21.524 30.911l-.371.124-127.357 56.604-155.912-41.03v-40.847l157.29 41.39 131.958-58.644a55.442 55.442 0 0 0 4.321-1.687 7.485 7.485 0 0 1 1.769-.19zm-6.091 1.878-.02.007.252-.113-.232.106zM64.677 316.99l36.407 9.582v40.846l-37.955-9.987c3.924-12.634 4.797-26.232 1.548-40.44zm400.145 8.45c1.623.033 2.86.704 4.178 1.708 2.482 1.891 4.964 6.192 5.648 11.662 1.367 10.937-3.254 24.82-21.524 30.911l-.371.124-127.357 56.604-155.912-41.03v-40.847l157.29 41.39 131.958-58.644a55.442 55.442 0 0 0 4.321-1.687 7.485 7.485 0 0 1 1.769-.19zm-6.091 1.878-.02.007.252-.113-.232.106zm-327.094 22.37 34.977 34.976-61.95-16.304 26.973-18.673z"/></svg>') center / contain no-repeat;
}

.icon-honorScroll {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 70.653c2.52 0 5.04 1.242 7.29 4.239 2.34 2.988 4.05 7.623 4.05 12.906s-1.71 9.918-4.05 12.906c-2.25 2.997-4.77 4.239-7.29 4.239s-5.04-1.242-7.29-4.239c-2.34-2.988-4.05-7.623-4.05-12.906s1.71-9.918 4.05-12.906c2.25-2.997 4.77-4.239 7.29-4.239zm72 20.925v14.49l-52.2 25.2v41.382l8.46 68.04h20.7c4.32 3.69 9.81 6.03 15.84 6.03 6.3 0 12.06-2.61 16.56-6.57l55.44-13.86v14.49l-52.2 16.2v41.4l8.19 65.16h20.7c4.41 3.87 9.99 6.3 16.11 6.3 6.3 0 11.97-2.61 16.38-6.57l55.62-6.93v14.58l-52.2 9v41.4l9 72H413l-10.8-63H395l-10.8 63h-14.4l9-72v-41.4l-45-1.53-45 1.53v41.4l9 72h-14.4l-10.8-63h-7.2l-10.8 63h-14.4l9-72v-41.4l-45-1.53-45 1.53v41.4l9 72h-14.4l-10.8-63h-7.2l-10.8 63h-14.4l9-72v-41.4l-52.2-9v-14.58l55.62 7.02c4.5 3.96 10.17 6.48 16.38 6.48 6.12 0 11.7-2.43 16.11-6.3h20.7l8.19-65.25v-41.4l-52.2-16.2V226.2l55.35 13.86c4.5 4.14 10.26 6.75 16.65 6.75 6.12 0 11.7-2.43 16.11-6.21h20.43l8.46-67.95v-41.382l-52.2-25.2v-14.49l54.9 22.365c4.5 4.329 10.53 7.2 17.1 7.2 6.75 0 12.78-2.979 17.37-7.443zm-68.4 90.072h-7.2l-10.08 58.95h20.88v.09h6.48zm61.2 14.58c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.23-7.29 4.23s-5.04-1.17-7.29-4.23c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm-129.6.09c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.23-7.29 4.23s-5.04-1.17-7.29-4.23c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm63.54 59.04L224 256.89v41.4l8.19 65.34h20.79c4.41 3.78 9.9 6.21 16.02 6.21 6.12 0 11.61-2.43 16.02-6.21h20.79l8.19-65.25v-41.4zm-59.94 51.93h-7.2l-9.63 56.25h20.43v.09h6.03zm129.6.09h-7.2l-9.63 56.25h6.03v-.09h20.43zm61.2 11.88c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.32-7.29 4.32s-5.04-1.26-7.29-4.32c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm-259.2 0c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.32-7.29 4.32s-5.04-1.26-7.29-4.32c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm129.6.09c2.52 0 5.04 1.26 7.29 4.23 2.34 2.97 4.05 7.65 4.05 12.96 0 5.22-1.71 9.9-4.05 12.87-2.25 2.97-4.77 4.23-7.29 4.23s-5.04-1.26-7.29-4.23c-2.34-2.97-4.05-7.65-4.05-12.87 0-5.31 1.71-9.99 4.05-12.96 2.25-2.97 4.77-4.23 7.29-4.23z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M269 70.653c2.52 0 5.04 1.242 7.29 4.239 2.34 2.988 4.05 7.623 4.05 12.906s-1.71 9.918-4.05 12.906c-2.25 2.997-4.77 4.239-7.29 4.239s-5.04-1.242-7.29-4.239c-2.34-2.988-4.05-7.623-4.05-12.906s1.71-9.918 4.05-12.906c2.25-2.997 4.77-4.239 7.29-4.239zm72 20.925v14.49l-52.2 25.2v41.382l8.46 68.04h20.7c4.32 3.69 9.81 6.03 15.84 6.03 6.3 0 12.06-2.61 16.56-6.57l55.44-13.86v14.49l-52.2 16.2v41.4l8.19 65.16h20.7c4.41 3.87 9.99 6.3 16.11 6.3 6.3 0 11.97-2.61 16.38-6.57l55.62-6.93v14.58l-52.2 9v41.4l9 72H413l-10.8-63H395l-10.8 63h-14.4l9-72v-41.4l-45-1.53-45 1.53v41.4l9 72h-14.4l-10.8-63h-7.2l-10.8 63h-14.4l9-72v-41.4l-45-1.53-45 1.53v41.4l9 72h-14.4l-10.8-63h-7.2l-10.8 63h-14.4l9-72v-41.4l-52.2-9v-14.58l55.62 7.02c4.5 3.96 10.17 6.48 16.38 6.48 6.12 0 11.7-2.43 16.11-6.3h20.7l8.19-65.25v-41.4l-52.2-16.2V226.2l55.35 13.86c4.5 4.14 10.26 6.75 16.65 6.75 6.12 0 11.7-2.43 16.11-6.21h20.43l8.46-67.95v-41.382l-52.2-25.2v-14.49l54.9 22.365c4.5 4.329 10.53 7.2 17.1 7.2 6.75 0 12.78-2.979 17.37-7.443zm-68.4 90.072h-7.2l-10.08 58.95h20.88v.09h6.48zm61.2 14.58c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.23-7.29 4.23s-5.04-1.17-7.29-4.23c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm-129.6.09c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.23-7.29 4.23s-5.04-1.17-7.29-4.23c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm63.54 59.04L224 256.89v41.4l8.19 65.34h20.79c4.41 3.78 9.9 6.21 16.02 6.21 6.12 0 11.61-2.43 16.02-6.21h20.79l8.19-65.25v-41.4zm-59.94 51.93h-7.2l-9.63 56.25h20.43v.09h6.03zm129.6.09h-7.2l-9.63 56.25h6.03v-.09h20.43zm61.2 11.88c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.32-7.29 4.32s-5.04-1.26-7.29-4.32c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm-259.2 0c2.52 0 5.04 1.26 7.29 4.32 2.34 2.97 4.05 7.56 4.05 12.87s-1.71 9.9-4.05 12.87c-2.25 3.06-4.77 4.32-7.29 4.32s-5.04-1.26-7.29-4.32c-2.34-2.97-4.05-7.56-4.05-12.87s1.71-9.9 4.05-12.87c2.25-3.06 4.77-4.32 7.29-4.32zm129.6.09c2.52 0 5.04 1.26 7.29 4.23 2.34 2.97 4.05 7.65 4.05 12.96 0 5.22-1.71 9.9-4.05 12.87-2.25 2.97-4.77 4.23-7.29 4.23s-5.04-1.26-7.29-4.23c-2.34-2.97-4.05-7.65-4.05-12.87 0-5.31 1.71-9.99 4.05-12.96 2.25-2.97 4.77-4.23 7.29-4.23z"/></svg>') center / contain no-repeat;
}


.icon-herbs {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M69.2 72.966c10.17.252 21.15 1.323 31.41 3.303 14.4 2.772 27.36 7.497 34.11 12.492.63 1.989.81 4.716.72 6.561 0 1.89-.27 3.942-.63 6.012-11.97-8.919-26.64-14.031-41.49-18.864 12.87 9.063 23.94 18.585 34.38 28.341-7.29 3.213-15.93 3.258-21.51-.693h-.09c-12.06-8.676-28.17-23.184-36.9-37.125zm268.11 3.231c2.43 0 5.04.27 7.74.873 1.8 8.811.72 16.83-2.61 23.211 8.1-3.186 17.82-2.655 27.72 5.634-6.03 20.547-24.21 29.7-42.93 20.421-.54 8.496-.81 17.064-.81 25.614 5.85-6.39 15.48-12.195 25.47-11.925 7.02.27 14.31 3.465 20.7 11.565-10.08 18.9-29.7 24.12-46.08 11.34.18 9.27.63 18.54 1.35 27.9 5.49-7.56 15.3-14.76 26.19-14.67 4.86.09 9.9 1.62 14.94 5.22-14.4 4.05-27.54 9.81-39.33 17.55-4.41 2.79-6.66 7.11-7.92 11.34-1.17 4.23-1.44 8.64-1.35 13.14.36 9.18 2.52 18.81 5.76 27l1.17 2.7 2.61 1.35c1.8.99 3.87 1.98 5.85 2.97a1292.5 1292.5 0 0 0 6.21 34.83c13.32-16.2 26.73-22.14 39.96-22.23 33.831-.36 66.924 37.08 97.812 37.71-41.823 2.97-106.902-39.69-129.582 10.44-16.83 12.51-34.11 22.68-51.75 30.42-1.44-8.46-3.78-17.37-7.02-25.29-2.07-5.04-4.41-9.72-7.38-13.68-2.97-3.96-6.57-7.56-12.06-8.91-1.53-.45-3.15-.81-4.68-1.17 4.86-9.45 4.23-22.14-1.53-32.76-5.85-10.89-16.47-18.45-27.36-19.26a905.718 905.718 0 0 0-35.19-49.86c-9.54 20.25-30.6 23.94-47.97 9.81 4.41-16.29 16.2-21.42 27.45-21.15 5.04.09 9.99 1.35 14.22 3.15-17.73-22.95-36.72-45-57.06-66.384 7.38-3.258 7.92-5.715 9.81-13.149 20.7 21.591 40.05 44.073 58.14 67.203.45 14.31 8.55 27.18 22.23 29.88h.18c8.73 12.24 17.19 24.57 25.29 37.17-2.07-13.41-4.14-27.18-6.66-40.86 6.3-3.96 11.34-10.62 14.13-18.36 8.55 27.45 14.67 56.61 22.59 81.81 1.08-.18 2.25-.27 3.33-.27 14.22-.09 26.73 12.24 29.97 21.51-10.89 9.36-22.86 11.16-32.67 6.84 3.69 6.57 7.47 13.23 11.07 19.89 3.24-1.44 6.57-2.16 9.72-2.16 10.26-.09 19.62 6.39 25.29 13.41-6.21-29.52-11.79-59.04-15.84-88.47-16.56 8.37-33.75.99-41.4-17.64 6.48-6.75 13.32-9.45 19.8-9.54 7.11-.09 13.86 3.06 19.17 7.29a581.468 581.468 0 0 1-2.7-30.51c-16.92 16.65-38.79 12.15-49.59-8.19 6.39-8.1 13.68-11.25 20.7-11.52 12.24-.36 23.76 8.37 28.71 16.29-.54-9.63-.9-19.17-.9-28.71-18.45 8.64-36.18-.54-42.12-20.88 6.48-5.427 12.87-7.524 18.72-7.434 9.72.144 18.18 6.255 23.58 13.239.18-6.345.54-12.69.99-19.017-21.06 6.939-38.07-5.634-40.05-27.729 17.82-9.837 31.5-.666 38.61 10.656 1.62-12.681 9.9-27.63 27.36-27.648zm-160.2 12.528c33.12 5.238 53.73 25.452 68.13 52.2l-2.16-.54c-4.77-.9-9.36-.45-13.5 1.08-10.98-21.429-27.18-39.951-52.47-52.74zM58.22 146.1c42.66 61.11 99.72 87.12 155.79 115.38-4.77 9.45-4.14 21.87 1.53 32.4v.09C156.32 257.25 96.02 222.42 58.22 146.1zm80.73 3.96c14.22-.18 26.73 12.33 29.97 21.51-18.81 16.2-40.77 9.81-49.77-11.97 6.48-6.75 13.32-9.45 19.8-9.54zm99.9 6.12c.36.09.72.09 1.08.18 5.67 1.08 10.8 9.09 8.73 19.71-2.07 10.62-9.9 16.2-15.48 15.03-5.67-1.08-10.8-9.09-8.73-19.71 1.98-9.99 8.82-15.48 14.4-15.21zm184.068 34.38c1.341 0 2.772.09 4.131.09-8.451 22.77-17.541 42.21-36.729 53.91h-.09c-12.78 8.1-28.08 5.85-41.31.81l38.16-31.59-47.61 25.2c-1.35-8.01-6.03-18.72-1.17-26.37h.09v-.09c22.05-14.31 49.77-21.69 84.528-21.96zM236.69 263.73c4.95.18 10.98 3.6 14.85 10.71 5.13 9.54 2.61 18.81-2.43 21.51-7.74 3.33-16.38-4.5-19.26-9.72-5.13-9.54-2.61-18.72 2.43-21.51 1.26-.72 2.79-.99 4.41-.99zm2.79 48.87c1.35 0 2.79 0 4.14.09 8.28.36 16.38 1.62 24.3 3.69h.09c-.09 0 1.35.63 3.06 2.97 1.71 2.34 3.69 5.85 5.31 10.08 2.43 5.85 4.32 12.87 5.58 19.44l-57.6-9.09 46.71 18.54c-4.86 7.2-6.21 10.17-7.38 15.48-7.47 4.77-15.39 6.93-25.38 4.5-24.84-5.85-44.37-26.1-64.8-49.95 23.4-10.71 45.18-15.93 65.97-15.75zm123.48 16.11 8.1 20.61c-29.43 12.96-54.54 27.99-78.57 43.11l-11.25-20.34c28.71-8.82 55.8-23.67 81.72-43.38zm11.34 36.9c18.81 24.57 41.409 45.9 67.239 58.41l-7.092 14.58c-29.997-14.58-54.837-38.79-75.177-65.88 4.86-2.43 9.9-4.86 15.03-7.11zm-18.27 8.73c21.24 37.89 41.67 64.89 63.315 104.49l-14.265 7.74c-21.06-38.61-41.4-65.7-63.45-104.67 4.68-2.52 9.54-5.04 14.4-7.56zm-23.58 12.78c22.14 33.93 37.98 61.65 53.64 97.47l-14.76 6.48c-15.39-35.1-30.78-61.92-52.74-95.76 4.59-2.79 9.18-5.58 13.86-8.19zm-20.7 12.33c13.86 23.4 15.39 51.3 17.82 72.54l-16.02 1.89c-2.61-21.78-4.59-46.98-15.57-65.79z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M69.2 72.966c10.17.252 21.15 1.323 31.41 3.303 14.4 2.772 27.36 7.497 34.11 12.492.63 1.989.81 4.716.72 6.561 0 1.89-.27 3.942-.63 6.012-11.97-8.919-26.64-14.031-41.49-18.864 12.87 9.063 23.94 18.585 34.38 28.341-7.29 3.213-15.93 3.258-21.51-.693h-.09c-12.06-8.676-28.17-23.184-36.9-37.125zm268.11 3.231c2.43 0 5.04.27 7.74.873 1.8 8.811.72 16.83-2.61 23.211 8.1-3.186 17.82-2.655 27.72 5.634-6.03 20.547-24.21 29.7-42.93 20.421-.54 8.496-.81 17.064-.81 25.614 5.85-6.39 15.48-12.195 25.47-11.925 7.02.27 14.31 3.465 20.7 11.565-10.08 18.9-29.7 24.12-46.08 11.34.18 9.27.63 18.54 1.35 27.9 5.49-7.56 15.3-14.76 26.19-14.67 4.86.09 9.9 1.62 14.94 5.22-14.4 4.05-27.54 9.81-39.33 17.55-4.41 2.79-6.66 7.11-7.92 11.34-1.17 4.23-1.44 8.64-1.35 13.14.36 9.18 2.52 18.81 5.76 27l1.17 2.7 2.61 1.35c1.8.99 3.87 1.98 5.85 2.97a1292.5 1292.5 0 0 0 6.21 34.83c13.32-16.2 26.73-22.14 39.96-22.23 33.831-.36 66.924 37.08 97.812 37.71-41.823 2.97-106.902-39.69-129.582 10.44-16.83 12.51-34.11 22.68-51.75 30.42-1.44-8.46-3.78-17.37-7.02-25.29-2.07-5.04-4.41-9.72-7.38-13.68-2.97-3.96-6.57-7.56-12.06-8.91-1.53-.45-3.15-.81-4.68-1.17 4.86-9.45 4.23-22.14-1.53-32.76-5.85-10.89-16.47-18.45-27.36-19.26a905.718 905.718 0 0 0-35.19-49.86c-9.54 20.25-30.6 23.94-47.97 9.81 4.41-16.29 16.2-21.42 27.45-21.15 5.04.09 9.99 1.35 14.22 3.15-17.73-22.95-36.72-45-57.06-66.384 7.38-3.258 7.92-5.715 9.81-13.149 20.7 21.591 40.05 44.073 58.14 67.203.45 14.31 8.55 27.18 22.23 29.88h.18c8.73 12.24 17.19 24.57 25.29 37.17-2.07-13.41-4.14-27.18-6.66-40.86 6.3-3.96 11.34-10.62 14.13-18.36 8.55 27.45 14.67 56.61 22.59 81.81 1.08-.18 2.25-.27 3.33-.27 14.22-.09 26.73 12.24 29.97 21.51-10.89 9.36-22.86 11.16-32.67 6.84 3.69 6.57 7.47 13.23 11.07 19.89 3.24-1.44 6.57-2.16 9.72-2.16 10.26-.09 19.62 6.39 25.29 13.41-6.21-29.52-11.79-59.04-15.84-88.47-16.56 8.37-33.75.99-41.4-17.64 6.48-6.75 13.32-9.45 19.8-9.54 7.11-.09 13.86 3.06 19.17 7.29a581.468 581.468 0 0 1-2.7-30.51c-16.92 16.65-38.79 12.15-49.59-8.19 6.39-8.1 13.68-11.25 20.7-11.52 12.24-.36 23.76 8.37 28.71 16.29-.54-9.63-.9-19.17-.9-28.71-18.45 8.64-36.18-.54-42.12-20.88 6.48-5.427 12.87-7.524 18.72-7.434 9.72.144 18.18 6.255 23.58 13.239.18-6.345.54-12.69.99-19.017-21.06 6.939-38.07-5.634-40.05-27.729 17.82-9.837 31.5-.666 38.61 10.656 1.62-12.681 9.9-27.63 27.36-27.648zm-160.2 12.528c33.12 5.238 53.73 25.452 68.13 52.2l-2.16-.54c-4.77-.9-9.36-.45-13.5 1.08-10.98-21.429-27.18-39.951-52.47-52.74zM58.22 146.1c42.66 61.11 99.72 87.12 155.79 115.38-4.77 9.45-4.14 21.87 1.53 32.4v.09C156.32 257.25 96.02 222.42 58.22 146.1zm80.73 3.96c14.22-.18 26.73 12.33 29.97 21.51-18.81 16.2-40.77 9.81-49.77-11.97 6.48-6.75 13.32-9.45 19.8-9.54zm99.9 6.12c.36.09.72.09 1.08.18 5.67 1.08 10.8 9.09 8.73 19.71-2.07 10.62-9.9 16.2-15.48 15.03-5.67-1.08-10.8-9.09-8.73-19.71 1.98-9.99 8.82-15.48 14.4-15.21zm184.068 34.38c1.341 0 2.772.09 4.131.09-8.451 22.77-17.541 42.21-36.729 53.91h-.09c-12.78 8.1-28.08 5.85-41.31.81l38.16-31.59-47.61 25.2c-1.35-8.01-6.03-18.72-1.17-26.37h.09v-.09c22.05-14.31 49.77-21.69 84.528-21.96zM236.69 263.73c4.95.18 10.98 3.6 14.85 10.71 5.13 9.54 2.61 18.81-2.43 21.51-7.74 3.33-16.38-4.5-19.26-9.72-5.13-9.54-2.61-18.72 2.43-21.51 1.26-.72 2.79-.99 4.41-.99zm2.79 48.87c1.35 0 2.79 0 4.14.09 8.28.36 16.38 1.62 24.3 3.69h.09c-.09 0 1.35.63 3.06 2.97 1.71 2.34 3.69 5.85 5.31 10.08 2.43 5.85 4.32 12.87 5.58 19.44l-57.6-9.09 46.71 18.54c-4.86 7.2-6.21 10.17-7.38 15.48-7.47 4.77-15.39 6.93-25.38 4.5-24.84-5.85-44.37-26.1-64.8-49.95 23.4-10.71 45.18-15.93 65.97-15.75zm123.48 16.11 8.1 20.61c-29.43 12.96-54.54 27.99-78.57 43.11l-11.25-20.34c28.71-8.82 55.8-23.67 81.72-43.38zm11.34 36.9c18.81 24.57 41.409 45.9 67.239 58.41l-7.092 14.58c-29.997-14.58-54.837-38.79-75.177-65.88 4.86-2.43 9.9-4.86 15.03-7.11zm-18.27 8.73c21.24 37.89 41.67 64.89 63.315 104.49l-14.265 7.74c-21.06-38.61-41.4-65.7-63.45-104.67 4.68-2.52 9.54-5.04 14.4-7.56zm-23.58 12.78c22.14 33.93 37.98 61.65 53.64 97.47l-14.76 6.48c-15.39-35.1-30.78-61.92-52.74-95.76 4.59-2.79 9.18-5.58 13.86-8.19zm-20.7 12.33c13.86 23.4 15.39 51.3 17.82 72.54l-16.02 1.89c-2.61-21.78-4.59-46.98-15.57-65.79z"/></svg>') center / contain no-repeat;
}


.icon-drug {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M164.573 66.286c16.965 0 33.924 6.94 44.293 20.813 22.602-22.01 70.916-12.337 70.916 29.023 0 6.015-1.026 11.355-2.84 16.029H162.726l-39.582 163.888h68.002l9.463 81.378c-32.337.807-65.298-19.99-65.298-62.42l.002-.148c-13.615 1.078-27.765-3.798-36.45-14.62-11.768 10.703-35.87 5.602-35.87-15.312 0-17.055 16.025-23.58 28.324-19.611 3.02-15.32 13.58-25.01 26.145-29.076-4.625-6.303-7.47-14.465-7.47-24.492 0-19.685 10.949-32.184 24.856-37.514a22.471 22.471 0 0 1-.42-4.387c0-1.548.148-3 .416-4.36-14.322-8.433-24.683-23.648-24.683-45.666 0-35.682 27.205-53.523 54.411-53.525zm245.997 21.04c17.309-.124 34.425 9.63 39.267 31.885 11.475 52.755-68.965 70.252-80.442 17.496a49.255 49.255 0 0 1-.9-5.826c-10.57 2.867-23.148-1.445-26.203-15.486-5.241-24.093 26.92-33.831 38.15-16.542 8.056-7.38 19.13-11.448 30.127-11.527zm-55.904 61.644 31.46 130.249h-61.62l-18.694 160.776h-80.993l-18.693-160.776h-61.618l31.459-130.248h178.7zM76.719 159.131c9.722 0 19.446 6.378 19.446 19.132 0 25.509-38.893 25.509-38.893 0 0-12.753 9.724-19.132 19.447-19.132zM347.2 202.33l-60.563 42.505 71.156 6.37L347.2 202.33zm-163.578 0-10.595 48.876 71.157-6.37-60.56-42.506zM83.24 210.807c6.689 0 13.377 4.388 13.377 13.161 0 17.546-26.755 17.546-26.755 0 0-8.773 6.69-13.162 13.378-13.162zm372.847 11.415c14.148 0 28.3 9.279 28.3 27.837 0 25.16-26.005 33.26-42.76 24.309-1.16 56.766-76.831 63.986-96.957 21.668h62.82l-17.649-73.072c14.847-.222 29.794 5.23 39.791 16.365 4.277-11.403 15.365-17.107 26.455-17.107zM265.41 259.17l-28.692 37.89 13.41 10.154 15.284-20.185 15.285 20.185 13.41-10.155-28.697-37.89zm197.649 37.894c6.69 0 13.378 4.385 13.378 13.158 0 17.55-26.754 17.55-26.754 0 0-8.771 6.689-13.158 13.377-13.158zm-127.1 29.304c13.668.592 26.901 9.86 26.901 27.808 0 6.976-1.998 12.64-5.247 16.992 7.34 6.743 12.193 16.654 12.193 29.752 0 21.515-13.077 34.445-28.803 38.812 2.106 3.137 3.38 7.107 3.38 11.914 0 25.823-36.74 27.543-41.646 5.168h18.054l15.168-130.446zm-132.52 75.373 6.405 55.073h47.028c-10.25 23.8-41.639 29.275-61.616 16.427-4.752 32.139-56.245 30.505-56.245-4.9 0-23.337 22.373-31.997 38.986-25.988a50.783 50.783 0 0 1-.087-2.846c0-20.002 11.304-32.586 25.53-37.766zm-138.176 5.888c6.427.08 12.942 5.387 10.751 13.565-3.69 13.774-24.692 8.145-21.002-5.629 1.499-5.598 5.854-7.99 10.25-7.936zm378.957 19.129c11.822 0 23.643 7.752 23.643 23.258 0 15.507-11.826 23.261-23.647 23.258a21.09 21.09 0 0 1 .363 3.942c0 23.852-36.369 23.852-36.369 0 0-10.175 6.62-15.995 14.209-17.489-1.17-2.804-1.84-6.039-1.84-9.71 0-15.508 11.82-23.26 23.642-23.26zM82.7 440.189c5.025.062 10.082 2.774 12.32 7.353 12.063-7.872 32.728 1.817 27.876 19.926-5.44 20.304-33.361 15.401-35.692-1.818-8.689 2.504-19.998-4.3-16.898-15.868 1.812-6.765 7.078-9.657 12.393-9.593zm299.592 1.672c6.687 0 13.376 4.387 13.376 13.16 0 17.547-26.752 17.547-26.752 0 0-8.775 6.687-13.16 13.374-13.16z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M164.573 66.286c16.965 0 33.924 6.94 44.293 20.813 22.602-22.01 70.916-12.337 70.916 29.023 0 6.015-1.026 11.355-2.84 16.029H162.726l-39.582 163.888h68.002l9.463 81.378c-32.337.807-65.298-19.99-65.298-62.42l.002-.148c-13.615 1.078-27.765-3.798-36.45-14.62-11.768 10.703-35.87 5.602-35.87-15.312 0-17.055 16.025-23.58 28.324-19.611 3.02-15.32 13.58-25.01 26.145-29.076-4.625-6.303-7.47-14.465-7.47-24.492 0-19.685 10.949-32.184 24.856-37.514a22.471 22.471 0 0 1-.42-4.387c0-1.548.148-3 .416-4.36-14.322-8.433-24.683-23.648-24.683-45.666 0-35.682 27.205-53.523 54.411-53.525zm245.997 21.04c17.309-.124 34.425 9.63 39.267 31.885 11.475 52.755-68.965 70.252-80.442 17.496a49.255 49.255 0 0 1-.9-5.826c-10.57 2.867-23.148-1.445-26.203-15.486-5.241-24.093 26.92-33.831 38.15-16.542 8.056-7.38 19.13-11.448 30.127-11.527zm-55.904 61.644 31.46 130.249h-61.62l-18.694 160.776h-80.993l-18.693-160.776h-61.618l31.459-130.248h178.7zM76.719 159.131c9.722 0 19.446 6.378 19.446 19.132 0 25.509-38.893 25.509-38.893 0 0-12.753 9.724-19.132 19.447-19.132zM347.2 202.33l-60.563 42.505 71.156 6.37L347.2 202.33zm-163.578 0-10.595 48.876 71.157-6.37-60.56-42.506zM83.24 210.807c6.689 0 13.377 4.388 13.377 13.161 0 17.546-26.755 17.546-26.755 0 0-8.773 6.69-13.162 13.378-13.162zm372.847 11.415c14.148 0 28.3 9.279 28.3 27.837 0 25.16-26.005 33.26-42.76 24.309-1.16 56.766-76.831 63.986-96.957 21.668h62.82l-17.649-73.072c14.847-.222 29.794 5.23 39.791 16.365 4.277-11.403 15.365-17.107 26.455-17.107zM265.41 259.17l-28.692 37.89 13.41 10.154 15.284-20.185 15.285 20.185 13.41-10.155-28.697-37.89zm197.649 37.894c6.69 0 13.378 4.385 13.378 13.158 0 17.55-26.754 17.55-26.754 0 0-8.771 6.689-13.158 13.377-13.158zm-127.1 29.304c13.668.592 26.901 9.86 26.901 27.808 0 6.976-1.998 12.64-5.247 16.992 7.34 6.743 12.193 16.654 12.193 29.752 0 21.515-13.077 34.445-28.803 38.812 2.106 3.137 3.38 7.107 3.38 11.914 0 25.823-36.74 27.543-41.646 5.168h18.054l15.168-130.446zm-132.52 75.373 6.405 55.073h47.028c-10.25 23.8-41.639 29.275-61.616 16.427-4.752 32.139-56.245 30.505-56.245-4.9 0-23.337 22.373-31.997 38.986-25.988a50.783 50.783 0 0 1-.087-2.846c0-20.002 11.304-32.586 25.53-37.766zm-138.176 5.888c6.427.08 12.942 5.387 10.751 13.565-3.69 13.774-24.692 8.145-21.002-5.629 1.499-5.598 5.854-7.99 10.25-7.936zm378.957 19.129c11.822 0 23.643 7.752 23.643 23.258 0 15.507-11.826 23.261-23.647 23.258a21.09 21.09 0 0 1 .363 3.942c0 23.852-36.369 23.852-36.369 0 0-10.175 6.62-15.995 14.209-17.489-1.17-2.804-1.84-6.039-1.84-9.71 0-15.508 11.82-23.26 23.642-23.26zM82.7 440.189c5.025.062 10.082 2.774 12.32 7.353 12.063-7.872 32.728 1.817 27.876 19.926-5.44 20.304-33.361 15.401-35.692-1.818-8.689 2.504-19.998-4.3-16.898-15.868 1.812-6.765 7.078-9.657 12.393-9.593zm299.592 1.672c6.687 0 13.376 4.387 13.376 13.16 0 17.547-26.752 17.547-26.752 0 0-8.775 6.687-13.16 13.374-13.16z"/></svg>') center / contain no-repeat;
}


.icon-daggerRose {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M443.13 67.05c.371-.005.744 0 1.119.01l.003-.002c8.772.26 18.74 4.707 26.858 12.825 13.672 13.675 16.954 32.575 7.311 42.218-7.191 7.189-19.544 7.223-31.023 1.098-14.55 27.045-37.938 51.918-64.293 68.736 16.893 21.74 26.973 49.032 26.973 78.638h-16.821c0-26.01-8.844-49.927-23.708-68.877l-1.94 35.464c-2.62 2.36-5.239 4.702-7.86 7.049-3.92-11.394-9.44-21.674-16.906-30.01l-11.751-13.12-2.311 17.46c-3.24 24.473-5.829 45.499-8.918 61.191-13.934 12.321-27.831 24.543-41.6 36.5-4.865-1.913-10.242-3.315-15.867-4.59-16.48-3.733-36.371-5.884-54.052-8.852 33.916-39.368 69.687-79.695 105.521-119.401l35.071-1.913c-18.687-14.111-41.972-22.469-67.246-22.472V142.18c28.98.002 55.75 9.653 77.259 25.902 16.827-26.444 41.75-49.932 68.877-64.517-6.115-11.473-6.117-23.78 1.069-30.965 3.672-3.672 8.681-5.485 14.238-5.552zm-287.796 2.413 46.206 49.491-24.353 77.393L121.722 210l-14.766-44.622 40.593-21.54 7.603 20.891-14.058 8.637-2.406-10.381-13.156 6.786 5.188 24.341 44.244-24.748L153.8 121.8l-38.796 22.29-16.016-51.914 56.346-22.713zM315.99 80.675c21.069 20.573 34.787 42.884 41.794 64.171a199.2 199.2 0 0 0-2.536 3.348c-17.167-10.386-36.554-16.908-56.448-19.377 7.675-16.884 14.407-33.51 17.19-48.143zm-125.361 2.724c2.03.405 39.141 7.275 48.55 8.876l12.405 87.37-68.035 76.935-104.951-12.844-22.167-90.858L96.6 136.11l4.19 13.583-11.491 7.97 23.84 71.759 76.93-19.674 28.266-89.833L190.628 83.4zm89.78 89.937c7.232.006 14.385.671 21.546 2.187a8516.196 8516.196 0 0 0-36.742 40.743c.452-11.754 5.805-26.66 12.922-42.891.759-.014 1.518-.04 2.275-.04zm-44.16 47.97a210.584 210.584 0 0 1 14.233 11.463 5458.926 5458.926 0 0 0-36.616 41.556c-11.7-2.304-23.605-5.73-35.084-10.735 19.293-4.246 46.593-7.817 54.652-23.552a211.262 211.262 0 0 0-8.357-6.23c2.043-2.27 2.2-2.432 4.47-4.967 2.381-2.659 4.487-5.043 6.701-7.537zm105.54 22.217c6.636 15.948 9.967 36.405 9.705 56.99-.38 29.916-4.76 57.267-15.17 71.572 16.6 35.647 36.622 73.406 62.41 92.418h.003c23.852 17.014 46.449 12.964 57.48.562 5.514-6.201 8.497-14.647 7.181-25.433-1.305-10.692-7.133-23.787-20.021-37.989-10.77-9.223-19.521-12.848-25.34-13.458-5.897-.619-8.87 1.092-11.103 3.894-4.467 5.603-4.543 18.73 6.732 28.194l-10.812 12.885c-17.19-14.427-20.408-37.339-9.073-51.561 5.667-7.11 15.332-11.26 26.01-10.141 10.678 1.12 22.308 6.797 34.996 17.783l.37.322.328.36c14.913 16.299 22.766 32.598 24.606 47.675 1.84 15.078-2.587 28.84-11.308 38.646-17.442 19.611-50.602 22.79-79.812 1.958l-.003-.002a144.628 144.628 0 0 1-15.292-12.57c-26.899-6.953-53.066-9.666-83.07-33.692 19.073.879 36.335-1.53 48.187-13.617-12.064-22.757-21.012-47.534-31.302-71.884-3.737-8.85-7.633-17.661-11.89-26.356a8060.711 8060.711 0 0 0 11.898-10.445 43.038 43.038 0 0 0 1.423-.29l4.793 14.38c6.52-2.17 10.809-7.509 13.86-13.595 3.05-6.086 5.206-13.446 7.128-22.167 2.664-12.087 4.846-27.585 7.087-44.438zm-172.98 70.302a152.208 152.208 0 0 0 2.835 9.675 3521.633 3521.633 0 0 0-34.265 41.15c-13.756-7.641-26.944-17.42-38.645-29.407 20.7-3.533 45.817-12.733 70.076-21.417zm17.14.96c23.782 6.393 52.464 8.032 72.868 12.655 12.38 2.805 20.737 7.128 22.876 10.36 1.068 1.615 1.485 2.937.78 6.162-.706 3.225-2.994 8.15-7.726 14.436l-.004.005-.003.006c-14.037 18.704-31.588 20.871-49.686 11.07-15.606-8.448-30.861-27.26-39.105-54.693zm-8.276 23.969c7.603 16.267 17.77 29.223 29.367 38.219-56.304 47.092-108.8 88.59-152.995 119.979 31.496-45.794 74.829-100.36 123.628-158.199z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M443.13 67.05c.371-.005.744 0 1.119.01l.003-.002c8.772.26 18.74 4.707 26.858 12.825 13.672 13.675 16.954 32.575 7.311 42.218-7.191 7.189-19.544 7.223-31.023 1.098-14.55 27.045-37.938 51.918-64.293 68.736 16.893 21.74 26.973 49.032 26.973 78.638h-16.821c0-26.01-8.844-49.927-23.708-68.877l-1.94 35.464c-2.62 2.36-5.239 4.702-7.86 7.049-3.92-11.394-9.44-21.674-16.906-30.01l-11.751-13.12-2.311 17.46c-3.24 24.473-5.829 45.499-8.918 61.191-13.934 12.321-27.831 24.543-41.6 36.5-4.865-1.913-10.242-3.315-15.867-4.59-16.48-3.733-36.371-5.884-54.052-8.852 33.916-39.368 69.687-79.695 105.521-119.401l35.071-1.913c-18.687-14.111-41.972-22.469-67.246-22.472V142.18c28.98.002 55.75 9.653 77.259 25.902 16.827-26.444 41.75-49.932 68.877-64.517-6.115-11.473-6.117-23.78 1.069-30.965 3.672-3.672 8.681-5.485 14.238-5.552zm-287.796 2.413 46.206 49.491-24.353 77.393L121.722 210l-14.766-44.622 40.593-21.54 7.603 20.891-14.058 8.637-2.406-10.381-13.156 6.786 5.188 24.341 44.244-24.748L153.8 121.8l-38.796 22.29-16.016-51.914 56.346-22.713zM315.99 80.675c21.069 20.573 34.787 42.884 41.794 64.171a199.2 199.2 0 0 0-2.536 3.348c-17.167-10.386-36.554-16.908-56.448-19.377 7.675-16.884 14.407-33.51 17.19-48.143zm-125.361 2.724c2.03.405 39.141 7.275 48.55 8.876l12.405 87.37-68.035 76.935-104.951-12.844-22.167-90.858L96.6 136.11l4.19 13.583-11.491 7.97 23.84 71.759 76.93-19.674 28.266-89.833L190.628 83.4zm89.78 89.937c7.232.006 14.385.671 21.546 2.187a8516.196 8516.196 0 0 0-36.742 40.743c.452-11.754 5.805-26.66 12.922-42.891.759-.014 1.518-.04 2.275-.04zm-44.16 47.97a210.584 210.584 0 0 1 14.233 11.463 5458.926 5458.926 0 0 0-36.616 41.556c-11.7-2.304-23.605-5.73-35.084-10.735 19.293-4.246 46.593-7.817 54.652-23.552a211.262 211.262 0 0 0-8.357-6.23c2.043-2.27 2.2-2.432 4.47-4.967 2.381-2.659 4.487-5.043 6.701-7.537zm105.54 22.217c6.636 15.948 9.967 36.405 9.705 56.99-.38 29.916-4.76 57.267-15.17 71.572 16.6 35.647 36.622 73.406 62.41 92.418h.003c23.852 17.014 46.449 12.964 57.48.562 5.514-6.201 8.497-14.647 7.181-25.433-1.305-10.692-7.133-23.787-20.021-37.989-10.77-9.223-19.521-12.848-25.34-13.458-5.897-.619-8.87 1.092-11.103 3.894-4.467 5.603-4.543 18.73 6.732 28.194l-10.812 12.885c-17.19-14.427-20.408-37.339-9.073-51.561 5.667-7.11 15.332-11.26 26.01-10.141 10.678 1.12 22.308 6.797 34.996 17.783l.37.322.328.36c14.913 16.299 22.766 32.598 24.606 47.675 1.84 15.078-2.587 28.84-11.308 38.646-17.442 19.611-50.602 22.79-79.812 1.958l-.003-.002a144.628 144.628 0 0 1-15.292-12.57c-26.899-6.953-53.066-9.666-83.07-33.692 19.073.879 36.335-1.53 48.187-13.617-12.064-22.757-21.012-47.534-31.302-71.884-3.737-8.85-7.633-17.661-11.89-26.356a8060.711 8060.711 0 0 0 11.898-10.445 43.038 43.038 0 0 0 1.423-.29l4.793 14.38c6.52-2.17 10.809-7.509 13.86-13.595 3.05-6.086 5.206-13.446 7.128-22.167 2.664-12.087 4.846-27.585 7.087-44.438zm-172.98 70.302a152.208 152.208 0 0 0 2.835 9.675 3521.633 3521.633 0 0 0-34.265 41.15c-13.756-7.641-26.944-17.42-38.645-29.407 20.7-3.533 45.817-12.733 70.076-21.417zm17.14.96c23.782 6.393 52.464 8.032 72.868 12.655 12.38 2.805 20.737 7.128 22.876 10.36 1.068 1.615 1.485 2.937.78 6.162-.706 3.225-2.994 8.15-7.726 14.436l-.004.005-.003.006c-14.037 18.704-31.588 20.871-49.686 11.07-15.606-8.448-30.861-27.26-39.105-54.693zm-8.276 23.969c7.603 16.267 17.77 29.223 29.367 38.219-56.304 47.092-108.8 88.59-152.995 119.979 31.496-45.794 74.829-100.36 123.628-158.199z"/></svg>') center / contain no-repeat;
}

.icon-mageGuild {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M276.389 68.46c98.84-1.024 205.124 70.386 205.254 203.217l-19.263-46.256c8.537 65.053 6.975 132.513-34.91 182.252l37.55-16.453c-35.316 62.796-113.7 81.878-180.77 83.259 103.451-35.969 154.067-114.83 157.63-201.036C447.928 82.84 207.286 77.518 135.176 205.25c3.075-17.543 7.76-34.584 14.056-50.5-69.665 80.24-53.363 193.388 19.161 227.733 21.825 3.555 44.037 10.854 54.859 17.1 52.693 30.422 5.643 113.883-47.903 82.97-8.496-4.906-21.063-15.573-32.844-28.217-57.924-53.568-88.29-106.416-83.797-170.046 5.868 26.19 17.257 52.113 32.06 76.214-56.842-132.14-7.16-237.5 130.355-271.218-10.888 5.251-21.153 12.267-30.486 21.024 51.673-21.377 118.01-20.358 168.195 3.154-25.259-23.58-58.298-39.357-91.98-44.678 3.168-.184 6.35-.292 9.538-.325zm17.766 144.182 17.859 90.51c2.662 3.429 5.076 6.167 8.13 8.946l23.119-44.187 20.434 10.737-28.233 54.85c-4.032 10.328-9.018 18.613-13.646 25.673-25.256 38.522-58.092 31.726-85.772 8.599l-78.552-43.607 11.439-20.248 59.522 33.246c1.365-2.839 2.94-5.897 4.55-8.559l-61.036-58.464 15.786-16.826 59.823 57.386c2.12-2.086 3.814-4.074 6.089-5.886l-40.576-70.276 20.46-11.815 41.277 70.468c3.411-1.18 6.948-1.98 10.436-2.47l-14.09-73.707 22.98-4.369z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M276.389 68.46c98.84-1.024 205.124 70.386 205.254 203.217l-19.263-46.256c8.537 65.053 6.975 132.513-34.91 182.252l37.55-16.453c-35.316 62.796-113.7 81.878-180.77 83.259 103.451-35.969 154.067-114.83 157.63-201.036C447.928 82.84 207.286 77.518 135.176 205.25c3.075-17.543 7.76-34.584 14.056-50.5-69.665 80.24-53.363 193.388 19.161 227.733 21.825 3.555 44.037 10.854 54.859 17.1 52.693 30.422 5.643 113.883-47.903 82.97-8.496-4.906-21.063-15.573-32.844-28.217-57.924-53.568-88.29-106.416-83.797-170.046 5.868 26.19 17.257 52.113 32.06 76.214-56.842-132.14-7.16-237.5 130.355-271.218-10.888 5.251-21.153 12.267-30.486 21.024 51.673-21.377 118.01-20.358 168.195 3.154-25.259-23.58-58.298-39.357-91.98-44.678 3.168-.184 6.35-.292 9.538-.325zm17.766 144.182 17.859 90.51c2.662 3.429 5.076 6.167 8.13 8.946l23.119-44.187 20.434 10.737-28.233 54.85c-4.032 10.328-9.018 18.613-13.646 25.673-25.256 38.522-58.092 31.726-85.772 8.599l-78.552-43.607 11.439-20.248 59.522 33.246c1.365-2.839 2.94-5.897 4.55-8.559l-61.036-58.464 15.786-16.826 59.823 57.386c2.12-2.086 3.814-4.074 6.089-5.886l-40.576-70.276 20.46-11.815 41.277 70.468c3.411-1.18 6.948-1.98 10.436-2.47l-14.09-73.707 22.98-4.369z"/></svg>') center / contain no-repeat;
}























.icon-empty {
  display:inline-block;
  width:64px;
  height:64px;
  background-color: currentColor;        /* icon color */
          -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d=""/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d=""/></svg>') center / contain no-repeat;
}



@-webkit-keyframes beat {
  to {
    transform: scale(1.4);
  }
}

@keyframes beat {
  to {
    transform: scale(1.4);
  }
}

#rightMenuBtn.artboard{
  /* kill the problematic parent sizing/transform */
  position: static;          /* not absolute */
  width: 40px;               /* navbar hit area */
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;         /* pushes it to the right */
  margin-right: 12px;        /* space from the edge / home icon */
  z-index: 1;                /* sit under nothing else fancy */
}

#rightMenuBtn .rghtBtnoverlay{
  width: 80px;   /* keep your original animation canvas */
  height: 80px;
  transform: scale(0.32);    /* ≈ your old 40% */
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rightMenuBtn.artboard{
  transform: translateY(-20px);  /* move up */
}

/* Optional: ensure it doesn’t overlap the home icon (give the home icon a little gap too) */
#rightHomeBtn { margin-right: 10px; }

.artboard {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.artboard .rghtBtnoverlay {
  width: 100px;
  height: 100px;
  transition: 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.artboard .rghtBtnoverlay:hover {
  border-color: #D7263D;
  cursor: pointer;
}
.artboard .rghtBtnoverlay:hover .button:before, .artboard .rghtBtnoverlay:hover .button:after {
  width: 35px;
}
.artboard .button {
  width: 70px;
  height: 10px;
  background: #ffffff;
  transition: 900ms 175ms cubic-bezier(0.6, -0.46, 0.21, 1.3);
}
.artboard .button:before, .artboard .button:after {
  content: "";
  transition: 400ms cubic-bezier(1, -0.81, 0.17, 1.2);
  width: 70px;
  height: 10px;
  display: flex;
  background: #ffffff;
  position: relative;
}
.artboard .button:before {
  transform-origin: right;
  top: -35px;
}
.artboard .button:after {
  bottom: -24px;
  transform-origin: left;
  float: right;
}
.artboard .active {
  background: #D7263D;
  border-color: #D7263D;
  transform: rotate(270deg);
}
.artboard .active .button {
  transform: rotate(-45deg);
}
.artboard .active .button:before, .artboard .active .button:after {
  width: 35px;
  transform: rotate(-90deg);
}


.customCheckbox-wrapper-10 .tgl {
    display: none;
  }
  .customCheckbox-wrapper-10 .tgl,
  .customCheckbox-wrapper-10 .tgl:after,
  .customCheckbox-wrapper-10 .tgl:before,
  .customCheckbox-wrapper-10 .tgl *,
  .customCheckbox-wrapper-10 .tgl *:after,
  .customCheckbox-wrapper-10 .tgl *:before,
  .customCheckbox-wrapper-10 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .customCheckbox-wrapper-10 .tgl::-moz-selection,
  .customCheckbox-wrapper-10 .tgl:after::-moz-selection,
  .customCheckbox-wrapper-10 .tgl:before::-moz-selection,
  .customCheckbox-wrapper-10 .tgl *::-moz-selection,
  .customCheckbox-wrapper-10 .tgl *:after::-moz-selection,
  .customCheckbox-wrapper-10 .tgl *:before::-moz-selection,
  .customCheckbox-wrapper-10 .tgl + .tgl-btn::-moz-selection,
  .customCheckbox-wrapper-10 .tgl::selection,
  .customCheckbox-wrapper-10 .tgl:after::selection,
  .customCheckbox-wrapper-10 .tgl:before::selection,
  .customCheckbox-wrapper-10 .tgl *::selection,
  .customCheckbox-wrapper-10 .tgl *:after::selection,
  .customCheckbox-wrapper-10 .tgl *:before::selection,
  .customCheckbox-wrapper-10 .tgl + .tgl-btn::selection {
    background: none;
  }
  .customCheckbox-wrapper-10 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .customCheckbox-wrapper-10 .tgl + .tgl-btn:after,
  .customCheckbox-wrapper-10 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .customCheckbox-wrapper-10 .tgl + .tgl-btn:after {
    left: 0;
  }
  .customCheckbox-wrapper-10 .tgl + .tgl-btn:before {
    display: none;
  }
  .customCheckbox-wrapper-10 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: "Faculty Glyphic", sans-serif;
    perspective: 100px;
  }
  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn:after,
  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: 300;
    font-size: 0.95rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
  }
  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: var(--btn_success);;
    transform: rotateY(-180deg);
  }
  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    background: var(--btn_danger);
    content: attr(data-tg-off);
  }
  .customCheckbox-wrapper-10 .tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg);
  }
  .customCheckbox-wrapper-10 .tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
  }
  .customCheckbox-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
  }
  .customCheckbox-wrapper-10 .tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
  }



