/* ---------- 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;
}



@-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);
  }



