.main-holder .demiplane-credits {
  font-size: var(--font-size-small-1);
  font-family: "Good OT";
  border-top: 1px solid var(--pf-core-dark-green);
  padding: 20px 0px;
  margin: 50px 0;
  color: var(--book-off-black);

  & h2 {
    font-size: var(--font-size-1);
    font-family: "GoodOT-Bold";
    color: var(--pf-core-dark-green);
  }
}

/*Temporary*/
.main-holder tooltip {
  color: magenta;
}

.main-holder .force-clear {
  clear: both !important;
}

.main-holder .navigation-header {
  color: transparent !important;
  font-size: calc(var(--font-size-small-3) * -10) !important;
}

:root {
  --readaloud-color: #7e1716;
}

:root {
  --pf-core-dark-green: #002a17;
  --pf-core-black: #000000;
  --pf-core-teal: #025d4e;
  --pf-core-white: #ffffff;
  --pf-core-pale: #e1d8d5;
  --pf-core-tan: #ece3cb;
  --pf-core-dark-red: #481e12;
  --readaloud-color: var(--pf-sog-dark-teal);

  --base-font: 18px;
  --font-scale: 1.1;

  --font-size-1: var(--base-font);
  --font-size-2: calc(var(--base-font) * var(--font-scale));
  --font-size-3: calc(var(--font-size-2) * var(--font-scale));
  --font-size-4: calc(var(--font-size-3) * var(--font-scale));
  --font-size-5: calc(var(--font-size-4) * var(--font-scale));
  --font-size-6: calc(var(--font-size-5) * var(--font-scale));
  --font-size-7: calc(var(--font-size-6) * var(--font-scale));
  --font-size-8: calc(var(--font-size-7) * var(--font-scale));
  --font-size-small-1: calc(var(--base-font) / var(--font-scale));
  --font-size-small-2: calc(var(--font-size-small-1) / var(--font-scale));
  --font-size-small-3: calc(var(--font-size-small-2) / var(--font-scale));
}

@font-face {
  font-family: "Nunito";
  src: url("https://content.demiplane.com/fonts/Nunito-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Good OT";
  src: url("https://content.demiplane.com/fonts/GoodOT.otf")
    format("opentype");
}

@font-face {
  font-family: "Good OT";
  font-weight: bold;
  src: url("https://content.demiplane.com/fonts/GoodOT-Bold.otf")
    format("opentype");
}

.main-holder p {
  font-size: var(--font-size-1);
}

.reader-container .body-background {
  background: url("https://content.demiplane.com/compendium/pathfinder-2e/npc-core/css/npc-core-bg.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
}

.main-holder {
  background-color: transparent;
}

@media only screen and (max-width: 1150px) {
  .reader-container .body-background {
    background: linear-gradient(
        rgba(235, 233, 228, 0.3),
        rgba(235, 233, 228, 0.5)
      ),
      url("https://content.demiplane.com/compendium/pathfinder-2e/npc-core/css/npc-core-bg.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 60px 0px !important;
  }
}

@media only screen and (max-width: 950px) {
  .reader-container .body-background {
    background: none !important;
  }
}

.main-holder .trait-holder {
  box-shadow: 1px 1px 5px;
  margin: 25px 0px;
}

.main-holder .book-styled-block-1 {
  background: #eadcb7;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/npc-core/css/Big-Green-Back-texture.jpg");
  background-size: fill;
  background-repeat: repeat;
  padding: 0px var(--font-size-6) var(--font-size-2) var(--font-size-6);
  border: 2px solid var(--pf-core-black);
  margin: var(--font-size-small-3);
  margin-top: var(--font-size-3) !important;
  color: var(--pf-core-white);
  font-family: GoodOT;
}

.book-styled-block-1 h3 {
  color: var(--pf-core-white);
  font-family: GoodOT;
  font-weight: bold;
  text-transform: none;
  margin-bottom: -7px;
  margin-top: var(--font-size-3);
}

.book-styled-block-1 h4 {
  text-align: center;
  color: var(--pf-core-white);
  font-family: GoodOT-Bold;
  font-weight: bold;
  text-transform: none;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-3);
}

.pcore-divider {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #000;
}

.book-styled-block-1 h5 {
  text-align: center;
  color: var(--pf-core-white);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: var(--font-size-4);
  margin-bottom: var(--font-size-1);
}

.book-styled-block-1 strong {
  color: var(--pf-core-white);
}

.main-holder .trait-holder .split-header {
  font-size: var(--font-size-3);
  color: var(--pf-core-black);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  border-bottom: 1px solid;
}

.main-holder .split-header {
  font-size: var(--font-size-2);
  color: var(--pf-core-dark-red);
  font-family: GoodOT-Bold;
  font-weight: bold;
  border-bottom: 0px;
}

.main-holder > h1 {
  font-family: Taroca;
  font-weight: Bold;
  font-style: normal;
  color: var(--pf-core-dark-green);
  font-size: var(--font-size-4);
  text-align: center;
  justify-content: center;
  max-width: 100%;
  padding-left: var(--font-size-1);
  padding-right: var(--font-size-1);
  position: relative;
  /*top: -30px;*/
}

.core-chapter-head {
  font-size: var(--font-size-3);
}

.main-holder .heading-block,
.main-holder .main-heading-block {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
  background-size: contain;
  background-repeat: repeat;
  color: var(--pf-core-dark-green);
  font-weight: bold;
  padding-top: var(--font-size-4);
  padding-left: var(--font-size-2);
  padding-right: var(--font-size-2);
  border-radius: 8px 8px 0px 0px;
  margin-bottom: var(--font-size-5);
}

.main-holder .heading-block {
  border: 2px solid var(--pf-core-dark-green);
  margin-top: calc(var(--font-size-4) * 1) !important;
}

.main-holder > .heading-block h1,
.main-holder > .main-heading-block h1 {
  font-family: Taroca;
  font-weight: Bold;
  font-style: normal;
  color: var(--pf-core-dark-green);
  font-size: var(--font-size-4);
  text-align: center;
  justify-content: center;
}

.main-holder .main-heading-block p {
  font-size: var(--font-size-2);
  font-family: Times New Roman;
  font-style: italic;
  padding: 0 10px;
}

.main-holder .heading-block:after,
.main-holder .main-heading-block:after {
  content: "";
  display: block;
  width: 100%;
  bottom: max(-21px, -3.25vw);
  position: relative;
  background-size: 100%;
  left: calc(var(--font-size-2) * -1);
  width: calc(100% + calc(var(--font-size-2) * 2));

  aspect-ratio: 1000 / 25;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-Decoration.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.main-holder .main-heading-block:after {
  bottom: max(-12px, -3.25vw);
}

@media only screen and (max-width: 500px) {
  .main-holder .heading-block:after {
    bottom: max(-18px, -4.1vw);
  }

  .main-holder .main-heading-block:after {
    bottom: max(-18px, -1.3vw);
  }
}

.main-holder .heading-block:nth-of-type(1),
.main-holder .main-heading-block:nth-of-type(1) {
  margin-top: -16px;
  border-radius: none;
}

.main-holder > h2 {
  color: var(--pf-core-dark-green);
  font-size: var(--font-size-5);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: var(--font-size-1);
}

.main-holder .index-letter {
  text-align: center;
}

.main-holder > h3 {
  font-family: GoodOT-Bold;
  font-weight: bold;
  font-size: var(--font-size-4);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: var(--font-size-1);
}

.main-holder > h4 {
  color: var(--pf-core-teal);
  font-size: var(--font-size-4);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.03em;
  margin-top: var(--font-size-6);
  margin-bottom: var(--font-size-1);
}

.main-holder > h5 {
  color: var(--pf-core-black);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-6);
  margin-bottom: var(--font-size-1);
}

.main-holder .pc-ancestries-table img,
.main-holder .pc-class-table img {
  max-width: 90%;
}

.main-holder .standard-table td {
  padding: 10px;
}

.main-holder .standard-table th {
  background-color: var(--pf-core-dark-green) !important;
  /*font-family: GoodOT-Bold;*/
  font-family: GoodOT;
  font-weight: bold;
  color: var(--pf-core-white) !important;
}

.main-holder .standard-table th p {
  color: var(--pf-core-white) !important;
}

.main-holder .pc-ancestries-table h3 {
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  color: var(--pf-core-white);
  text-transform: none;
}

.main-holder .pc-class-table h3 {
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  color: var(--pf-core-white);
  text-transform: none;
}

.main-holder .pc-ancestries-table h4 {
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  color: var(--pf-core-dark-green);
}

.main-holder .pc-class-table h4 {
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  color: var(--pf-core-black);
}

.main-holder .pc-class-table tbody td:nth-child(even) {
  background-color: var(--pf-core-white);
}

.main-holder .pc-ancestries-table tbody td:nth-child(even) {
  background-color: var(--pf-core-white);
}

.main-holder .pc-class-table tbody {
  background-color: var(--pf-core-tan);
}

.main-holder .pc-ancestries-table tbody {
  background-color: var(--pf-core-tan);
}

.main-holder .pc-ancestries-table p,
.main-holder .pc-class-table p {
  font-family: GoodOT;
}

.main-holder .ancestries-table-header {
  background-color: var(--pf-core-dark-green);
}

.main-holder .class-table-header {
  background-color: var(--pf-core-dark-red);
}

.main-holder .class-sidebar .two-column-holder h3 {
  margin-top: var(--font-size-small-1);
  margin-bottom: var(--font-size-small-3);
}

.main-holder .class-sidebar .two-column-holder p {
  margin-bottom: 4px;
  margin-top: 4px;
  font-family: GoodOT;
}

.main-holder .class-sidebar.ancestries .two-column-holder h5 {
  margin-top: var(--font-size-small-1);
  margin-bottom: var(--font-size-small-3);
  font-size: var(--font-size-2);
}

.main-holder .class-sidebar.ancestries .pf-two-column-holder h5 {
  margin-top: var(--font-size-small-1);
  margin-bottom: var(--font-size-small-3);
  font-size: var(--font-size-2);
}

.main-holder
  .class-sidebar.ancestries
  .pf-two-column-holder
  .pf-two-column-left {
  flex: 50%;
  flex-wrap: wrap;
  padding: 20px 30px;
}

.main-holder
  .class-sidebar.ancestries
  .pf-two-column-holder
  .pf-two-column-right {
  flex: 50%;
  flex-wrap: wrap;
  padding: 20px 30px;
}

.main-holder
  .class-sidebar.ancestries
  .pf-two-column-holder.dark-red-border
  .pf-two-column-left {
  border-right: 1px solid #5c1c16;
}

.main-holder .trait-holder .split-header {
  font-size: var(--font-size-2);
}

.image-so {
  shape-margin: 8px;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
}

.book-image-center {
  margin-left: auto;
  margin-right: auto;
}

.main-holder .book-image-left {
  margin-bottom: 0;
}

.main-holder .book-image-right {
  margin-bottom: 0;
}

.force-image-left {
  float: left;
}

.force-image-right {
  float: right;
}

.image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: Benguiat Std;
  font-size: var(--font-size-small-1);
  padding: 2px 8px 0px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--sf-green);
  background-color: var(--sf-subtitle-background);
  border: 2px solid var(--sf-subtitle-border);
  border-radius: 2px;
  z-index: 1001;
}

.image-so > p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  /*font-family: GoodOT-Bold;*/
  font-family: GoodOT;
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--font-size-small-1);
  padding: 2px 10px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-core-white);
  background-image: url("https:///content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Subtitle-BG.jpg");
  background-size: auto 100%;
  background-position: 50%;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
  z-index: 1001;
  border: 2px solid #49160d;
  border-radius: 10px;
}

.image-so.alt > p {
  background-image: none;
  color: white;
  box-shadow: none;
}

.heading-spacer {
  content: "";
  padding-top: 50px;
}

.hide {
  display: none;
}

.main-holder .hidden {
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 0px !important;
}

.main-holder .hidden * {
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 0px !important;
}

/**/
/*Example Play Box*/
/**/

.example-play-box {
  background-color: var(--pf-core-pale);
  padding: var(--font-size-small-2) var(--font-size-small-2) var(--font-size-2)
    var(--font-size-small-2);
  font-family: GoodOT;
  color: var(--pf-core-black);
  margin-bottom: var(--font-size-4);
}

.example-play-box h4 {
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  text-align: center;
  color: var(--pf-core-black);
  margin: var(--font-size-small-1) 0 calc(-1 * var(--font-size-small-3)) 0;
}

.example-play-box h5 {
  /*font-family: GoodOT-Bold;*/
  font-family: GoodOT;
  font-weight: bold;
  text-align: center;
  color: var(--pf-core-black);
  margin: var(--font-size-small-1) 0 calc(-1 * var(--font-size-small-3)) 0;
  text-transform: none;
  font-size: var(--font-size-2);
}

.example-center {
  font-weight: bold;
  text-align: center;
  font-size: var(--font-size-2);
}
/**/
/*Class Block*/
/**/

.class-block {
  background-color: var(--pf-core-dark-green);
  font-family: GoodOT;
  padding-top: var(--font-size-3);
  padding-right: var(--font-size-1);
  padding-bottom: var(--font-size-3);
  padding-left: var(--font-size-1);
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-3);
  color: var(--pf-core-white);
  border: 2px solid var(--pf-core-tan);
}

.class-block h5 {
  color: var(--pf-core-white);
  font-size: var(--font-size-2);
  /*font-family: GoodOT-Bold;*/
  font-family: GoodOT;
  font-weight: bold;
  text-transform: none;
  margin-top: 10px;
}
.class-block h3 {
  color: var(--pf-core-white);
  margin-bottom: 3px;
}

.class-block p {
  margin-top: 7px;
}

.class-block p strong {
  color: white;
}

.class-block a {
  color: var(--pf-core-white) !important;
}

.opening-play-box {
  font-family: Times New Roman;
  font-weight: bold;
  color: var(--pf-core-dark-green);
  font-style: italic;
  font-size: var(--font-size-2);
  padding: 0 var(--font-size-2) var(--font-size-8) var(--font-size-2);
  margin-top: var(--font-size-6);
}

.Art-Only_Example-of-play-special {
  border-top: 2px solid var(--pf-core-teal);
  padding-top: var(--font-size-small-3);
}

.Class-Icon {
  content: "";
  width: var(--font-size-6);
  height: var(--font-size-6);
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-20-ICONS_paizo_Bard.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px -5px calc(-1 * --var(--font-size-6));
}

.Icon-Alchemist {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-01-ICONS_paizo_Alchemis.png");
}

.Icon-Barbarian {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-03-ICONS_paizo_Barbarian.png");
}

.Icon-Champion {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-05-ICONS_paizo_Champion.png");
}

.Icon-Investigator {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-07-ICONS_paizo_Investigator.png");
}

.Icon-Monk {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-02-ICONS_paizo_Monk.png");
}

.Icon-Oracle {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-04-ICONS_paizo_Oracle.png");
}

.Icon-Sorcerer {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-06-ICONS_paizo_Sorcerer.png");
}

.Icon-Swashbuckler {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core-2/SKpSeoIx7UN5OJie/03-08-ICONS_paizo_Swashbuckler.png");
}

.main-holder .level-header {
  text-transform: uppercase !important;
}

.check-results th {
  background-color: var(--pf-core-dark-green);
  /*font-family: GoodOT-CondBold;*/
  font-family: GoodOT;
  font-weight: bold;
  font-size: var(--font-size-3);
  text-transform: uppercase;
  text-align: left;
  padding: 15px 20px 0 25px;
}

.check-results tbody {
  background-color: var(--pf-core-dark-green);
  color: var(--pf-core-white);
  font-family: GoodOT;
}

.check-results tbody strong {
  color: var(--pf-core-white);
  /*font-family: GoodOT-Bold;*/
  font-family: GoodOT;
  font-weight: bold;
  font-size: var(--font-size-2);
}

@media only screen and (max-width: 600px) {
  .book-image-right {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .force-image-right {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .image-with-subtitle-right {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .book-image-left {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .force-image-left {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .image-with-subtitle-left {
    float: none;
    display: block;
    margin: 0 auto !important;
  }

  .main-holder .image-so > p {
    position: static;
  }
}

/*Ancestries*/

.main-holder .ancestries-block {
  width: 100%;
  background: var(--pf-core-tan);
  border-radius: 8px;
  color: var(--pf-core-black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: GoodOT;
  font-size: var(--font-size-1);
  border: 1px solid;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
}

.main-holder .ancestries-block p {
  line-height: 100%;
  color: var(--pf-core-black);
  font-family: GoodOT;
  font-size: var(--font-size-1);
}

.main-holder .ancestries-block .one-action-icon {
  background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/core-rulebook/zIzwJMUoBhjjNAy/single_action_white.svg) !important;
  margin-bottom: -3px;
  width: 21px;
  height: 21px;
}

.main-holder .ancestries-block strong {
  color: inherit !important;
}

.main-holder .ancestries-block a {
  color: #1b9af0 !important;
}

.main-holder .ancestries-block h3 {
  color: var(--pf-core-dark-red) !important;
  margin-top: var(--font-size-2);
}

.main-holder .ancestries-block-bottom-container .ancestries-item h5 {
  margin-top: 24px;
}

.main-holder .ancestries-block-right {
  padding: 20px;
  flex-direction: column;
}

.main-holder .ancestries-block-top-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: -25px;
  color: var(--pf-core-black);
  font-family: GoodOT;
  font-size: var(--font-size-1);
}

/* Class Sidebar */

.main-holder .class-sidebar {
  width: 100%;
  background: var(--pf-core-tan);
  border-radius: 8px;
  color: var(--pf-core-black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: GoodOT;
  font-size: var(--font-size-1);
  padding-top: 0px;
  border: 1px solid;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
}

.main-holder .class-sidebar p {
  margin: 0px;
}

.main-holder .book-styled-block {
  background: #eadcb7;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
  background-size: contain;
  background-repeat: repeat;
  padding: 0px var(--font-size-6) var(--font-size-2) var(--font-size-6);
  border: 2px solid var(--pf-core-black);
  margin: var(--font-size-small-3);
  margin-top: var(--font-size-3) !important;
  color: var(--pf-core-black);
  font-family: GoodOT;
}

.book-styled-block h3 {
  color: var(--pf-core-black);
  font-family: GoodOT;
  font-weight: bold;
  text-transform: none;
  margin-bottom: -7px;
  margin-top: var(--font-size-2);
}

.book-styled-block h4 {
  text-align: center;
  color: var(--pf-core-dark-red);
  font-family: GoodOT-Bold;
  font-weight: bold;
  text-transform: none;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-2);
}

.book-styled-block h5 {
  text-align: center;
  color: var(--pf-core-black);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: var(--font-size-4);
  margin-bottom: var(--font-size-1);
}

.book-styled-block strong {
  color: var(--pf-core-black);
}

.main-holder .book-styled-block-2 {
  background: #e6dad4;
  background-size: contain;
  background-repeat: repeat;
  padding: 2px var(--font-size-6) var(--font-size-2) var(--font-size-6);
  margin: var(--font-size-small-3);
  margin-top: var(--font-size-3) !important;
  color: var(--pf-core-black);
  font-family: GoodOT;
}

.book-styled-block-2 h3 {
  color: var(--pf-core-black);
  font-family: GoodOT;
  font-weight: bold;
  text-transform: none;
  margin-bottom: -7px;
  margin-top: var(--font-size-2);
}

.book-styled-block-2 h4 {
  text-align: center;
  color: var(--pf-core-dark-red);
  font-family: GoodOT-Bold;
  font-weight: bold;
  text-transform: none;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-2);
}

.book-styled-block-2 h5 {
  text-align: center;
  color: var(--pf-core-black);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-4);
  margin-bottom: var(--font-size-1);
}

.book-styled-block-2 strong {
  color: var(--pf-core-black);
}

/* Class Sidebar */

.main-holder .sidebar {
  width: 100%;
  background: var(--pf-core-white);
  color: var(--pf-core-dark-green);
  margin: 10px 0px 10px 0px;
  font-family: "GoodOT";
  font-size: var(--font-size-1);
  padding: 20px 20px;
  border-left: thick solid var(--pf-core-dark-green);

  & strong {
    color: var(--pf-core-dark-green);
  }

  & h5 {
    color: var(--pf-core-dark-green);
    font-family: GoodOT-CondBold;
    font-weight: bold;
    font-size: var(--font-size-2);
  }
  & ul li {
    margin-bottom: 5px;
  }
}

.main-holder .book-styled-block-3 {
  background: #eadcb7;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
  background-size: contain;
  background-repeat: repeat;
  padding: 0px var(--font-size-6) var(--font-size-2) var(--font-size-6);
  border: 2px solid var(--pf-core-black);
  margin: var(--font-size-small-3);
  margin-top: var(--font-size-3) !important;
  color: var(--pf-core-black);
  font-family: GoodOT;
}

.book-styled-block-3 h3 {
  color: var(--pf-core-black);
  font-family: GoodOT;
  font-weight: bold;
  text-transform: none;
  margin-bottom: -7px;
  margin-top: var(--font-size-2);
}

.book-styled-block-3 h4 {
  text-align: center;
  color: var(--pf-core-dark-red);
  font-family: GoodOT-Bold;
  font-weight: bold;
  text-transform: none;
  font-size: var(--font-size-3);
  margin-top: var(--font-size-2);
}

.book-styled-block-3 h5 {
  text-align: center;
  color: var(--pf-core-black);
  font-family: GoodOT-CondBold;
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-1);
}

.book-styled-block-3 strong {
  color: var(--pf-core-black);
}

.main-holder .book-styled-block-3:after {
  content: "";
  display: block;
  width: 100%;
  bottom: max(-30.5px, -3.25vw);
  position: relative;
  background-size: 100%;
  left: calc(var(--font-size-2) * -1);
  width: calc(100% + calc(var(--font-size-2) * 2));

  aspect-ratio: 1000 / 25;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-Decoration.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.main-holder .book-styled-block-3:before {
  content: "";
  display: block;
  width: 100%;
  top: max(-10.5px, -3.25vw);
  position: relative;
  background-size: 100%;
  left: calc(var(--font-size-2) * -1);
  width: calc(100% + calc(var(--font-size-2) * 1));

  aspect-ratio: 1000 / 25;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-Decoration.png");
  background-position: top;
  background-repeat: no-repeat;
}

.main-holder .heading-block-1 {
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-BG.jpg");
  background-size: contain;
  background-repeat: repeat;
  color: var(--pf-core-black);
  font-weight: bold;
  padding-top: var(--font-size-4);
  padding-left: var(--font-size-2);
  padding-right: var(--font-size-2);
  border-radius: 8px 8px 0px 0px;
  margin-bottom: var(--font-size-5);
}

.main-holder .heading-block-1 {
  border: 2px solid var(--pf-core-dark-green);
  margin-top: calc(var(--font-size-4) * 1) !important;
}

.main-holder > .heading-block-1 h1 {
  font-family: Taroca;
  font-weight: Bold;
  font-style: normal;
  color: var(--pf-core-dark-green);
  font-size: var(--font-size-4);
  text-align: center;
  justify-content: center;
}

.main-holder .heading-block-1:after {
  content: "";
  display: block;
  width: 100%;
  bottom: max(-21px, -3.25vw);
  position: relative;
  background-size: 100%;
  left: calc(var(--font-size-2) * -1);
  width: calc(100% + calc(var(--font-size-2) * 2));

  aspect-ratio: 1000 / 25;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/gm-core/css/Box-Decoration.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.standard-table tr:nth-child(odd) td {
  background-color: #ede3c8;
}

.standard-table tr:nth-child(even) td {
  background-color: #f6f2e4;
}

.main-holder .sidebar .book-image-left {
  margin: 0px 10px 0px 0px;
  max-width: 80px;

  & img {
    max-height: 80px;
  }
}

@media only screen and (max-width: 500px) {
  .main-holder .heading-block:after {
    bottom: max(-18px, -4.1vw);
  }
}

/*Image Wizard Styles*/
.image-merchant {
  width: 330px;
  shape-outside: polygon(
    45.58% 0.76%,
    43.15% 6.49%,
    43.45% 8.78%,
    34.97% 14.89%,
    34.67% 20.61%,
    32.24% 23.66%,
    27.09% 28.05%,
    22.55% 32.06%,
    18.91% 33.78%,
    4.67% 33.97%,
    0.42% 34.35%,
    0.42% 37.4%,
    3.76% 39.69%,
    4.36% 43.32%,
    6.18% 45.8%,
    20.42% 46.37%,
    20.12% 50.95%,
    20.12% 55.53%,
    28% 61.72%,
    26.79% 68.4%,
    30.42% 72.98%,
    33.76% 84.43%,
    34.67% 90.53%,
    32.55% 92.63%,
    28.61% 93.78%,
    21.94% 93.4%,
    22.55% 98.17%,
    30.73% 98.17%,
    44.67% 97.98%,
    51.03% 96.83%,
    51.33% 92.25%,
    53.45% 82.9%,
    58% 78.32%,
    60.42% 82.52%,
    71.33% 97.6%,
    76.48% 99.69%,
    89.21% 99.31%,
    90.42% 97.4%,
    83.15% 86.34%,
    86.18% 77.56%,
    85.58% 72.4%,
    88.3% 64.58%,
    89.21% 56.76%,
    86.79% 48.93%,
    94.97% 38.05%,
    94.36% 23.09%,
    88% 16.6%,
    73.45% 13.74%,
    78.91% 8.97%,
    76.79% 3.05%,
    64.36% 0.76%
  );
}
 {
}
.image-pzo-spirit-priest {
  width: 350px;
  shape-outside: polygon(
    14.4% -0.23%,
    7.26% 5.83%,
    3.54% 10.72%,
    1.83% 13.99%,
    2.4% 17.72%,
    1.26% 25.41%,
    4.11% 33.33%,
    3.26% 37.3%,
    2.4% 43.82%,
    6.69% 51.05%,
    11.26% 55.06%,
    15.26% 59.72%,
    11.83% 87.46%,
    1.26% 89.56%,
    0.11% 93.05%,
    13.26% 94.92%,
    17.83% 93.05%,
    50.4% 93.99%,
    56.69% 98.65%,
    98.4% 98.88%,
    99.54% 95.38%,
    89.26% 89.79%,
    69.26% 55.76%,
    53.54% 24.48%,
    33.83% 4.43%,
    26.4% 0%
  );
}
.image-pzo-guildmaster {
  width: 330px;
  shape-outside: polygon(
    4.36% 97.44%,
    4.67% 92.28%,
    9.82% 81.81%,
    7.7% 74.78%,
    6.79% 71.97%,
    7.09% 67.59%,
    9.52% 58.37%,
    8% 55.25%,
    8.3% 46.97%,
    9.21% 40.87%,
    3.76% 37.59%,
    0.18% 35.72%,
    0.12% 26.5%,
    7.39% 20%,
    14.97% 13.28%,
    23.15% 12.5%,
    28.61% 7.66%,
    30.73% 3.28%,
    37.09% 0.31%,
    49.21% 0%,
    55.27% 0.94%,
    58.91% 2.66%,
    60.73% 5.63%,
    60.73% 10%,
    60.42% 14.06%,
    66.79% 17.19%,
    72.24% 23.75%,
    75.27% 25.47%,
    85.27% 22.66%,
    93.45% 21.25%,
    96.79% 23.28%,
    98.61% 26.25%,
    98.91% 29.84%,
    99.21% 33.75%,
    99.21% 38.28%,
    96.79% 41.72%,
    91.94% 42.5%,
    82.55% 43.13%,
    78.3% 48.75%,
    78.3% 51.25%,
    75.58% 54.53%,
    75.88% 66.25%,
    71.03% 69.16%,
    62.85% 76.66%,
    56.79% 84.78%,
    56.79% 87.75%,
    63.45% 90.25%,
    70.42% 92.13%,
    71.03% 95.25%,
    65.58% 96.81%,
    55.27% 97.59%,
    49.21% 95.56%,
    38% 94.31%,
    36.48% 92.59%,
    39.52% 80.56%,
    38% 77.13%,
    29.82% 80.25%,
    27.7% 82.91%,
    24.97% 90.25%,
    24.97% 95.25%,
    24.97% 99.31%,
    6.48% 99%,
    1.52% 1.09%
  );
}
.image-pzo-envoy {
  width: 330px;
  shape-outside: polygon(
    5.58% 35.6%,
    13.45% 30.23%,
    29.21% 23.43%,
    44.36% 12.7%,
    53.15% 7.33%,
    54.97% 1.43%,
    73.76% 0.36%,
    82.24% 6.62%,
    87.7% 14.31%,
    86.79% 17.17%,
    100.42% 34.17%,
    97.7% 77.64%,
    84.36% 77.46%,
    86.79% 85.33%,
    80.73% 87.66%,
    83.15% 94.74%,
    87.39% 99.03%,
    74.06% 99.39%,
    64.97% 96.89%,
    60.12% 86.69%,
    55.27% 81.68%,
    51.94% 75.24%,
    44.06% 82.22%,
    44.36% 87.05%,
    44.67% 94.56%,
    38% 95.64%,
    29.52% 90.81%,
    22.55% 82.4%,
    15.58% 81.32%,
    12.24% 70.23%,
    0.42% 60.57%,
    1.33% 46.08%
  );
}
.image-pzo-courtesan {
  width: 400px;
  shape-outside: polygon(
    42.33% 1.29%,
    31.83% 7.96%,
    26.08% 18.75%,
    24.83% 26.92%,
    24.33% 37.5%,
    28.83% 56.72%,
    24.33% 67.05%,
    14.83% 75.02%,
    0.08% 83.06%,
    0.58% 86.59%,
    10.33% 87.57%,
    8.33% 92.28%,
    20.33% 98.75%,
    74.83% 99.33%,
    99.33% 86.39%,
    99.33% 73.32%,
    90.83% 42.6%,
    77.83% 32.86%,
    81.33% 27.96%,
    78.33% 22.86%,
    78.33% 6%,
    72.58% 1.69%
  );
}
.image-palace-guard {
  width: 330px;
  shape-outside: polygon(
    24.99% 96.64%,
    17.11% 94.12%,
    11.05% 90.41%,
    11.35% 75.05%,
    12.26% 63.15%,
    14.99% 57.85%,
    16.8% 54.41%,
    8.32% 53.75%,
    1.65% 50.7%,
    0.14% 47.53%,
    0.74% 43.69%,
    5.9% 38.53%,
    8.93% 34.3%,
    18.62% 32.45%,
    17.41% 27.68%,
    14.99% 24.23%,
    12.56% 20.67%,
    11.35% 11.93%,
    19.23% 7.42%,
    29.53% 7.42%,
    29.23% 11.93%,
    29.53% 14.31%,
    25.9% 17.23%,
    35.59% 21.46%,
    41.35% 26.1%,
    41.65% 29%,
    42.87% 31.65%,
    55.59% 33.64%,
    61.65% 35.81%,
    63.17% 22.32%,
    50.14% 20.33%,
    52.87% 16.76%,
    67.41% 13.18%,
    72.87% 0.86%,
    75.29% 0.2%,
    77.41% 4.7%,
    76.2% 12.92%,
    82.87% 11.99%,
    90.14% 10.8%,
    100.74% 10.53%,
    94.68% 14.64%,
    84.68% 18.88%,
    87.41% 25.09%,
    88.32% 28.4%,
    87.41% 33.96%,
    81.65% 36.2%,
    77.41% 42.3%,
    70.44% 48.38%,
    69.53% 63.2%,
    61.65% 92.27%,
    67.11% 95.05%,
    71.35% 98.09%,
    52.26% 99.15%,
    28.62% 99.02%
  );
}
.image-pzo-veteran-noble {
  width: 330px;
  shape-outside: polygon(
    2.85% 89.06%,
    7.09% 85.93%,
    17.09% 85.27%,
    13.15% 70.44%,
    12.55% 65.5%,
    2.85% 58.25%,
    10.42% 48.04%,
    10.12% 43.1%,
    0.42% 44.74%,
    5.25% 27.45%,
    14.06% 18.45%,
    21.33% 12.69%,
    24.97% 3.95%,
    28.61% 0%,
    46.79% 0.66%,
    58.3% 10.54%,
    78.91% 22.24%,
    81.03% 27.68%,
    91.64% 34.1%,
    95.58% 39.7%,
    97.7% 44.15%,
    100.73% 51.07%,
    75.27% 51.4%,
    71.03% 54.53%,
    94.36% 69.69%,
    94.06% 72.49%,
    87.09% 71.83%,
    81.94% 71.17%,
    68.3% 62.93%,
    61.64% 67.71%,
    62.55% 94%,
    57.09% 97.46%,
    50.73% 99.77%,
    35.58% 99.28%,
    32.85% 93.01%,
    14.97% 93.18%,
    6.79% 91.86%
  );
}
.image-pzo-knight {
  width: 330px;
  shape-outside: polygon(
    72.24% 94.92%,
    61.33% 90.72%,
    61.03% 82.15%,
    76.79% 77.78%,
    99.82% 66.18%,
    98.3% 61.82%,
    89.52% 54.42%,
    97.7% 36.61%,
    96.48% 26.52%,
    78.91% 18.12%,
    80.73% 12.44%,
    91.64% 5.88%,
    91.64% 2.18%,
    61.64% 15.13%,
    55.88% 2.69%,
    49.52% 0%,
    0.42% 0.17%,
    -0.18% 6.05%,
    8.91% 12.94%,
    12.85% 17.48%,
    6.79% 21.34%,
    1.64% 23.19%,
    1.94% 35.13%,
    4.36% 36.64%,
    10.12% 38.66%,
    16.18% 40.67%,
    19.82% 43.7%,
    0.73% 66.89%,
    0.42% 69.92%,
    5.88% 74.08%,
    27.39% 80.64%,
    28.3% 92.91%,
    21.64% 96.94%,
    21.94% 99.13%,
    40.73% 99.46%,
    48.61% 99.29%,
    62.55% 98.62%,
    73.15% 98.79%,
    77.7% 95.6%
  );
}
.image-pzo-grave-robber {
  width: 330px;
  shape-outside: polygon(
    93.76% 94.94%,
    99.52% 90.21%,
    97.7% 85.01%,
    86.48% 64.21%,
    89.52% 29.69%,
    71.94% 0.95%,
    36.79% 0%,
    25.27% 0.95%,
    20.12% 4.02%,
    18.91% 8.98%,
    16.79% 13.71%,
    11.64% 17.97%,
    9.52% 21.75%,
    8% 24.11%,
    1.94% 24.59%,
    0.12% 29.08%,
    0.73% 35.93%,
    2.85% 41.37%,
    1.94% 48.94%,
    0.73% 63.03%,
    0.42% 68.46%,
    4.67% 72.25%,
    13.15% 72.96%,
    16.18% 87.38%,
    9.21% 88.32%,
    7.09% 91.63%,
    6.48% 96.6%,
    28.61% 97.3%,
    44.36% 98.72%,
    49.52% 98.72%,
    64.06% 99.67%,
    71.03% 97.07%
  );
}
.image-pzo-burglar {
  width: 330px;
  shape-outside: polygon(
    18.61% 0%,
    18.3% 6.99%,
    20.12% 15.73%,
    23.76% 23.78%,
    24.97% 28.15%,
    22.24% 32.87%,
    16.48% 31.47%,
    13.15% 33.92%,
    2.55% 32.87%,
    -0.18% 39.34%,
    16.48% 41.78%,
    16.48% 52.45%,
    18.3% 55.07%,
    24.67% 65.73%,
    22.55% 68.53%,
    16.48% 69.58%,
    11.03% 73.78%,
    2.55% 83.92%,
    4.36% 96.19%,
    8.91% 99.16%,
    16.48% 99.69%,
    21.33% 96.71%,
    21.03% 83.08%,
    44.97% 74.34%,
    45.58% 60%,
    64.36% 64.9%,
    60.12% 70.31%,
    55.88% 74.69%,
    53.45% 80.28%,
    55.58% 89.37%,
    60.12% 90.94%,
    82.55% 91.64%,
    84.36% 87.8%,
    71.94% 83.43%,
    70.12% 80.1%,
    78.91% 72.06%,
    84.67% 64.9%,
    81.94% 58.95%,
    57.7% 45.66%,
    58.3% 39.9%,
    70.73% 40.42%,
    85.27% 38.85%,
    88.61% 32.03%,
    97.7% 30.45%,
    97.09% 27.83%,
    69.82% 33.08%,
    90.42% 25.91%,
    99.52% 20.31%,
    98.91% 14.9%,
    78.3% 18.22%,
    76.79% 6.68%,
    72.24% 3.85%,
    63.76% 2.45%,
    42.85% 11.89%,
    38% 12.24%,
    30.73% 4.02%,
    30.42% 0.17%
  );
}
.image-pzo-legbreaker {
  width: 400px;
  shape-outside: polygon(
    20.35% 96.08%,
    17.1% 90.83%,
    21.35% 79.11%,
    12.35% 75.47%,
    5.35% 78.91%,
    1.6% 79.11%,
    0.35% 66.59%,
    3.35% 59.52%,
    23.35% 36.69%,
    19.35% 32.65%,
    13.35% 28.61%,
    11.33% 38.71%,
    3.35% 27.6%,
    5.85% 22.95%,
    9.85% 19.72%,
    18.85% 23.76%,
    29.85% 17.17%,
    29.35% 11.31%,
    39.85% 7.07%,
    46.35% 1.82%,
    52.35% 0.4%,
    70.35% 0%,
    75.85% 6.67%,
    75.6% 14.14%,
    75.35% 20.81%,
    76.35% 25.45%,
    74.85% 27.47%,
    75.6% 39.6%,
    67.85% 42.83%,
    74.1% 55.15%,
    81.1% 60.61%,
    84.6% 62.22%,
    92.35% 55.56%,
    94.35% 51.52%,
    98.1% 54.95%,
    98.1% 76.36%,
    98.1% 80%,
    89.35% 76.16%,
    84.35% 84.85%,
    72.35% 84.04%,
    69.1% 81.21%,
    69.35% 73.94%,
    75.1% 70.3%,
    70.35% 68.69%,
    62.85% 63.23%,
    65.35% 67.88%,
    65.1% 74.14%,
    65.85% 84.36%,
    68.35% 91.64%,
    61.35% 94.87%,
    52.35% 91.84%,
    53.35% 79.52%,
    45.6% 65.17%,
    44.35% 57.49%,
    39.6% 65.78%,
    35.85% 78.51%,
    43.6% 92.04%,
    44.35% 96.69%,
    44.6% 99.11%,
    24.85% 98.91%
  );
}
.image-pzo-bandit-gang-troop {
  width: 430px;
  shape-outside: polygon(
    18.47% 76.56%,
    8.93% 73.01%,
    14.05% 68.76%,
    5.21% 59.33%,
    1.02% 53.97%,
    0.09% 49.54%,
    5.67% 47.32%,
    7.53% 39.74%,
    14.51% 32.72%,
    16.37% 25.14%,
    21.72% 23.48%,
    27.07% 24.03%,
    29.4% 28.1%,
    29.63% 19.41%,
    33.58% 9.8%,
    45.67% 6.65%,
    50.56% 0.74%,
    60.33% 0.37%,
    66.14% 2.03%,
    65.67% 7.76%,
    72.19% 11.09%,
    75.67% 9.06%,
    78.23% 2.77%,
    91.49% 1.29%,
    94.05% 6.28%,
    81.02% 14.79%,
    81.26% 20.7%,
    80.33% 26.99%,
    82.65% 30.31%,
    83.81% 39.74%,
    86.6% 41.4%,
    91.95% 38.26%,
    94.05% 36.97%,
    99.63% 39%,
    98.7% 45.1%,
    84.51% 52.68%,
    85.91% 58.41%,
    86.14% 64.7%,
    83.81% 67.84%,
    81.49% 70.98%,
    71.02% 70.24%,
    67.07% 81.89%,
    64.28% 91.35%,
    55.44% 93.75%,
    43.58% 88.02%,
    40.79% 92.83%,
    40.33% 98.37%,
    26.84% 98.56%,
    29.86% 73.6%
  );
}
.image-pzo-master-of-disguise {
  width: 330px;
  shape-outside: polygon(
    18.91% 0.23%,
    14.06% 4.93%,
    13.45% 10.8%,
    13.45% 16.55%,
    7.09% 20.42%,
    0.73% 28.29%,
    0.12% 39.79%,
    7.09% 43.19%,
    9.82% 52.58%,
    6.48% 59.74%,
    2.85% 69.37%,
    6.79% 72.07%,
    13.76% 73.71%,
    9.21% 76.29%,
    7.09% 79.11%,
    8% 83.1%,
    4.36% 85.68%,
    7.7% 89.2%,
    6.48% 94.77%,
    15.27% 98.64%,
    25.58% 99.69%,
    31.94% 99.81%,
    35.27% 97.93%,
    27.7% 92.18%,
    27.39% 88.54%,
    38.91% 87.37%,
    38.61% 90.54%,
    50.42% 91.83%,
    61.03% 91.71%,
    66.18% 89.48%,
    65.27% 84.32%,
    70.12% 85.49%,
    69.82% 87.61%,
    70.42% 92.77%,
    78.61% 94.18%,
    88.61% 96.64%,
    98.91% 96.06%,
    91.64% 88.19%,
    91.33% 83.26%,
    89.52% 76.81%,
    94.06% 73.76%,
    96.48% 69.53%,
    97.7% 58.03%,
    98% 49.58%,
    84.67% 38.54%,
    83.15% 30.68%,
    82.85% 24.69%,
    77.7% 18.83%,
    66.18% 15.77%,
    68.3% 12.84%,
    83.45% 10.26%,
    81.33% 8.1%,
    64.97% 6.57%,
    55.27% 0%
  );
}
.image-pzo-crime-kingpin {
  width: 350px;
  shape-outside: polygon(
    79.54% 0.54%,
    77.83% 12.16%,
    70.97% 10.89%,
    62.11% 10.71%,
    57.26% 13.07%,
    51.26% 17.6%,
    50.69% 21.96%,
    29.83% 33.58%,
    24.11% 38.84%,
    23.26% 45.74%,
    16.11% 52.27%,
    8.69% 55.17%,
    10.11% 59.53%,
    11.83% 64.07%,
    -0.17% 99.2%,
    2.11% 98.84%,
    21.83% 65.44%,
    29.54% 64.9%,
    29.26% 71.43%,
    24.69% 82.32%,
    21.26% 91.32%,
    21.83% 99.31%,
    32.69% 99.31%,
    38.4% 96.95%,
    42.4% 87.15%,
    47.54% 86.24%,
    52.4% 89.33%,
    53.83% 92.96%,
    71.83% 96.91%,
    76.4% 89.84%,
    81.26% 78.77%,
    95.83% 69.87%,
    92.4% 43.74%,
    100.69% 37.75%,
    97.54% 23.05%,
    94.4% 0.36%
  );
}
.image-pzo-phantom-thief {
  width: 440px;
  shape-outside: polygon(
    22.14% 99.95%,
    12.82% 86.27%,
    16.68% 58.2%,
    6.91% 49.48%,
    5.09% 43.49%,
    10.55% 34.77%,
    1% 26.98%,
    0.32% 1.09%,
    17.36% 6.81%,
    20.09% 19.07%,
    23.05% 16.08%,
    28.05% 5.45%,
    36.91% 0%,
    47.59% 0%,
    53.95% 5.45%,
    54.86% 13.9%,
    58.5% 24.25%,
    63.5% 21.8%,
    71.23% 17.71%,
    74.86% 20.44%,
    74.86% 24.8%,
    69.64% 31.34%,
    65.55% 38.15%,
    77.14% 38.42%,
    86.68% 39.24%,
    96% 50.68%,
    99.41% 55.31%,
    99.86% 61.04%,
    96.68% 63.76%,
    93.05% 70.84%,
    85.77% 81.36%,
    74.86% 83.54%,
    78.95% 89.26%,
    85.77% 94.17%,
    86.23% 97.98%,
    74.18% 99.07%,
    64.86% 94.99%,
    50.09% 96.62%,
    34.86% 89.54%,
    31% 100.27%
  );
}
.image-pzo-pilgrim {
  width: 330px;
  shape-outside: polygon(
    13.76% 82.43%,
    10.42% 78.12%,
    6.18% 73.97%,
    10.42% 66.12%,
    13.15% 60.28%,
    0.73% 55.51%,
    0.73% 49.35%,
    6.79% 44.74%,
    5.88% 37.05%,
    11.33% 28.58%,
    8.3% 21.05%,
    18.91% 16.58%,
    29.82% 11.66%,
    32.24% 2.28%,
    45.58% 0.46%,
    49.82% 0.77%,
    58.91% 6.92%,
    61.64% 12.15%,
    67.7% 13.85%,
    65.58% 3.85%,
    69.21% 1.23%,
    75.27% 0%,
    83.76% 1.08%,
    94.06% 9.85%,
    94.97% 14.15%,
    95.27% 20.62%,
    98.91% 23.69%,
    99.52% 26.92%,
    91.94% 30.15%,
    90.42% 34.92%,
    91.03% 38.31%,
    88.3% 41.38%,
    91.64% 57.23%,
    89.82% 75.23%,
    90.42% 79.66%,
    92.85% 95.51%,
    92.85% 99.05%,
    87.39% 99.82%,
    85.27% 95.05%,
    82.24% 92.74%,
    70.12% 90.58%,
    64.97% 89.97%,
    56.48% 94.28%,
    43.15% 93.82%,
    21.03% 88.28%
  );
}
.image-pzo-abbot {
  width: 400px;
  shape-outside: polygon(
    1.35% 82.91%,
    13.6% 80.48%,
    23.85% 63.91%,
    21.6% 57.95%,
    26.33% 43.69%,
    30.83% 34.19%,
    27.6% 21.04%,
    20.85% 18.62%,
    18.1% 10.43%,
    19.85% 2.98%,
    24.35% 0.74%,
    39.35% 0.74%,
    42.35% 5.21%,
    37.35% 10.06%,
    36.1% 17.88%,
    37.35% 21.97%,
    44.1% 26.26%,
    47.35% 23.84%,
    45.85% 19.37%,
    47.35% 13.41%,
    57.35% 5.59%,
    63.1% 0.93%,
    72.6% 1.86%,
    83.1% 7.45%,
    82.85% 13.97%,
    80.85% 18.62%,
    89.35% 22.72%,
    90.85% 27.56%,
    93.35% 32.59%,
    92.35% 48.98%,
    89.6% 53.63%,
    91.35% 59.4%,
    92.6% 73.59%,
    93.6% 85.7%,
    98.85% 87%,
    99.35% 91.84%,
    87.85% 95.75%,
    84.6% 95.75%,
    82.35% 92.77%,
    75.35% 92.22%,
    77.35% 96.31%,
    74.35% 98.55%,
    51.35% 97.62%,
    45.35% 98.92%,
    16.35% 97.77%
  );
}
.image-pzo-acolyte-of-iomedae {
  width: 335px;
  shape-outside: polygon(
    88.63% 0%,
    61.16% 12.01%,
    51.61% 11.87%,
    41.76% 12.93%,
    34.3% 17.55%,
    37.58% 21.77%,
    35.79% 23.75%,
    22.36% 29.42%,
    17.28% 24.27%,
    13.1% 26.25%,
    14.6% 31.27%,
    14.6% 32.59%,
    5.64% 36.28%,
    1.46% 39.05%,
    0.87% 45.12%,
    9.22% 42.08%,
    21.46% 46.17%,
    23.25% 50%,
    23.25% 55.94%,
    25.34% 60.16%,
    29.52% 63.32%,
    27.73% 81.53%,
    30.12% 87.2%,
    32.21% 93.01%,
    25.34% 96.04%,
    31.91% 98.68%,
    59.37% 94.99%,
    66.54% 86.54%,
    78.48% 84.3%,
    77.58% 78.63%,
    83.85% 84.56%,
    83.85% 91.69%,
    79.67% 96.17%,
    79.37% 99.34%,
    99.97% 98.76%,
    99.37% 86.89%,
    88.63% 61.03%,
    89.82% 59.58%,
    96.39% 55.75%,
    94.6% 49.16%,
    94.6% 43.75%,
    75.49% 26.33%,
    65.04% 24.49%,
    66.54% 15.51%,
    98.48% 0.13%
  );
}
.image-pzo-blasphemer {
  width: 375px;
  shape-outside: polygon(
    10.37% 96.52%,
    -0.03% 91.21%,
    1.31% 85.27%,
    8.24% 83.57%,
    13.57% 65.52%,
    15.17% 54.69%,
    18.64% 38.77%,
    26.64% 23.48%,
    29.84% 18.17%,
    31.71% 11.04%,
    38.64% 7.43%,
    38.64% 3.18%,
    43.17% 0.85%,
    64.24% 0%,
    73.57% 6.58%,
    88.77% 14.44%,
    88.77% 21.87%,
    87.71% 28.87%,
    87.17% 38.43%,
    88.24% 59.87%,
    90.64% 72.4%,
    93.57% 86.41%,
    98.11% 87.26%,
    99.71% 90.66%,
    93.04% 96.09%,
    79.71% 98%,
    56.24% 98.85%,
    41.31% 99.49%,
    15.44% 99.49%
  );
}
.image-pzo-pythia {
  width: 375px;
  shape-outside: polygon(
    -0.03% 69.02%,
    -0.03% 74.39%,
    1.84% 75.33%,
    8.77% 74.39%,
    14.11% 78.13%,
    21.31% 85.61%,
    26.64% 89.35%,
    30.11% 88.88%,
    38.11% 91.92%,
    40.77% 92.38%,
    39.71% 95.89%,
    39.97% 98.69%,
    45.84% 99.16%,
    49.57% 96.36%,
    57.84% 94.72%,
    65.31% 89.81%,
    89.31% 81.17%,
    98.64% 62.48%,
    98.37% 35.61%,
    77.57% 14.95%,
    76.77% 4.67%,
    72.77% 0.47%,
    56.77% 0.7%,
    51.71% 10.28%,
    34.37% 15.89%,
    20.77% 29.91%,
    13.31% 32.94%,
    8.51% 39.72%,
    6.64% 46.73%,
    5.04% 52.1%,
    4.51% 59.11%,
    5.31% 62.15%
  );
}
.image-pzo-zealot-of-asmodeus {
  width: 425px;
  shape-outside: polygon(
    32.68% 1.41%,
    34.09% 4%,
    31.51% 5.65%,
    26.09% 6.12%,
    27.27% 11.53%,
    29.62% 16.94%,
    27.74% 24.47%,
    23.04% 27.53%,
    21.15% 32.94%,
    22.09% 37.18%,
    5.62% 60.24%,
    0.45% 62.35%,
    -0.02% 67.76%,
    4.21% 72%,
    1.15% 78.12%,
    14.09% 87.06%,
    25.86% 87.53%,
    32.45% 86.59%,
    30.33% 91.76%,
    25.86% 92.24%,
    23.27% 98.35%,
    26.33% 98.59%,
    41.15% 94.35%,
    40.21% 87.53%,
    46.56% 89.88%,
    56.92% 88.47%,
    57.15% 94.12%,
    65.15% 99.06%,
    74.09% 99.29%,
    68.92% 89.41%,
    77.86% 86.82%,
    85.39% 80.94%,
    99.27% 68%,
    98.8% 61.18%,
    77.62% 37.41%,
    78.56% 32.47%,
    75.74% 22.35%,
    70.09% 14.59%,
    63.27% 18.82%,
    62.33% 10.35%,
    56.92% 8.47%,
    51.27% 8%,
    50.09% 4.71%,
    50.09% 0.71%,
    36.45% 0.24%
  );
}
.image-pzo-champion-of-shelyn {
  width: 350px;
  shape-outside: polygon(
    92.57% 0.06%,
    84.29% 17.4%,
    76.57% 13.5%,
    74.57% 17.98%,
    62.29% 16.96%,
    53.71% 16.24%,
    47.14% 17.11%,
    44.57% 19.85%,
    45.43% 26.36%,
    39.71% 27.53%,
    29.43% 29.41%,
    24% 34.47%,
    24.29% 38.66%,
    27.43% 44.44%,
    21.43% 46.04%,
    14% 51.24%,
    17.14% 53.56%,
    21.14% 51.82%,
    22.86% 52.54%,
    20.57% 58.04%,
    0% 68.6%,
    0% 71.78%,
    10.29% 78.88%,
    7.43% 83.21%,
    9.71% 86.68%,
    23.14% 91.59%,
    37.71% 92.75%,
    37.71% 94.63%,
    42.29% 97.09%,
    55.43% 96.65%,
    58.86% 99.37%,
    72% 98.93%,
    76.57% 89.39%,
    82.86% 87.23%,
    84% 59.03%,
    83.71% 51.79%,
    90.86% 46.88%,
    90.86% 37.18%,
    96.29% 32.41%,
    97.43% 19.39%,
    99.43% 16.79%,
    99.14% 0.2%
  );
}
.image-pzo-high-priest {
  width: 330px;
  shape-outside: polygon(
    0.91% 34.32%,
    7.88% 29.17%,
    5.45% 20.67%,
    16.06% 16.19%,
    30.61% -0.14%,
    45.45% 0.09%,
    48.48% 3.89%,
    52.42% 14.63%,
    59.7% 16.42%,
    68.79% 24.02%,
    72.73% 29.62%,
    73.94% 37.67%,
    72.42% 42.15%,
    98.48% 65.21%,
    99.7% 70.03%,
    99.09% 73.17%,
    91.21% 78.76%,
    83.03% 80.55%,
    77.88% 89.95%,
    71.52% 90.62%,
    62.42% 90.17%,
    54.55% 94.2%,
    51.52% 98.22%,
    46.06% 99.12%,
    26.06% 96.88%,
    13.33% 90.62%,
    8.48% 87.04%,
    1.82% 78.54%,
    0.61% 65.78%,
    3.33% 57.71%,
    3.03% 45.63%,
    0.3% 42.27%,
    0.61% 36.23%
  );
}
.image-pzo-traveling-priest {
  width: 350px;
  shape-outside: polygon(
    -0.29% 92.35%,
    12.29% 99.62%,
    24.29% 98.96%,
    23.43% 93.67%,
    33.14% 83.1%,
    38% 78.7%,
    51.43% 87.51%,
    56.29% 87.29%,
    60.57% 90.59%,
    65.14% 90.15%,
    73.43% 86.63%,
    71.14% 92.13%,
    68.29% 94.11%,
    71.14% 97.64%,
    77.71% 96.76%,
    81.71% 92.35%,
    86.57% 84.86%,
    85.71% 81.56%,
    80.29% 75.39%,
    90.57% 71.43%,
    97.14% 62.81%,
    98.86% 58.41%,
    99.14% 54.66%,
    80.29% 47.61%,
    81.43% 45.41%,
    96.57% 45.19%,
    96.29% 40.35%,
    97.14% 31.75%,
    95.14% 26.08%,
    84% 19.25%,
    80% 12.64%,
    70.86% 8.02%,
    58.29% 0.09%,
    20% -0.13%,
    15.14% 8.68%,
    16.29% 16.83%,
    17.43% 23.21%,
    20.86% 28.5%,
    18% 37.11%,
    17.14% 45.7%,
    10.29% 48.57%,
    6.57% 53.41%,
    9.43% 58.53%,
    14.86% 60.95%,
    13.43% 67.56%,
    14.86% 71.52%,
    12.86% 78.79%,
    12.86% 83.86%,
    10.29% 89.15%,
    2.29% 88.26%
  );
}
.image-rancorous-priesthood {
  width: 500px;
  shape-outside: polygon(
    0.6% 8.32%,
    6.2% 8.96%,
    19.4% 25.99%,
    26.4% 36.08%,
    23.4% 28.51%,
    22.2% 10.53%,
    35% 5.17%,
    45.2% 3.28%,
    51.4% -0.19%,
    58.2% 0.44%,
    62.2% 2.96%,
    67% 4.22%,
    69.6% 7.38%,
    74.6% 4.22%,
    83% 5.49%,
    87.2% 0.12%,
    93.6% 0.44%,
    96.6% 8.32%,
    98.6% 14%,
    98% 23.15%,
    98.8% 28.2%,
    99.6% 33.88%,
    96% 50.91%,
    84.6% 56.17%,
    84.6% 76.67%,
    82.2% 82.35%,
    67.4% 87.08%,
    67% 97.81%,
    51.8% 99.39%,
    48.6% 87.4%,
    41% 87.4%,
    37.2% 95.92%,
    33.2% 91.82%,
    22.4% 96.55%,
    18.6% 93.08%,
    10.8% 95.6%,
    10.6% 82.04%,
    13.8% 73.83%,
    17.4% 62.48%,
    19% 58.69%,
    19.8% 43.55%,
    9.8% 32.3%,
    1.6% 26.62%,
    -0.2% 23.15%
  );
}
.image-pzo-deific-champion {
  width: 375px;
  shape-outside: polygon(
    0.13% 67.76%,
    17.47% 67.58%,
    17.2% 73.48%,
    16.4% 80.68%,
    21.73% 87.32%,
    23.6% 94.33%,
    25.2% 98.21%,
    28.4% 99.87%,
    34.53% 98.94%,
    39.6% 91.56%,
    50% 87.69%,
    51.07% 92.12%,
    71.87% 92.67%,
    74% 87.32%,
    77.73% 83.26%,
    87.07% 64.63%,
    95.07% 51.88%,
    99.33% 49.48%,
    99.6% 44.13%,
    72.67% 35.43%,
    69.2% 27.87%,
    64.93% 22.4%,
    62.53% 8.56%,
    56.13% 2.29%,
    48.13% 2.29%,
    38.27% 3.95%,
    32.93% 5.05%,
    27.33% 11.7%,
    26.53% 20.37%,
    27.87% 25.72%,
    27.07% 31.09%,
    18% 41.97%,
    9.47% 48.43%,
    4.67% 52.88%,
    0.4% 60.26%
  );
}
.image-pzo-deific-vessel {
  width: 400px;
  shape-outside: polygon(
    13% 10.11%,
    13.25% 16.26%,
    10.75% 25.83%,
    10.5% 38.13%,
    13.25% 44.74%,
    19.75% 48.61%,
    29.5% 47.7%,
    28% 51.27%,
    4% 67.44%,
    1.25% 72.45%,
    1.25% 81.11%,
    5.25% 86.8%,
    3% 91.81%,
    3% 96.37%,
    13.5% 99.1%,
    26.5% 99.56%,
    44.25% 95.46%,
    46.25% 97.96%,
    54.75% 97.05%,
    60.75% 96.37%,
    69.25% 98.19%,
    74.5% 99.56%,
    85.25% 97.73%,
    94.75% 94.32%,
    99.25% 85.89%,
    99.25% 78.83%,
    95.75% 70.17%,
    95.25% 50.33%,
    99.25% 45.55%,
    97.25% 34.03%,
    71.75% 22.64%,
    77.25% 18.08%,
    86.5% 19.91%,
    90.75% 14.67%,
    81.25% 3.28%,
    74.25% 1.23%,
    57.25% 4.64%,
    45.25% 2.82%,
    41.25% 4.19%,
    34.75% 0.09%,
    34.75% 8.06%
  );
}
.image-pzo-beggar {
  width: 250px;
  shape-outside: polygon(
    22.8% 0.89%,
    18% 4.86%,
    19.2% 12.46%,
    13.6% 15.77%,
    2.4% 18.91%,
    -0.4% 26.18%,
    4% 41.74%,
    8% 45.87%,
    8% 57.29%,
    11.6% 67.56%,
    10% 76.15%,
    16.8% 81.9%,
    23.2% 86.86%,
    24% 90.99%,
    20.8% 97.11%,
    25.2% 99.42%,
    42% 99.09%,
    40.8% 87.52%,
    55.2% 89.17%,
    67.2% 89.5%,
    70.8% 87.69%,
    69.6% 84.38%,
    57.2% 78.76%,
    74.8% 70.83%,
    78.8% 65.35%,
    81.2% 53.95%,
    88.8% 52.79%,
    99.6% 50.97%,
    99.6% 43.02%,
    84.8% 42.03%,
    71.6% 35.58%,
    71.6% 24.66%,
    75.2% 21.35%,
    60.8% 15.93%,
    61.2% 9.98%,
    61.6% 6.51%,
    59.6% 2.05%,
    50.8% 0.23%
  );
}
.image-pzo-gunsmith {
  width: 330px;
  shape-outside: polygon(
    19.09% 94.04%,
    26.97% 98.69%,
    32.42% 99.7%,
    41.21% 99.41%,
    38.79% 92.15%,
    52.73% 93.32%,
    63.64% 93.17%,
    67.27% 90.85%,
    65.76% 87.07%,
    54.55% 84.17%,
    75.76% 70.38%,
    76.36% 59.63%,
    73.94% 53.52%,
    64.24% 45.97%,
    78.79% 36.81%,
    83.03% 27.52%,
    98.48% 23.02%,
    99.39% 19.65%,
    70.91% 21.83%,
    56.67% 16.75%,
    55.45% 8.18%,
    42.12% 0.06%,
    24.85% 0.35%,
    18.18% 5.28%,
    14.24% 15.73%,
    12.42% 21.54%,
    5.45% 25.76%,
    1.52% 32.29%,
    0.3% 37.66%,
    2.12% 44.65%,
    6.67% 46.24%,
    8.18% 48.42%,
    4.55% 56.69%,
    3.03% 62.37%,
    5.15% 65.42%,
    11.52% 75.59%,
    12.42% 81.11%
  );
}
.image-pzo-driver {
  width: 330px;
  shape-outside: polygon(
    31.52% 1.43%,
    29.7% 10%,
    21.21% 14.42%,
    16.36% 21.74%,
    15.15% 27%,
    11.82% 45.94%,
    7.88% 46.91%,
    0% 44.28%,
    0.61% 48.29%,
    2.73% 54.09%,
    9.09% 61.01%,
    13.03% 65.57%,
    23.33% 67.5%,
    28.48% 68.33%,
    28.79% 82.54%,
    31.82% 91.66%,
    26.97% 94.42%,
    24.85% 98.7%,
    44.55% 99.39%,
    48.79% 97.74%,
    47.88% 95.11%,
    46.36% 87.79%,
    48.18% 71.62%,
    51.21% 69.41%,
    48.79% 57.25%,
    58.48% 64.71%,
    63.94% 73.14%,
    63.64% 84.48%,
    70.3% 87.93%,
    76.36% 89.13%,
    78.18% 97.28%,
    80.91% 98.8%,
    98.18% 99.35%,
    98.48% 95.2%,
    92.12% 82.5%,
    75.15% 62.18%,
    73.33% 51.8%,
    93.03% 50.97%,
    97.88% 48.21%,
    99.39% 41.43%,
    78.18% 21.25%,
    66.36% 10%,
    56.06% -0.08%,
    32.12% -0.08%
  );
}
.image-pzo-artillerist {
  width: 330px;
  shape-outside: polygon(
    36.06% 2.71%,
    34.85% 8.15%,
    32.12% 15.59%,
    23.94% 17.58%,
    20.61% 29.02%,
    18.18% 33%,
    16.67% 40.04%,
    15.76% 48.16%,
    17.27% 53.75%,
    0.61% 65.83%,
    0% 71.01%,
    12.73% 76.6%,
    18.79% 75.01%,
    20.3% 66.51%,
    25.76% 62.93%,
    31.21% 64.12%,
    33.94% 73.55%,
    32.42% 80.06%,
    36.36% 82.32%,
    36.06% 85.64%,
    29.7% 88.69%,
    20.61% 89.35%,
    17.27% 92.41%,
    22.73% 95.46%,
    39.39% 94.67%,
    56.97% 93.2%,
    59.39% 89.49%,
    58.18% 78.85%,
    60.91% 75.79%,
    59.09% 68.09%,
    63.03% 72.47%,
    66.06% 76.99%,
    68.48% 80.85%,
    68.48% 90.95%,
    65.76% 95.73%,
    64.24% 98.92%,
    83.94% 99.31%,
    88.79% 96.13%,
    90.3% 83.51%,
    92.73% 77.8%,
    87.27% 67.96%,
    85.76% 61.72%,
    87.88% 57.2%,
    83.33% 42.98%,
    99.09% 39.24%,
    99.09% 25.55%,
    87.58% 14.93%,
    64.55% 12.14%,
    70.3% 6.96%,
    67.27% 0.72%,
    49.09% -0.08%,
    40% -0.08%
  );
}
.image-pzo-toymaker {
  width: 330px;
  shape-outside: polygon(
    12.12% -0.34%,
    10.3% 8.27%,
    3.03% 8.01%,
    -0.3% 10.83%,
    3.03% 18.41%,
    1.52% 29.08%,
    1.82% 32.67%,
    10% 36.39%,
    20% 39.62%,
    23.03% 43.6%,
    14.24% 47.32%,
    5.45% 42.95%,
    0.61% 45.52%,
    1.82% 52.71%,
    9.39% 56.7%,
    20.3% 56.32%,
    27.27% 61.71%,
    23.94% 66.47%,
    8.48% 76.74%,
    7.58% 80.82%,
    19.09% 83.9%,
    24.55% 84.55%,
    28.48% 84.55%,
    31.21% 88.4%,
    28.18% 92.76%,
    35.76% 98.92%,
    49.7% 99.82%,
    50% 95.84%,
    51.52% 86.86%,
    70.91% 86.47%,
    73.64% 82.24%,
    86.97% 76.07%,
    82.42% 71.31%,
    80.61% 67.2%,
    66.06% 60.01%,
    73.94% 53.97%,
    76.97% 46.12%,
    99.7% 38.67%,
    98.18% 34.81%,
    86.67% 33.27%,
    81.52% 34.81%,
    70.91% 33.27%,
    66.06% 34.55%,
    67.88% 27.88%,
    67.58% 23.77%,
    75.76% 20.82%,
    76.97% 16.99%,
    72.42% 11.09%,
    56.67% 9.16%,
    56.67% 2.1%,
    39.7% 0.31%
  );
}
.image-pzo-demolitionist {
  width: 330px;
  shape-outside: polygon(
    45.45% 0.63%,
    37.27% 3.79%,
    37.58% 17.17%,
    32.42% 22.56%,
    27.88% 39.87%,
    25.76% 51.21%,
    26.06% 55.5%,
    0.61% 69.26%,
    0.91% 75.58%,
    7.88% 76.18%,
    18.79% 68.56%,
    20% 82.31%,
    27.58% 84.17%,
    31.52% 62.79%,
    36.36% 65.4%,
    40.61% 78.97%,
    42.42% 87.33%,
    43.33% 91.6%,
    43.33% 97.92%,
    55.45% 97.55%,
    63.33% 95.51%,
    60.91% 76.36%,
    69.09% 89.37%,
    73.64% 97.55%,
    80.61% 98.67%,
    90.3% 98.67%,
    93.64% 95.69%,
    81.82% 62.05%,
    97.27% 54.22%,
    99.7% 51.06%,
    98.79% 42.49%,
    89.7% 46.4%,
    80.3% 32.64%,
    73.33% 16.8%,
    70.61% 3.6%,
    67.27% 0.07%
  );
}
.image-pzo-gadgeteer {
  width: 330px;
  shape-outside: polygon(
    39.39% 0.7%,
    33.03% 2.62%,
    29.7% 11.9%,
    15.15% 15.9%,
    7.88% 21.02%,
    2.12% 30.3%,
    4.24% 35.12%,
    19.09% 34%,
    15.45% 42.16%,
    10% 42.16%,
    3.03% 45.2%,
    6.06% 49.06%,
    10% 51.46%,
    5.15% 55.94%,
    7.88% 64.28%,
    0.61% 73.08%,
    4.55% 86.04%,
    0.3% 92.15%,
    3.03% 99.19%,
    13.33% 99.67%,
    34.24% 99.19%,
    58.48% 94.71%,
    68.79% 95.03%,
    61.21% 76.79%,
    61.82% 64.93%,
    75.76% 62.85%,
    87.88% 64.93%,
    98.79% 63.17%,
    98.18% 53.25%,
    77.88% 38.04%,
    68.48% 18.82%,
    67.27% 7.74%,
    64.85% 1.02%,
    56.36% -0.1%,
    43.94% 0.06%
  );
}
.image-pzo-rocketeerl {
  width: 350px;
  shape-outside: polygon(
    0.57% 10.43%,
    8.57% 17.85%,
    5.71% 24.69%,
    23.43% 35.45%,
    26.29% 40.53%,
    9.43% 52.25%,
    8% 64.96%,
    12.57% 66.53%,
    17.71% 63.01%,
    24.86% 69.46%,
    36.29% 69.85%,
    41.43% 67.31%,
    43.43% 75.71%,
    41.14% 86.34%,
    35.43% 92.2%,
    30.86% 98.25%,
    31.14% 99.62%,
    49.14% 99.82%,
    56% 95.13%,
    62.86% 81.26%,
    60.86% 71.69%,
    69.71% 73.84%,
    83.43% 73.25%,
    94% 67%,
    99.14% 66.81%,
    97.43% 59.36%,
    72% 36.88%,
    81.14% 39.23%,
    92.57% 36.49%,
    89.43% 19.3%,
    80.57% 2.62%,
    76% 0.66%,
    53.14% 0.08%,
    37.43% 0.08%,
    21.71% 7.11%,
    0% 5.15%
  );
}
.image-pzo-dynamo {
  width: 330px;
  shape-outside: polygon(
    2.73% 0.4%,
    4.24% 10.22%,
    3.94% 12.93%,
    1.21% 16.82%,
    2.12% 25.63%,
    0.91% 31.73%,
    8.48% 34.09%,
    3.64% 37.14%,
    0.61% 41.88%,
    3.33% 47.99%,
    5.45% 50.53%,
    5.45% 55.26%,
    -0.3% 62.2%,
    0.61% 65.08%,
    9.09% 71.19%,
    23.94% 72.88%,
    26.97% 80.16%,
    22.73% 84.8%,
    14.55% 90.55%,
    15.76% 94.78%,
    29.7% 95.29%,
    37.27% 92.24%,
    41.82% 89.2%,
    42.12% 75.16%,
    51.21% 82.94%,
    52.42% 88.18%,
    52.73% 93.09%,
    53.64% 96.47%,
    60.3% 99.18%,
    73.03% 99.18%,
    63.33% 70.59%,
    98.18% 56.69%,
    99.39% 53.99%,
    74.24% 41.78%,
    70.61% 28.23%,
    62.12% 14.35%,
    46.67% 0.91%,
    32.42% 1.42%,
    29.7% 4.47%,
    16.67% 18.34%,
    17.88% 7.85%,
    15.45% -0.1%
  );
}
.image-pzo-juggernaut {
  width: 375px;
  shape-outside: polygon(
    3.07% 1.82%,
    8.4% 14.44%,
    4.4% 24.15%,
    3.87% 37.57%,
    -0.13% 47.48%,
    -0.13% 53.69%,
    5.47% 56.62%,
    10.8% 59.54%,
    12.13% 68.47%,
    15.07% 70.8%,
    15.33% 76.04%,
    12.13% 82.45%,
    8.93% 87.89%,
    9.47% 93.91%,
    13.2% 98.95%,
    27.07% 99.73%,
    34.27% 93.71%,
    34.27% 88.08%,
    32.93% 81.09%,
    40.93% 65.94%,
    44.13% 65.75%,
    47.07% 69.63%,
    51.33% 73.32%,
    42.8% 76.43%,
    40.93% 79.73%,
    46.53% 86.14%,
    57.73% 93.32%,
    72.4% 92.74%,
    74.8% 89.05%,
    74.8% 85.75%,
    69.47% 80.9%,
    69.73% 72.55%,
    69.2% 64.2%,
    68.4% 60.31%,
    76.13% 64.97%,
    92.67% 79.34%,
    99.6% 77.98%,
    98.8% 69.22%,
    91.87% 57.96%,
    85.73% 44.54%,
    81.73% 38.33%,
    81.47% 22.21%,
    72.4% 14.83%,
    71.6% 0.85%,
    49.2% 0.66%
  );
}
.image-pzo-forager {
  width: 330px;
  shape-outside: polygon(
    37.58% 0.46%,
    37.27% 13.05%,
    30.61% 16.49%,
    26.67% 20.88%,
    24.85% 32.9%,
    24.24% 43.03%,
    20% 48.95%,
    10.91% 61.55%,
    8.79% 68.8%,
    16.67% 81.97%,
    9.7% 88.07%,
    0% 87.69%,
    2.42% 93.8%,
    23.33% 98.19%,
    46.06% 99.14%,
    53.03% 98.95%,
    79.39% 91.51%,
    92.42% 85.02%,
    95.45% 73.76%,
    89.39% 71.09%,
    77.58% 76.24%,
    73.03% 48.74%,
    81.21% 45.3%,
    97.88% 32.5%,
    99.39% 21.43%,
    60.61% 9.23%,
    57.27% 0.27%
  );
}
.image-pzo-natural-scientist {
  width: 330px;
  shape-outside: polygon(
    0.91% 17.38%,
    27.58% 15.86%,
    26.36% 23.01%,
    31.21% 25.89%,
    36.06% 24.98%,
    42.42% 13.58%,
    48.79% 9.79%,
    49.7% 0.36%,
    66.67% -0.09%,
    75.76% 8.11%,
    79.7% 12.98%,
    90.61% 16.78%,
    92.42% 23.16%,
    93.64% 29.71%,
    90.61% 35.79%,
    95.15% 54.8%,
    96.97% 59.67%,
    99.09% 75.64%,
    98.79% 91.3%,
    73.94% 99.05%,
    58.18% 98.89%,
    56.36% 92.51%,
    43.64% 92.06%,
    44.55% 86.58%,
    54.24% 84.61%,
    52.42% 75.64%,
    46.06% 64.53%,
    41.52% 69.7%,
    34.55% 69.55%,
    27.58% 57.08%,
    33.33% 48.56%,
    37.58% 38.22%,
    26.06% 31.67%,
    12.73% 30.61%,
    -0.3% 29.69%
  );
}
.image-pzochronicler {
  width: 350px;
  shape-outside: polygon(
    30.86% -0.12%,
    36% 9.24%,
    27.43% 14.31%,
    17.71% 23.47%,
    22% 27.37%,
    26% 32.65%,
    21.71% 56.04%,
    17.43% 81.21%,
    0.57% 92%,
    1.14% 97.65%,
    13.71% 98.23%,
    28.29% 94.34%,
    29.71% 98.43%,
    41.14% 98.82%,
    72.86% 98.23%,
    89.14% 93.95%,
    99.71% 89.07%,
    97.43% 74.84%,
    78.29% 54.74%,
    81.71% 45.39%,
    81.14% 25.87%,
    66.86% 12.16%,
    75.43% 6.9%,
    72% -0.12%
  );
}
.image-guide {
  width: 350px;
  shape-outside: polygon(
    10% 39.91%,
    8% 26.68%,
    3.14% 21.96%,
    0.57% 19.13%,
    14.29% 18.38%,
    32.57% 18.94%,
    42% 12.9%,
    46.57% 10.83%,
    50.29% 5.36%,
    62.29% 4.04%,
    66.29% 8.56%,
    75.14% 9.51%,
    75.14% 0.07%,
    98.57% 0.07%,
    99.14% 42.92%,
    98.57% 87.89%,
    97.71% 92.61%,
    89.43% 98.27%,
    62.86% 97.33%,
    40.29% 96.01%,
    7.71% 82.61%,
    12.57% 74.5%
  );
}
.image-pzo-mountaineer {
  width: 330px;
  shape-outside: polygon(
    41.82% 92.64%,
    24.55% 91.81%,
    18.48% 88.06%,
    20.91% 65.3%,
    15.76% 66.27%,
    7.27% 57.67%,
    -0.3% 47.26%,
    5.76% 46.84%,
    11.82% 48.78%,
    16.36% 42.82%,
    23.64% 31.15%,
    22.42% 19.07%,
    33.94% 12.83%,
    41.21% 0.19%,
    58.48% 0.33%,
    65.45% 6.57%,
    73.33% 12.12%,
    81.82% 12.81%,
    88.18% 19.19%,
    92.12% 21.14%,
    95.15% 22.94%,
    89.09% 28.49%,
    90.91% 32.66%,
    93.64% 38.49%,
    89.09% 43.08%,
    87.58% 48.49%,
    90% 56.83%,
    93.03% 65.7%,
    99.09% 77.09%,
    99.09% 86.94%,
    93.03% 98.33%,
    88.79% 99.3%,
    79.39% 99.16%,
    64.85% 93.06%
  );
}
.image-pzo-gameskeeper {
  width: 330px;
  shape-outside: polygon(
    6.06% 22.63%,
    20.3% 18.53%,
    24.85% 14.6%,
    18.79% 9.47%,
    30.61% 3.31%,
    38.18% 0.41%,
    51.52% 0.24%,
    58.79% 4.34%,
    68.79% 7.93%,
    62.42% 12.03%,
    70% 19.55%,
    75.15% 25.71%,
    76.97% 29.64%,
    70.91% 37.52%,
    81.21% 38.72%,
    83.64% 43.85%,
    76.67% 52.75%,
    99.09% 67.45%,
    98.48% 81.7%,
    82.73% 87.51%,
    78.18% 98.62%,
    61.21% 99.31%,
    60.91% 90.08%,
    48.18% 87.51%,
    36.06% 94.69%,
    17.58% 94.69%,
    17.58% 83.75%,
    14.85% 71.79%,
    10.3% 67.34%,
    0.61% 66.66%,
    4.24% 58.26%,
    15.15% 52.11%,
    17.27% 40.98%,
    8.48% 36.36%,
    5.45% 30.21%
  );
}
.image-pzo-expedition-leader {
  width: 375px;
  shape-outside: polygon(
    36.67% 0.91%,
    27.6% 5.04%,
    19.87% 11.65%,
    7.33% 16.4%,
    0.13% 18.26%,
    0.67% 22.81%,
    2.53% 27.56%,
    4.4% 41.84%,
    7.87% 53.2%,
    11.33% 56.1%,
    13.47% 65.21%,
    11.87% 72.23%,
    17.2% 91.84%,
    22.8% 98.66%,
    39.33% 99.9%,
    42.53% 96.18%,
    59.87% 94.73%,
    65.2% 91.01%,
    60.93% 83.57%,
    66.53% 64.57%,
    71.6% 60.23%,
    94% 58.16%,
    99.6% 52.15%,
    99.07% 47.6%,
    68.13% 49.46%,
    62% 27.74%,
    67.6% 21.96%,
    66.53% 17.62%,
    54.53% 17.21%,
    55.07% 5.45%,
    51.6% 0.49%
  );
}
.image-pzo-physician {
  width: 330px;
  shape-outside: polygon(
    43.64% 0.2%,
    40.3% 3.86%,
    33.03% 4.84%,
    28.18% 10.62%,
    27.58% 13.58%,
    19.39% 19.63%,
    8.18% 33.73%,
    8.79% 39.1%,
    8.79% 42.48%,
    10.91% 46.85%,
    12.12% 50.65%,
    0.3% 57.55%,
    0.3% 67.57%,
    20.3% 75.74%,
    20% 87.02%,
    16.36% 88%,
    2.73% 92.23%,
    6.67% 95.19%,
    19.09% 98.62%,
    25.15% 99.46%,
    38.48% 99.46%,
    58.79% 96.36%,
    89.39% 92.14%,
    99.09% 90.59%,
    99.09% 86.78%,
    81.82% 82.42%,
    76.67% 62.54%,
    79.09% 57.19%,
    80.61% 48.87%,
    89.7% 44.22%,
    94.24% 37.16%,
    93.03% 31.67%,
    83.64% 28.27%,
    77.27% 15.88%,
    70.91% 6.86%,
    63.94% 0.05%
  );
}
.image-pzo-local-herbalist {
  width: 350px;
  shape-outside: polygon(
    40% 0.26%,
    37.14% 11.6%,
    28.57% 15.76%,
    24.29% 25.4%,
    20.29% 38.28%,
    17.71% 46.6%,
    15.71% 52.46%,
    4.29% 50.38%,
    1.14% 55.67%,
    4% 68.55%,
    20.86% 77.43%,
    4.57% 93.92%,
    6.86% 97.13%,
    19.43% 91.65%,
    24.57% 95.81%,
    33.14% 99.4%,
    46.86% 99.97%,
    84.86% 91.65%,
    85.71% 84.28%,
    89.71% 74.64%,
    67.14% 50.23%,
    81.71% 34.33%,
    95.14% 32.06%,
    95.43% 27.71%,
    88% 24.69%,
    98.86% 21.67%,
    99.14% 8.58%,
    96.86% 3.1%,
    58.29% -0.12%
  );
}
.image-pzosurgeon {
  width: 330px;
  shape-outside: polygon(
    40.3% 0.36%,
    32.12% 4.09%,
    27.27% 14.56%,
    0.3% 27.86%,
    1.52% 37.59%,
    15.15% 43.57%,
    18.18% 52.56%,
    13.64% 64.83%,
    22.12% 72.01%,
    24.85% 91.39%,
    20% 99.46%,
    43.03% 99.46%,
    46.36% 93.63%,
    47.27% 82.57%,
    49.39% 72.26%,
    56.97% 78.98%,
    58.48% 90.04%,
    66.67% 96.77%,
    91.82% 98.11%,
    90.61% 93.48%,
    83.03% 85.71%,
    78.48% 71.06%,
    81.21% 64.32%,
    78.18% 46.21%,
    86.67% 38.59%,
    98.18% 35.6%,
    99.39% 25.72%,
    95.15% 11.42%,
    83.33% 3.5%,
    63.64% 0.06%
  );
}
.image-pzo-therapeutic-healer {
  width: 330px;
  shape-outside: polygon(
    7.88% 0.9%,
    -0.3% 19.51%,
    1.52% 31.37%,
    2.12% 55.93%,
    2.12% 86.49%,
    22.42% 85.88%,
    14.55% 93.24%,
    20.3% 96.1%,
    36.67% 93.44%,
    40.3% 91.6%,
    51.52% 98.56%,
    88.18% 95.08%,
    91.21% 89.76%,
    53.03% 36.98%,
    70.91% 40.25%,
    83.03% 34.32%,
    99.09% 37.18%,
    98.79% 29.8%,
    75.15% 23.05%,
    58.79% 17.26%,
    41.52% 9.08%,
    38.18% -0.12%
  );
}
.image-pzo-peerless-healer {
  width: 330px;
  shape-outside: polygon(
    20.91% 0.4%,
    19.39% 7.95%,
    15.45% 12.65%,
    17.58% 18.35%,
    16.97% 27.43%,
    1.52% 40.69%,
    3.94% 47.57%,
    7.88% 56.98%,
    0.91% 67.22%,
    1.52% 83.68%,
    4.24% 89.22%,
    20.3% 95.4%,
    31.52% 98.93%,
    46.67% 99.6%,
    79.39% 93.56%,
    90.91% 83.66%,
    66.67% 61.01%,
    87.88% 65.2%,
    92.73% 55.96%,
    84.85% 46.56%,
    95.76% 39.49%,
    99.7% 32.95%,
    86.36% 22.7%,
    51.21% 12.63%,
    37.88% 2.9%
  );
}
.image-pzo-servant {
  width: 330px;
  shape-outside: polygon(
    31.21% 0.57%,
    27.88% 5.76%,
    31.82% 11.08%,
    30.91% 13.41%,
    27.88% 16.78%,
    14.55% 19.25%,
    0.61% 26.9%,
    0.61% 34.71%,
    23.03% 39.25%,
    11.21% 58.45%,
    11.21% 61.57%,
    5.45% 80.11%,
    9.39% 84.64%,
    29.7% 89.83%,
    30% 98.65%,
    45.45% 99.56%,
    65.15% 96.19%,
    67.27% 93.46%,
    58.48% 89.83%,
    87.88% 82.44%,
    80.61% 69.71%,
    80.91% 62.32%,
    76.97% 48.3%,
    73.33% 37.65%,
    91.52% 36.09%,
    99.39% 29.87%,
    98.48% 23.76%,
    82.73% 20.51%,
    69.39% 11.33%,
    53.33% 0.05%
  );
}
.image-pzo-drover {
  width: 350px;
  shape-outside: polygon(
    49.43% 0.08%,
    38.86% 5.45%,
    33.14% 9.38%,
    36.86% 14.54%,
    44.86% 17.23%,
    39.14% 20.53%,
    12% 9.38%,
    0.57% 11.03%,
    0.86% 18.88%,
    23.43% 29.83%,
    33.43% 36.24%,
    40.57% 34.58%,
    44.57% 45.35%,
    36.29% 46.59%,
    32.86% 54.44%,
    39.14% 64.18%,
    35.71% 74.9%,
    44.86% 90.19%,
    44.29% 99.9%,
    56.86% 99.9%,
    63.14% 91.63%,
    58.57% 75.1%,
    64.29% 78.62%,
    67.43% 90.81%,
    65.14% 98.24%,
    86.86% 94.32%,
    83.71% 70.56%,
    92% 67.05%,
    92.86% 57.52%,
    99.43% 53.59%,
    97.43% 45.12%,
    82.29% 21.75%,
    83.43% 11.01%,
    68% -0.13%
  );
}
.image-pzo-farmer {
  width: 330px;
  shape-outside: polygon(
    34.55% 1.55%,
    20% 3.18%,
    13.03% 10.03%,
    26.06% 13%,
    26.97% 17.17%,
    3.03% 22.38%,
    0.61% 25.65%,
    -0.3% 30.73%,
    5.15% 37.72%,
    7.27% 53.36%,
    8.48% 69.6%,
    6.67% 88.85%,
    8.48% 97.63%,
    45.15% 99.26%,
    66.67% 98.97%,
    75.15% 80.07%,
    88.48% 60.11%,
    82.73% 37.77%,
    97.88% 22.08%,
    99.39% 13.45%,
    62.42% 1.25%,
    57.88% -0.09%,
    37.88% -0.09%
  );
}
.image-pzo-fisherman {
  width: 360px;
  shape-outside: polygon(
    1.67% 95.47%,
    3.89% 77.17%,
    2.22% 66.15%,
    0.56% 58.16%,
    11.39% 45.79%,
    7.5% 31.37%,
    18.06% 22.38%,
    32.78% 17.62%,
    37.5% 7.96%,
    49.72% 7.45%,
    60% 11.69%,
    60.28% 21.69%,
    79.72% 28.47%,
    84.72% 16.94%,
    93.61% 1.85%,
    99.17% 23.38%,
    98.89% 41.2%,
    90.28% 60.03%,
    82.5% 86.49%,
    79.17% 91.57%,
    71.94% 96.49%,
    23.33% 98.52%,
    15.28% 99.03%
  );
}
.image-innkeeper-pzo {
  width: 275px;
  shape-outside: polygon(
    41.64% 0.16%,
    32.18% 5.3%,
    27.45% 14.51%,
    15.82% 16.38%,
    4.18% 32.26%,
    7.82% 38.81%,
    7.09% 52.48%,
    2% 70.81%,
    2% 90.31%,
    5.64% 98.71%,
    92.55% 98.01%,
    98.36% 83.07%,
    98% 71.28%,
    94.36% 48.51%,
    91.09% 40.33%,
    96.91% 34.73%,
    92.55% 15.56%,
    86% 11.25%,
    72.91% 1.33%,
    64.55% -0.07%
  );
}
.image-pzo-construction-worker {
  width: 330px;
  shape-outside: polygon(
    39.09% 0.5%,
    32.12% 7.62%,
    36.97% 13.71%,
    28.79% 16.53%,
    16.97% 20.68%,
    6.97% 35.39%,
    10.61% 42.51%,
    21.52% 54.1%,
    0.3% 73.4%,
    2.42% 79.19%,
    24.85% 67.61%,
    26.67% 85.12%,
    31.21% 98.62%,
    72.73% 99.22%,
    85.45% 97.58%,
    74.55% 83.94%,
    80.91% 72.66%,
    83.03% 64.33%,
    93.03% 51.57%,
    93.94% 42.36%,
    99.09% 29.14%,
    77.88% 16.23%,
    67.88% 9.85%,
    62.73% 0.06%
  );
}
.image-pzo-matialstudent {
  width: 330px;
  shape-outside: polygon(
    22.42% 0.43%,
    11.21% 7.64%,
    14.24% 21.15%,
    4.55% 32.88%,
    6.67% 43.51%,
    12.42% 44.77%,
    3.03% 57.39%,
    0.61% 66.78%,
    8.18% 83.55%,
    1.21% 85.54%,
    1.52% 91.12%,
    25.76% 88.24%,
    26.06% 79.59%,
    19.39% 65.54%,
    30% 62.65%,
    39.39% 66.08%,
    46.36% 68.06%,
    65.15% 90.04%,
    72.12% 92.02%,
    79.09% 98.33%,
    98.48% 99.23%,
    99.09% 94.72%,
    84.85% 82.29%,
    60% 50.02%,
    54.24% 36.85%,
    73.64% 31.44%,
    78.79% 21.35%,
    85.15% 7.82%,
    79.09% 6.92%,
    66.97% 9.62%,
    63.03% 17.55%,
    57.58% 21.69%,
    54.85% 4.75%,
    49.39% 0.43%
  );
}
.image-pzo-blackbelt {
  width: 400px;
  shape-outside: polygon(
    52% 1.15%,
    51.25% 13.68%,
    41.5% 17.86%,
    31.25% 39%,
    25.25% 48.61%,
    0% 76.54%,
    0.75% 82.81%,
    29.25% 62.18%,
    33.5% 90.64%,
    29% 95.6%,
    29.25% 99.78%,
    45.25% 98.74%,
    48.75% 74.72%,
    55.25% 69.5%,
    61.25% 77.33%,
    68% 72.63%,
    89.5% 92.47%,
    92% 97.69%,
    99% 98.74%,
    98.75% 84.64%,
    82.25% 64.27%,
    70.25% 45.71%,
    84.5% 32.65%,
    73% 16.29%,
    83.5% 6.89%,
    83% 1.67%,
    66.75% 13.42%,
    65.75% 0.36%
  );
}
.image-pzo-grandmaster {
  width: 350px;
  shape-outside: polygon(
    38% 0.93%,
    34.86% 11.78%,
    28% 16.47%,
    38% 21.78%,
    56% 25.19%,
    56.57% 32.64%,
    22% 32.42%,
    11.71% 29.66%,
    0.57% 32.21%,
    1.71% 41.78%,
    17.71% 41.36%,
    22.57% 58.62%,
    30% 58.62%,
    30.86% 73.53%,
    21.14% 74.39%,
    16.57% 92.26%,
    30.86% 97.58%,
    41.14% 97.79%,
    84.29% 99.07%,
    93.71% 92.47%,
    92.57% 85.02%,
    97.14% 58.22%,
    83.71% 51.17%,
    99.43% 34.79%,
    99.43% 11.15%,
    99.14% -0.13%
  );
}
.image-pzo-armsdealer {
  width: 330px;
  shape-outside: polygon(
    0.3% 30.64%,
    3.94% 39.71%,
    3.03% 55.77%,
    0% 69.1%,
    5.45% 85.08%,
    3.33% 90.23%,
    6.36% 99.3%,
    35.45% 98.24%,
    48.79% 96.13%,
    38.18% 92.95%,
    34.55% 89.01%,
    39.39% 81.9%,
    46.97% 73.13%,
    80% 85.38%,
    95.45% 86.44%,
    98.48% 83.57%,
    97.58% 50.55%,
    95.15% 38.45%,
    77.88% 26.63%,
    78.18% 22.85%,
    71.52% 17.91%,
    74.85% 11.1%,
    74.85% 6.56%,
    66.06% 0.06%,
    46.67% 0.06%,
    43.03% 5.05%,
    39.39% 6.87%,
    39.39% 9.59%,
    29.09% 11.71%,
    9.39% 12.77%,
    8.79% 20.94%
  );
}
.image-pzo-musketeer {
  width: 330px;
  shape-outside: polygon(
    37.27% 1.53%,
    21.21% 6.42%,
    20.3% 12.6%,
    31.21% 17.33%,
    27.88% 20.26%,
    24.85% 22.86%,
    23.33% 31.5%,
    15.76% 35.1%,
    0.91% 44.87%,
    1.82% 50.75%,
    16.67% 61.66%,
    2.12% 72.59%,
    3.33% 74.22%,
    22.42% 63.64%,
    37.88% 67.87%,
    34.55% 70.31%,
    43.64% 78.06%,
    45.76% 86.53%,
    42.73% 89.95%,
    33.33% 95%,
    36.36% 97.28%,
    49.7% 97.28%,
    57.27% 99.23%,
    75.45% 99.56%,
    71.21% 96.46%,
    63.33% 90.11%,
    66.06% 77.08%,
    72.12% 72.85%,
    87.88% 66.33%,
    95.15% 54.91%,
    95.45% 37.14%,
    94.85% 19.37%,
    98.18% 15.63%,
    99.39% 9.84%,
    75.76% 0.06%
  );
}
.image-pzo-runawayblueblood {
  width: 330px;
  shape-outside: polygon(
    0.3% 3.02%,
    10.3% 12.87%,
    2.42% 20.43%,
    4.55% 22.62%,
    7.88% 24.23%,
    5.76% 31.44%,
    13.03% 35.45%,
    25.76% 36.25%,
    32.73% 37.87%,
    31.21% 48.87%,
    32.42% 55.64%,
    33.64% 68.48%,
    39.09% 79.83%,
    40.61% 82.47%,
    39.7% 87.16%,
    33.94% 89.91%,
    26.97% 92.09%,
    29.39% 94.72%,
    42.73% 95.41%,
    55.15% 93.24%,
    57.27% 82.47%,
    71.21% 92.66%,
    76.67% 98.85%,
    85.76% 99.42%,
    90.3% 97.82%,
    87.88% 90.26%,
    88.48% 74.32%,
    86.06% 66.29%,
    79.7% 54.84%,
    84.55% 53.69%,
    86.06% 51.16%,
    76.97% 37.87%,
    92.73% 37.29%,
    99.7% 33.73%,
    98.79% 26.96%,
    88.79% 17.91%,
    75.15% 12.42%,
    74.85% 8.41%,
    78.18% 3.71%,
    70.91% 0.16%,
    52.12% 0.04%,
    46.67% 1.88%,
    46.67% 5.08%,
    46.06% 8.41%,
    48.79% 11.96%,
    44.24% 12.99%,
    41.82% 14.13%,
    33.03% 14.82%,
    27.27% 15.28%,
    16.06% 6.12%,
    5.45% 0.16%,
    0.3% 0.27%
  );
}
.image-pzo-unsanctionedsheriff {
  width: 330px;
  shape-outside: polygon(
    39.09% 0.47%,
    31.82% 3.67%,
    34.24% 11.56%,
    36.06% 13.9%,
    24.85% 15.93%,
    19.09% 20.4%,
    10.91% 27.56%,
    6.67% 32.58%,
    9.7% 37.06%,
    17.27% 40.9%,
    15.15% 44.96%,
    8.18% 61.28%,
    3.03% 76.22%,
    0.3% 85.19%,
    6.67% 86.68%,
    9.09% 99.62%,
    23.94% 99.66%,
    49.09% 97.27%,
    81.52% 97.27%,
    97.58% 82.98%,
    99.39% 7.72%,
    98.48% 0.25%
  );
}
.image-pzo-gunwitch {
  width: 430px;
  shape-outside: polygon(
    0.7% 0.06%,
    2.56% 15.93%,
    7.44% 22.44%,
    10.88% 26.83%,
    14.84% 33.49%,
    22.51% 37.94%,
    29.07% 40.08%,
    26.98% 41.83%,
    16.05% 45.48%,
    10.23% 49.3%,
    7.67% 55.18%,
    8.84% 58.19%,
    16.05% 64.7%,
    22.09% 66.76%,
    29.3% 65.65%,
    31.63% 75.42%,
    27.67% 81.93%,
    21.4% 87.65%,
    24.88% 91.14%,
    40% 89.71%,
    67.44% 98.28%,
    74.88% 99.39%,
    84.65% 97.49%,
    99.77% 73.04%,
    97.44% 44.91%,
    66.51% 37.13%,
    67.91% 17.68%,
    60.7% 8%,
    31.63% 0.7%
  );
}
.image-pzo-high-roller {
  width: 350px;
  shape-outside: polygon(
    56% 0.6%,
    50.29% 4.43%,
    50.57% 14.83%,
    41.14% 24.42%,
    44% 29.89%,
    50.86% 35.64%,
    47.43% 42.22%,
    46.86% 45.09%,
    48.86% 55.5%,
    1.14% 83.83%,
    1.14% 85.48%,
    37.43% 67.01%,
    37.14% 72.48%,
    33.71% 78.77%,
    37.71% 81.1%,
    37.14% 87.67%,
    40.86% 89.03%,
    51.71% 87.94%,
    58.29% 90.92%,
    61.43% 99.4%,
    94.86% 98.03%,
    92.57% 94.61%,
    78.86% 88.05%,
    74% 70.38%,
    78.57% 62.18%,
    78.86% 48.48%,
    90.86% 42.46%,
    98.57% 34.65%,
    99.43% 19.31%,
    97.14% 4.7%,
    82% 0.05%
  );
}
.image-pzo-gunwitch-musket-staff {
  width: 330px;
  shape-outside: polygon(
    86.97% 1.22%,
    75.76% 7.63%,
    68.48% 16.26%,
    5.76% 79.25%,
    -0.3% 90.39%,
    0.3% 99.09%,
    13.03% 99.21%,
    93.94% 18.68%,
    99.7% 7.91%,
    99.09% 0.39%
  );
}
.image-pzo-gunwitch-pistol-wand {
  width: 330px;
  shape-outside: polygon(
    88.18% 0.68%,
    38.79% 33.64%,
    22.42% 43.66%,
    9.09% 46.24%,
    2.73% 49.4%,
    -0.3% 78.05%,
    1.21% 99.25%,
    19.39% 96.96%,
    42.73% 57.13%,
    88.48% 21.6%,
    99.7% 5.84%,
    99.7% -0.18%
  );
}
.image-pzo-bodyguard {
  width: 330px;
  shape-outside: polygon(
    27.58% 0.53%,
    26.06% 11.29%,
    6.36% 16.6%,
    2.42% 32.22%,
    0.3% 36.27%,
    2.42% 55.32%,
    10.3% 58.6%,
    11.52% 70.32%,
    9.7% 88.6%,
    3.64% 99.37%,
    22.73% 98.12%,
    27.58% 91.1%,
    36.67% 66.14%,
    48.48% 84.23%,
    50.3% 96.72%,
    64.24% 98.9%,
    73.64% 97.96%,
    67.88% 62.69%,
    82.73% 38.02%,
    99.09% 42.7%,
    98.18% 29.89%,
    61.21% 6.61%,
    46.97% 0.22%
  );
}
.image-pzo-bounty-hunter {
  width: 330px;
  shape-outside: polygon(
    29.09% 10.98%,
    6.97% 15.21%,
    5.45% 19.61%,
    14.85% 27.01%,
    13.64% 31.41%,
    6.36% 35.65%,
    7.88% 43.05%,
    7.88% 47.45%,
    0.3% 63.84%,
    3.03% 69.3%,
    18.79% 73.52%,
    21.52% 87.14%,
    13.33% 92.07%,
    14.85% 96.65%,
    29.09% 96.29%,
    40.91% 91.54%,
    42.42% 75.34%,
    54.24% 84.5%,
    61.21% 98.41%,
    77.27% 99.81%,
    76.97% 89.43%,
    69.09% 70.76%,
    67.27% 57.89%,
    88.18% 58.07%,
    97.88% 55.6%,
    99.39% 52.61%,
    66.06% 46.8%,
    78.48% 34.46%,
    80% 25.24%,
    74.85% 16.27%,
    56.97% 0.07%,
    36.97% -0.11%
  );
}
.image-monsterhunter {
  width: 330px;
  shape-outside: polygon(
    8.79% 0.5%,
    25.45% 22.37%,
    20% 25.29%,
    26.06% 43.62%,
    18.79% 44.25%,
    14.55% 46.77%,
    18.18% 55.52%,
    7.27% 58.44%,
    10% 67.84%,
    0.61% 75.34%,
    0.61% 82%,
    34.55% 80.13%,
    30% 89.09%,
    35.15% 97.49%,
    42.12% 99.78%,
    77.88% 97.28%,
    89.7% 74.36%,
    98.79% 72.91%,
    99.09% 51.01%,
    76.67% 16.19%,
    45.76% 2.58%,
    43.03% -0.13%
  );
}
.image-pzo-magekiller {
  width: 375px;
}
.image-pzo-mercenary-band {
  width: 375px;
  shape-outside: polygon(
    2.27% 65.23%,
    14.53% 67.09%,
    13.73% 78.43%,
    19.33% 87.5%,
    37.47% 93.28%,
    58.8% 98.43%,
    74% 98.84%,
    88.93% 92.45%,
    98.27% 74.31%,
    98.8% 50.57%,
    98.53% 25.81%,
    67.33% 4.16%,
    24.4% 3.95%,
    24.67% 17.97%,
    18.27% 21.07%,
    9.2% 24.36%,
    6.53% 31.79%,
    8.13% 40.24%,
    8.13% 50.57%,
    0.4% 60.26%
  );
}
.image-pzo-exiled-revolutionary {
  width: 330px;
  shape-outside: polygon(
    53.94% 0.64%,
    55.15% 8.44%,
    44.55% 11.48%,
    34.24% 22.13%,
    17.58% 25.17%,
    14.24% 31.44%,
    26.67% 34.89%,
    10% 43.63%,
    5.15% 50.86%,
    0% 56.94%,
    5.45% 66.85%,
    12.73% 79.39%,
    21.52% 82.63%,
    39.39% 93.21%,
    70.91% 95.68%,
    77.27% 98.91%,
    91.82% 98.15%,
    87.58% 83.7%,
    88.18% 64.48%,
    94.24% 58.97%,
    92.73% 45.28%,
    99.39% 34.8%,
    95.15% 21.87%,
    82.73% 6.35%,
    75.76% 0.45%
  );
}
.image-pzo-conscript-squad-troop {
  width: 400px;
  shape-outside: polygon(
    0.75% 28.39%,
    9.75% 36.9%,
    14.5% 47.53%,
    18.5% 54.83%,
    19% 66.51%,
    20.25% 75.03%,
    17.75% 78.06%,
    18.75% 83.54%,
    30.75% 87.79%,
    37.5% 89.31%,
    49.75% 98.43%,
    57% 99.65%,
    82.25% 85.36%,
    85% 51.32%,
    99.5% 36.29%,
    99.25% 8.02%,
    79.25% 2.55%,
    28.75% 0.12%,
    18.5% 0.12%,
    11.75% 8.02%,
    0.25% 22.61%
  );
}
.image-pzo-standard-bearer {
  width: 350px;
  shape-outside: polygon(
    54.86% 0.82%,
    63.71% 20.59%,
    53.71% 22.09%,
    41.71% 19.1%,
    30.86% 20.22%,
    1.14% 31.79%,
    1.14% 40.58%,
    8% 40.21%,
    5.71% 48.97%,
    7.71% 60.91%,
    11.43% 60.35%,
    15.14% 63.17%,
    16.57% 70.45%,
    27.14% 70.08%,
    29.71% 79.3%,
    27.43% 92.73%,
    15.43% 95.53%,
    17.71% 98.52%,
    40% 99.82%,
    98% 98.7%,
    99.43% 94.79%,
    96.57% 75.2%,
    77.14% 32.35%,
    83.43% 24.7%,
    80% 15.74%,
    58.57% -0.11%
  );
}
.image-pzo-sniper {
  width: 330px;
  shape-outside: polygon(
    -0.3% 79.85%,
    5.76% 73.66%,
    18.79% 43.68%,
    12.42% 41.54%,
    1.82% 32.58%,
    10.3% 21.56%,
    23.03% 13.42%,
    7.58% 9.51%,
    7.58% 6.42%,
    24.24% 8.53%,
    23.33% 5.44%,
    39.7% 0.06%,
    48.79% 1.37%,
    56.67% 7.72%,
    52.42% 13.26%,
    99.39% 18.96%,
    99.7% 25.16%,
    86.06% 26.63%,
    66.67% 34.77%,
    62.73% 39.98%,
    68.48% 53.19%,
    68.48% 59.55%,
    80.61% 81.71%,
    93.33% 98.58%,
    81.21% 98.58%,
    70.3% 91.58%,
    39.7% 88.81%,
    41.21% 99.56%,
    27.27% 99.39%,
    24.55% 88.97%,
    10.3% 88.16%,
    3.03% 84.74%
  );
}
.image-pzo-line-infantry-troop {
  width: 450px;
  shape-outside: polygon(
    34.89% 96.14%,
    22% 92.82%,
    7.11% 88.83%,
    0.22% 74.22%,
    3.78% 58.93%,
    0.22% 53.95%,
    1.11% 45.31%,
    6% 44.98%,
    6% 27.04%,
    9.78% 17.07%,
    14.67% 6.44%,
    29.78% 2.12%,
    51.11% 0.13%,
    78.89% 4.12%,
    86.67% 23.05%,
    99.56% 50.3%,
    98.89% 61.59%,
    90.22% 99.13%,
    81.56% 99.46%,
    51.11% 99.13%,
    38.67% 98.8%
  );
}
.image-pzo-phalanx-formation {
  width: 375px;
  shape-outside: polygon(
    24.67% 8.75%,
    0.4% 29.66%,
    0.93% 32.79%,
    4.67% 40.96%,
    4.4% 55.17%,
    0.4% 64.3%,
    0.93% 67.43%,
    10.8% 73.92%,
    11.87% 89.92%,
    15.07% 93.76%,
    18.53% 93.28%,
    24.93% 78.62%,
    44.93% 85.59%,
    60.13% 98.57%,
    68.4% 99.29%,
    92.93% 91.12%,
    99.87% 64.44%,
    98.8% 38.93%,
    86.53% 21.38%,
    72.13% 4.18%,
    43.33% -0.15%,
    27.87% 0.57%
  );
}
.image-pzo-heavy-cavalry-troop {
  width: 455px;
  shape-outside: polygon(
    23.63% 19.05%,
    23.19% 26.85%,
    14.62% 26.85%,
    13.74% 36.6%,
    7.8% 43.84%,
    6.04% 76.37%,
    50.66% 98.1%,
    59.89% 98.93%,
    96.37% 77.48%,
    96.15% 57.15%,
    96.59% 44.34%,
    91.98% 30.66%,
    78.57% 15.89%,
    72.2% 7.81%,
    55.27% 9.49%,
    48.02% 0.85%,
    40.77% 1.97%,
    34.4% 13.39%
  );
}
.image-pzo-drill-sergeant {
  width: 330px;
  shape-outside: polygon(
    29.7% 0.67%,
    26.97% 7.01%,
    26.06% 13.94%,
    15.45% 15.72%,
    0.61% 26.41%,
    1.52% 35.13%,
    22.42% 42.28%,
    16.06% 52.77%,
    9.7% 66.46%,
    6.36% 75.04%,
    4.55% 81.57%,
    9.39% 90.09%,
    3.64% 95.43%,
    7.88% 98.21%,
    22.42% 96.62%,
    50.61% 98.21%,
    63.94% 98.6%,
    90.61% 83.75%,
    98.79% 20.54%,
    98.79% 13.15%,
    49.7% 0.87%
  );
}
.image-pzo-mage-knight {
  width: 330px;
  shape-outside: polygon(
    19.7% 14.2%,
    10.91% 14.92%,
    11.52% 18.67%,
    17.27% 21.54%,
    13.94% 26.72%,
    16.36% 36.83%,
    10.3% 38.84%,
    23.94% 55.39%,
    10.61% 68.93%,
    11.52% 75.28%,
    7.27% 80.89%,
    0.91% 98.01%,
    1.21% 99.16%,
    12.73% 99.59%,
    32.12% 91.82%,
    66.36% 92.97%,
    80.61% 98.44%,
    92.42% 99.3%,
    89.7% 92.4%,
    80.91% 72.09%,
    74.85% 62.15%,
    96.06% 45.17%,
    99.7% 39.4%,
    98.48% 31.92%,
    72.73% 0.63%,
    59.7% 0.34%,
    42.42% 7.68%,
    35.15% 11.42%
  );
}
.image-pzo-cultist {
  width: 330px;
  shape-outside: polygon(
    46.06% 0.66%,
    40.3% 2.31%,
    33.94% 7.55%,
    28.48% 12.65%,
    14.55% 15.2%,
    10% 24.51%,
    5.45% 32.16%,
    8.79% 37.26%,
    16.67% 37.71%,
    20.3% 42.82%,
    13.33% 55.71%,
    16.06% 62.33%,
    9.09% 77.62%,
    9.09% 93.49%,
    1.52% 96.94%,
    0.61% 99.19%,
    24.55% 99.19%,
    31.82% 91.1%,
    46.06% 96.34%,
    52.12% 98.29%,
    66.06% 98.44%,
    68.79% 82.85%,
    99.39% 77.29%,
    97.58% 70.69%,
    84.55% 47.28%,
    72.73% 33.33%,
    88.48% 32.88%,
    88.18% 18.05%,
    78.48% 1.86%,
    50.91% -0.09%
  );
}
.image-pzo-enigmatic-conspiracist {
  width: 340px;
  shape-outside: polygon(
    39.71% 0.91%,
    38.24% 10.25%,
    21.47% 14.67%,
    20.29% 16.2%,
    7.65% 21.8%,
    6.47% 27.91%,
    7.94% 35.04%,
    4.41% 36.25%,
    5.29% 41.17%,
    0.29% 61.56%,
    3.24% 74.13%,
    16.47% 83.99%,
    10.88% 97.07%,
    30.59% 97.41%,
    55.59% 95.54%,
    75.29% 87.39%,
    80% 75.5%,
    98.53% 76.01%,
    96.76% 62.92%,
    97.35% 41.34%,
    98.82% 16.03%,
    96.47% 9.4%,
    60% 0.75%
  );
}
.image-necromancer {
  width: 340px;
  shape-outside: polygon(
    37.94% 0.37%,
    35% 12.94%,
    26.47% 16.01%,
    20.29% 19.08%,
    17.65% 28.76%,
    14.12% 68.36%,
    16.18% 74.8%,
    16.76% 90.57%,
    2.06% 93.02%,
    7.06% 95.17%,
    35.29% 99.31%,
    85.88% 98.85%,
    99.71% 94.71%,
    89.12% 86.89%,
    84.71% 64.48%,
    82.94% 46.67%,
    80.88% 30.09%,
    66.76% 12.94%,
    53.24% 0.52%
  );
}
.image-cult-leader {
  width: 375px;
  shape-outside: polygon(
    0.13% 0.76%,
    0.67% 10.4%,
    26.53% 9.06%,
    26.8% 17.35%,
    34.8% 31.03%,
    30% 67.15%,
    23.33% 88.4%,
    32.67% 97.82%,
    79.07% 98.49%,
    81.73% 94.23%,
    78.27% 86.61%,
    75.87% 32.77%,
    84.67% 13.99%,
    96.13% 6.37%,
    98.27% 1.88%
  );
}
.image-pzo-mirror-seer {
  width: 330px;
  shape-outside: polygon(
    33.64% 1.33%,
    27.88% 5.51%,
    18.79% 5.93%,
    16.97% 10.31%,
    13.33% 19.08%,
    12.73% 29.73%,
    13.03% 38.73%,
    7.88% 44.99%,
    0% 56.26%,
    1.52% 60.23%,
    15.45% 66.72%,
    25.15% 41.44%,
    23.64% 54.18%,
    21.52% 69.44%,
    6.36% 84.05%,
    4.55% 88.97%,
    8.18% 93.98%,
    40% 98.99%,
    74.85% 98.16%,
    89.7% 93.15%,
    80.61% 72.06%,
    98.18% 68.51%,
    95.76% 57.42%,
    78.18% 45.11%,
    96.67% 18.36%,
    97.58% 10.64%,
    60.61% 1.13%
  );
}
.image-pzo-god-caller {
  width: 330px;
  shape-outside: polygon(
    30.91% 2.38%,
    30.61% 15.27%,
    12.73% 26.81%,
    7.27% 35.46%,
    7.88% 51.25%,
    5.15% 71.27%,
    -0.3% 77.62%,
    3.64% 90.97%,
    11.21% 97.51%,
    32.12% 99.63%,
    89.09% 99.63%,
    90.61% 95.4%,
    78.48% 86.74%,
    81.21% 79.82%,
    83.03% 69.82%,
    87.88% 62.9%,
    99.7% 60.78%,
    99.09% 55.37%,
    87.88% 54.8%,
    87.58% 35.54%,
    83.03% 25.16%,
    63.94% 15.16%,
    63.64% 7.19%,
    60% 0.46%,
    30.91% 0.07%
  );
}
.image-pzo-spirit-binder {
  width: 350px;
  shape-outside: polygon(
    55.14% 0.71%,
    51.71% 16.05%,
    33.14% 16.26%,
    25.71% 22.14%,
    21.71% 28.23%,
    12.29% 32.01%,
    6.86% 37.27%,
    12.57% 49.47%,
    15.43% 53.89%,
    0% 59.77%,
    1.43% 85%,
    16.86% 99.29%,
    74.29% 98.45%,
    99.71% 86.26%,
    99.43% 77.86%,
    90% 72.4%,
    98.86% 57.04%,
    93.43% 35.8%,
    82% 14.37%,
    81.14% 0.71%
  );
}
.image-pzo-curse-monger {
  width: 350px;
  shape-outside: polygon(
    45.43% 0.09%,
    36.29% 15.35%,
    29.43% 24.64%,
    19.43% 42.59%,
    16.29% 59.62%,
    7.14% 65.82%,
    3.14% 72.01%,
    0.86% 89.27%,
    4.29% 96.35%,
    26% 98.56%,
    67.43% 97.9%,
    93.71% 94.58%,
    96.57% 87.94%,
    98% 83.96%,
    92.57% 69.8%,
    82.86% 56.28%,
    78% 51.63%,
    85.71% 48.32%,
    88% 42.34%,
    84.57% 32.83%,
    77.14% 26.41%,
    72.86% 18.01%,
    74% 12.7%,
    68% 0.97%
  );
}
.image-pzo-enchanting-ritualist {
  width: 330px;
  shape-outside: polygon(
    26.97% 0.79%,
    24.85% 10.88%,
    11.82% 9.98%,
    0.61% 12.86%,
    0.91% 24.57%,
    11.82% 29.08%,
    17.27% 37.21%,
    20.91% 40.99%,
    20.3% 61.73%,
    18.79% 89.68%,
    24.24% 98.51%,
    60.91% 99.77%,
    80.3% 98.15%,
    77.58% 90.76%,
    82.12% 86.8%,
    80.61% 81.39%,
    83.64% 76.53%,
    65.15% 46.6%,
    98.18% 58.31%,
    99.39% 53.8%,
    73.33% 37.21%,
    62.12% 24.21%,
    51.52% 12.32%,
    46.36% 0.43%
  );
}
.image-pzo-barrister {
  width: 330px;
  shape-outside: polygon(
    -0.3% 6.3%,
    0.61% 20.3%,
    12.12% 20.76%,
    16.36% 25.78%,
    20.91% 41.48%,
    26.97% 57.93%,
    30.91% 80.05%,
    32.12% 98.93%,
    43.33% 99.38%,
    81.52% 93.9%,
    80.91% 91.01%,
    82.73% 54.92%,
    92.12% 43.03%,
    92.12% 26.27%,
    98.48% 16.35%,
    98.18% 9.04%,
    96.97% 5.84%,
    88.79% 7.82%,
    61.82% -0.09%,
    46.36% 0.06%,
    0.91% 3.1%
  );
}
.image-pzo-mayor {
  width: 330px;
  shape-outside: polygon(
    49.09% 1.42%,
    49.09% 5.83%,
    44.85% 7.34%,
    47.27% 14.78%,
    30.91% 19.33%,
    25.76% 25.7%,
    15.15% 26.61%,
    9.09% 24.64%,
    0.61% 28.59%,
    1.21% 31.94%,
    22.12% 37.25%,
    35.45% 34.37%,
    39.09% 40.59%,
    32.12% 55.78%,
    23.94% 70.22%,
    32.73% 77.95%,
    44.55% 75.38%,
    34.55% 87.97%,
    29.09% 96.62%,
    60.3% 98.59%,
    80.3% 99.2%,
    80% 78.71%,
    94.85% 77.35%,
    99.7% 63.37%,
    99.7% 46.51%,
    92.73% 24.49%,
    77.88% 6.58%,
    71.82% 0.36%,
    50.91% 0.06%
  );
}
.image-pzo-prime-minister {
  width: 375px;
  shape-outside: polygon(
    8.93% 0.88%,
    17.2% 26.29%,
    9.47% 34.78%,
    0.13% 57.36%,
    0.93% 65.45%,
    12.93% 67.87%,
    16.13% 77.95%,
    20.67% 86.01%,
    30.8% 86.28%,
    31.07% 94.14%,
    45.47% 95.96%,
    65.47% 98.78%,
    77.47% 98.58%,
    87.6% 82.45%,
    97.47% 62.89%,
    99.07% 56.82%,
    83.07% 27.56%,
    96.13% 21.52%,
    80.67% 12.98%,
    56.93% 0.08%
  );
}
.image-pzo-archer-sentry {
  width: 375px;
  shape-outside: polygon(
    36.4% 0.5%,
    36.93% 3.62%,
    34.27% 6.12%,
    33.47% 17.16%,
    26% 18.62%,
    23.6% 20.71%,
    25.2% 30.29%,
    0.13% 30.5%,
    0.13% 35.71%,
    19.33% 48.44%,
    13.73% 61.77%,
    17.47% 63.44%,
    23.33% 60.1%,
    22.8% 69.92%,
    18.27% 75.75%,
    22% 78.67%,
    22% 85.34%,
    8.67% 90.34%,
    8.4% 94.8%,
    25.2% 98.55%,
    63.87% 88.34%,
    62% 83.14%,
    55.07% 72.51%,
    57.47% 61.05%,
    98.53% 63.97%,
    98.53% 56.24%,
    61.2% 56.24%,
    60.13% 46.86%,
    66.27% 37.49%,
    51.33% 19.13%,
    49.73% 2.37%,
    49.47% 0.29%
  );
}
.image-pzo-inspector {
  width: 330px;
  shape-outside: polygon(
    36.97% 1.64%,
    36.97% 6.29%,
    25.45% 9.18%,
    34.55% 15.16%,
    21.21% 23.59%,
    15.76% 38.22%,
    20% 51.36%,
    0.61% 60.89%,
    1.21% 67.57%,
    10% 70%,
    11.21% 90.85%,
    23.03% 97.06%,
    44.85% 92.84%,
    66.06% 97.94%,
    77.27% 99.27%,
    98.48% 93.29%,
    98.48% 87.08%,
    90.61% 46.92%,
    71.52% 46.48%,
    78.48% 40.49%,
    76.06% 32.9%,
    65.76% 18.93%,
    67.88% 12.95%,
    59.7% 9.4%,
    69.7% 2.75%,
    57.58% 0.53%,
    39.09% 0.31%
  );
}
.image-pzo-watch-officer {
  width: 350px;
  shape-outside: polygon(
    39.71% 0.33%,
    39.71% 11.84%,
    32% 14%,
    26.29% 19.76%,
    24.86% 27.67%,
    16.57% 50.21%,
    9.71% 58.87%,
    6% 46.4%,
    0.86% 46.88%,
    0.86% 74.46%,
    12.86% 74.94%,
    21.43% 62.47%,
    24% 70.14%,
    22.57% 89.65%,
    17.14% 97.32%,
    28.57% 99.72%,
    38.57% 98.04%,
    40% 82.93%,
    61.43% 80.3%,
    63.14% 98.04%,
    84% 99.24%,
    83.14% 81.73%,
    98.57% 74.06%,
    99.14% 25.35%,
    81.71% 25.27%,
    69.71% 10.17%,
    59.43% 7.77%,
    56% 0.81%
  );
}
.image-pzo-equestrian-constable {
  width: 375px;
  shape-outside: polygon(
    37.73% 7.55%,
    26.27% 21.54%,
    34.53% 25.03%,
    33.73% 32.72%,
    26.27% 39.48%,
    16.67% 39.95%,
    4.4% 49.27%,
    0.13% 64.92%,
    0.13% 71.68%,
    2.27% 82.61%,
    11.07% 94.26%,
    16.67% 98.93%,
    27.33% 97.99%,
    31.07% 91.93%,
    27.6% 82.84%,
    26% 75.15%,
    33.2% 70.02%,
    50.53% 74.92%,
    56.4% 75.15%,
    56.4% 83.07%,
    54.8% 92.4%,
    56.93% 97.06%,
    64.93% 98.69%,
    64.13% 91.7%,
    68.13% 73.75%,
    79.6% 72.12%,
    74.8% 78.88%,
    74% 88.67%,
    83.33% 86.1%,
    87.07% 76.55%,
    87.6% 65.13%,
    89.73% 56.94%,
    95.07% 45.99%,
    98.53% 34.59%,
    97.2% 25.03%,
    84.4% 22.47%,
    70.53% 24.57%,
    60.4% 30.16%,
    70% 0.79%,
    63.6% 0.79%,
    53.2% 27.6%,
    48.93% 17.57%,
    47.6% 6.38%
  );
}
.image-city-guard-squadron {
  width: 365px;
  shape-outside: polygon(
    11.64% 15.66%,
    16.85% 28.21%,
    11.64% 29.73%,
    5.34% 36.01%,
    11.1% 44.39%,
    12.47% 48.95%,
    12.74% 52.38%,
    9.18% 55.42%,
    14.38% 58.84%,
    10% 62.66%,
    -0.14% 67.61%,
    0.96% 79.14%,
    11.92% 95.3%,
    14.93% 97.58%,
    43.42% 96.25%,
    46.99% 94.73%,
    63.15% 94.35%,
    70% 96.06%,
    86.99% 89.6%,
    86.99% 79.33%,
    94.11% 73.63%,
    88.08% 54.97%,
    90.55% 31.95%,
    98.77% 19.59%,
    96.3% 7.87%,
    97.12% 0.07%,
    92.47% 0.26%,
    88.63% 9.58%,
    83.7% 6.35%,
    58.77% 7.11%,
    12.19% 13%
  );
}
.image-pzo-watchmage {
  width: 330px;
  shape-outside: polygon(
    23.94% 15.68%,
    0.61% 13.69%,
    0.3% 20.5%,
    7.88% 24.98%,
    21.52% 30.8%,
    23.33% 39.29%,
    17.58% 48.92%,
    17.58% 58.91%,
    16.97% 77.2%,
    15.76% 87.85%,
    8.18% 93%,
    3.94% 93.49%,
    4.85% 96.15%,
    20.91% 97.48%,
    28.18% 95.16%,
    27.27% 89.17%,
    30.91% 84.03%,
    34.24% 70.57%,
    35.15% 61.42%,
    40.61% 64.74%,
    46.67% 76.55%,
    50% 86.85%,
    55.45% 90.34%,
    56.97% 99.47%,
    71.52% 98.98%,
    66.06% 87.02%,
    63.64% 74.89%,
    51.82% 51.78%,
    57.58% 48.96%,
    60.61% 45.63%,
    91.82% 29.01%,
    98.18% 21.84%,
    98.18% 16.2%,
    89.7% 6.21%,
    71.21% 4.38%,
    44.24% 0.4%,
    27.27% 0.4%,
    30.3% 4.72%,
    21.52% 6.88%,
    17.58% 9.7%
  );
}
.image-pzo-executioner {
  width: 400px;
  shape-outside: polygon(
    38.75% 0.35%,
    33.5% 9.17%,
    26.25% 19.24%,
    21.25% 32.84%,
    20.75% 50.22%,
    14% 57.81%,
    9.25% 65.37%,
    13.25% 65.62%,
    23.25% 59.32%,
    19.75% 73.17%,
    12.25% 91.03%,
    0.5% 94.81%,
    1.25% 98.08%,
    84.25% 99.85%,
    81.75% 93.8%,
    63.5% 60.8%,
    68.75% 45.41%,
    85.25% 42.89%,
    99.75% 27.05%,
    99.25% 21%,
    80% 5.14%,
    48.75% 0.35%
  );
}
.image-pzo-gendarme {
  width: 330px;
  shape-outside: polygon(
    41.52% 0.67%,
    36.06% 5.42%,
    42.42% 12.46%,
    33.94% 17.98%,
    30.61% 28.7%,
    22.42% 40.81%,
    20.91% 48.33%,
    7.88% 56.76%,
    2.73% 74.69%,
    -0.3% 76.99%,
    5.45% 83.27%,
    16.06% 83.88%,
    25.76% 79.69%,
    26.06% 75.4%,
    43.64% 76.78%,
    49.39% 79.85%,
    50% 84.75%,
    36.97% 91.18%,
    33.94% 95.16%,
    49.39% 96.69%,
    66.06% 94.7%,
    66.06% 71.88%,
    79.7% 79.54%,
    85.45% 98.22%,
    97.58% 99.6%,
    98.79% 93.17%,
    92.12% 68.82%,
    92.12% 59.15%,
    92.12% 42.29%,
    83.03% 16.24%,
    97.27% 9.55%,
    99.09% 0.21%,
    87.58% 0.52%,
    80.3% 5.11%,
    60.91% 0.06%
  );
}
.image-pzo-accuser-agent {
  width: 330px;
  shape-outside: polygon(
    31.82% 0.05%,
    24.55% 12.1%,
    16.36% 18.4%,
    2.12% 2.72%,
    0.3% 3.98%,
    0.3% 7.62%,
    13.03% 25.68%,
    13.33% 32.28%,
    20% 42.94%,
    13.64% 46.16%,
    16.97% 50.51%,
    21.52% 49.11%,
    21.52% 58.91%,
    18.79% 69.85%,
    22.42% 72.39%,
    22.12% 79.95%,
    27.58% 96.18%,
    30.91% 98.84%,
    37.88% 99.82%,
    40.91% 97.02%,
    38.48% 78.67%,
    45.45% 76.43%,
    53.94% 78.95%,
    56.06% 89.32%,
    84.24% 92.54%,
    85.45% 89.32%,
    70% 83.99%,
    67.58% 71.37%,
    70.91% 68.01%,
    69.39% 50.63%,
    75.15% 45.87%,
    70% 40.83%,
    76.97% 40.83%,
    84.24% 36.9%,
    93.03% 34.37%,
    95.15% 42.21%,
    99.39% 41.65%,
    99.09% 21.19%,
    70% 30.15%,
    68.48% 20.91%,
    68.79% 16.57%,
    58.79% 15.16%,
    59.09% 4.68%,
    56.36% -0.23%
  );
}
.image-pzo-infernal-registrar {
  width: 350px;
  shape-outside: polygon(
    48% 2.89%,
    26.57% 6.13%,
    15.14% 12.18%,
    14% 20.39%,
    16.86% 42.44%,
    19.71% 52.38%,
    14.86% 61.23%,
    14.86% 68.72%,
    -0.29% 82.11%,
    0.29% 89.67%,
    15.71% 98.96%,
    37.43% 99.39%,
    95.43% 99.82%,
    97.71% 95.72%,
    99.14% 83.84%,
    99.14% 80.38%,
    84.29% 80.81%,
    86% 73.9%,
    88.57% 62.46%,
    86% 33.13%,
    82.57% 23.63%,
    91.71% 13.04%,
    94.86% 7.64%,
    89.71% 2.89%,
    74.57% 0.3%,
    49.71% -0.13%
  );
}
.image-pzo-watchmage-squadron {
  width: 375px;
  shape-outside: polygon(
    0.13% 27.39%,
    4.67% 25.5%,
    5.73% 18.44%,
    10.27% 15.39%,
    18.27% 5.5%,
    31.07% 1.27%,
    87.07% 0.56%,
    93.73% 26.68%,
    96.13% 48.82%,
    94% 66.58%,
    83.6% 92.46%,
    57.2% 99.52%,
    48.93% 99.52%,
    36.4% 90.81%,
    19.07% 83.75%,
    5.2% 73.87%,
    1.2% 56.93%
  );
}
.image-pzo-grand-inquistor {
  width: 330px;
  shape-outside: polygon(
    0.61% 43.33%,
    10.3% 44.81%,
    16.97% 23.39%,
    14.55% 19.79%,
    27.58% 10.46%,
    26.06% 5.59%,
    39.7% 0.08%,
    54.24% 0.51%,
    65.76% 6.44%,
    61.52% 10.68%,
    75.45% 19.57%,
    86.97% 37.82%,
    99.39% 49.68%,
    99.7% 53.71%,
    83.03% 56.25%,
    73.64% 63.9%,
    69.09% 86.99%,
    62.12% 86.99%,
    53.94% 82.76%,
    52.12% 89.32%,
    43.03% 98.95%,
    30.91% 99.38%,
    16.36% 87.72%,
    5.15% 68.23%,
    0.3% 55.71%
  );
}
.image-pzo-street-musician {
  width: 330px;
  shape-outside: polygon(
    43.03% 0.49%,
    36.36% 6.52%,
    35.76% 12.56%,
    14.24% 24.91%,
    7.88% 33.41%,
    9.09% 37.57%,
    0.3% 42.03%,
    1.21% 49.23%,
    10.91% 48.65%,
    16.06% 50.66%,
    4.85% 56.7%,
    4.24% 61.29%,
    12.42% 62.75%,
    6.06% 72.95%,
    5.45% 76.41%,
    10.61% 79.43%,
    9.39% 83.74%,
    5.45% 89.34%,
    8.18% 99.27%,
    27.27% 99.85%,
    35.45% 83.9%,
    75.76% 80.45%,
    80.3% 87.64%,
    92.42% 96.54%,
    99.09% 96.54%,
    97.58% 74.55%,
    87.58% 53.12%,
    95.45% 49.1%,
    89.39% 36.44%,
    83.33% 17.03%,
    68.79% 0.34%
  );
}
.image-pzo-juggler {
  width: 330px;
  shape-outside: polygon(
    37.12% 0.72%,
    22.58% 7.96%,
    18.94% 13.46%,
    11.06% 13.3%,
    11.06% 18.33%,
    26.82% 25.1%,
    26.52% 27.61%,
    21.36% 28.71%,
    22.27% 31.07%,
    43.79% 39.09%,
    39.24% 39.72%,
    25.3% 42.55%,
    36.82% 45.69%,
    30.15% 51.67%,
    30.76% 58.27%,
    29.24% 61.1%,
    14.7% 58.74%,
    -0.15% 59.84%,
    0.45% 67.71%,
    15.61% 74.94%,
    27.42% 76.83%,
    29.55% 91.29%,
    35.91% 98.68%,
    77.42% 99.94%,
    80.15% 94.28%,
    74.09% 82.49%,
    77.12% 58.43%,
    89.24% 57.01%,
    87.73% 43.65%,
    99.85% 45.06%,
    99.24% 38.3%,
    87.42% 36.57%,
    89.55% 26.83%,
    83.18% 24.47%,
    89.55% 17.86%,
    85.61% 14.56%,
    75% 15.66%,
    57.42% 19.28%,
    48.94% 21.16%,
    48.03% 7.64%,
    69.55% 0.1%
  );
}
.image-pzo-traveling-actor {
  width: 400px;
  shape-outside: polygon(
    19.13% 0.54%,
    19.63% 12.47%,
    11.88% 27.49%,
    3.13% 23.79%,
    -0.13% 26.26%,
    1.13% 34.08%,
    5.88% 37.16%,
    7.38% 49.3%,
    9.88% 70.5%,
    18.38% 76.67%,
    17.13% 83.05%,
    11.88% 88.6%,
    23.38% 91.89%,
    31.63% 81.81%,
    41.88% 99.1%,
    46.88% 99.1%,
    59.38% 69.06%,
    56.88% 32.02%,
    63.88% 30.78%,
    98.88% 42.92%,
    98.38% 36.34%,
    59.63% 15.97%,
    49.13% 15.56%,
    37.38% 5.06%,
    33.63% 0.74%
  );
}
.image-pzo-troubadour {
  width: 330px;
  shape-outside: polygon(
    15.91% 0.84%,
    16.21% 2.11%,
    0.15% 5.42%,
    0.45% 11.53%,
    8.33% 21.32%,
    1.06% 24.12%,
    3.48% 30.48%,
    6.52% 41.04%,
    4.39% 49.82%,
    2.88% 62.29%,
    12.27% 68.4%,
    12.88% 77.05%,
    1.97% 85.7%,
    5.91% 88.75%,
    13.48% 83.16%,
    21.97% 89.52%,
    13.48% 97.28%,
    21.67% 98.3%,
    37.12% 95.24%,
    31.06% 71.45%,
    34.7% 66.36%,
    52.27% 72.34%,
    61.67% 85.7%,
    69.55% 96.77%,
    85.91% 99.7%,
    96.21% 98.93%,
    85.61% 90.15%,
    70.45% 69.16%,
    70.15% 57.2%,
    68.33% 43.97%,
    70.76% 36.21%,
    90.45% 30.36%,
    98.64% 30.1%,
    98.03% 24.51%,
    79.24% 22.47%,
    59.24% 26.29%,
    56.52% 17.25%,
    38.03% 0.71%
  );
}
.image-pzo-puppeteer {
  width: 350px;
  shape-outside: polygon(
    21.29% 1.38%,
    21% 14.2%,
    9.57% 16.92%,
    11% 26.54%,
    7% 32.31%,
    6.43% 38.4%,
    1.57% 45.77%,
    1.57% 58.59%,
    8.43% 59.55%,
    20.43% 72.37%,
    19.57% 76.06%,
    17.29% 77.98%,
    9.29% 81.67%,
    13.57% 85.83%,
    32.71% 81.99%,
    30.71% 67.08%,
    37% 62.92%,
    43% 68.53%,
    35% 74.14%,
    38.43% 83.11%,
    46.71% 87.6%,
    49% 93.05%,
    46.14% 98.98%,
    61.57% 99.62%,
    73.86% 99.62%,
    86.71% 98.66%,
    98.71% 78.78%,
    97.86% 67.41%,
    90.14% 70.77%,
    78.43% 57.15%,
    71.57% 38.56%,
    90.71% 24.14%,
    67.86% 10.83%,
    55.57% 6.67%,
    57.29% 1.7%
  );
}
.image-pzo-court-jester {
  width: 360px;
  shape-outside: polygon(
    14.86% 7.03%,
    1.81% 13.01%,
    2.36% 17.68%,
    13.19% 18.06%,
    13.75% 27.78%,
    27.92% 37.68%,
    26.53% 45.72%,
    8.19% 70.77%,
    22.36% 84.41%,
    30.14% 84.6%,
    34.31% 98.06%,
    84.03% 98.06%,
    79.86% 80.3%,
    89.03% 68.34%,
    83.47% 43.85%,
    92.36% 31.7%,
    98.47% 8.15%,
    72.64% 1.42%,
    50.42% 0.49%,
    37.08% 0.11%
  );
}
.image-pzo-maestro {
  width: 375px;
  shape-outside: polygon(
    36.53% 1.27%,
    39.47% 4.93%,
    43.47% 6.09%,
    44.8% 9.17%,
    38.13% 13.99%,
    44% 24.2%,
    44.8% 28.25%,
    43.2% 35.38%,
    50.13% 38.85%,
    41.33% 54.26%,
    33.33% 63.89%,
    16.27% 73.91%,
    21.33% 78.73%,
    13.07% 87.79%,
    0.53% 93.18%,
    27.73% 98.77%,
    75.73% 98.96%,
    98.67% 93.57%,
    81.87% 73.34%,
    99.47% 71.41%,
    98.13% 58.88%,
    80.27% 51.76%,
    90.4% 35.76%,
    90.67% 20.73%,
    73.6% 3.78%,
    62.67% 0.12%
  );
}
.image-pzo-druid-initiate {
  width: 375px;
  shape-outside: polygon(
    1.87% 35.35%,
    0.53% 2.09%,
    7.47% 0.57%,
    59.73% 0.35%,
    70.13% 12.52%,
    76.53% 36.22%,
    82.4% 59.05%,
    87.2% 81.22%,
    98.67% 89.92%,
    86.13% 98.83%,
    66.67% 99.05%,
    31.2% 97.31%,
    9.6% 89.26%,
    20% 80.35%,
    14.93% 52.96%,
    12.8% 36.87%
  );
}
.image-pzo-pack-leader {
  width: 350px;
  shape-outside: polygon(
    1.29% 7.95%,
    14.14% 17.18%,
    7.29% 19.1%,
    6.14% 23.63%,
    9% 34.78%,
    3.57% 40.52%,
    4.71% 44.18%,
    15.29% 46.45%,
    0.14% 76.24%,
    2.71% 88.96%,
    16.71% 96.62%,
    70.43% 99.24%,
    92.14% 99.24%,
    97.86% 98.54%,
    97.86% 85.3%,
    85.57% 68.4%,
    73.29% 39.3%,
    85% 37.39%,
    87.29% 29.55%,
    70.43% 26.41%,
    85.29% 18.22%,
    81% 10.04%,
    74.14% 12.13%,
    57.86% 8.29%,
    24.43% 3.24%,
    1% 0.63%
  );
}
.image-pzo-mountain-guardian {
  width: 370px;
  shape-outside: polygon(
    0.95% 14.78%,
    2.03% 27.52%,
    10.41% 36.44%,
    4.46% 42.38%,
    3.65% 58.09%,
    17.7% 57.67%,
    29.32% 64.89%,
    19.05% 69.77%,
    17.97% 80.38%,
    28.24% 95.25%,
    50.95% 94.4%,
    50.41% 72.53%,
    62.03% 87.39%,
    63.65% 95.88%,
    87.16% 99.28%,
    87.7% 94.18%,
    99.05% 81.45%,
    93.92% 68.28%,
    88.24% 36.01%,
    95.27% 24.33%,
    93.92% 14.99%,
    77.16% 6.71%,
    22.3% 6.92%,
    2.57% 7.99%
  );
}
.image-pzo-dedicated-druid {
  width: 390px;
  shape-outside: polygon(
    1.41% 0.95%,
    3.46% 8.6%,
    38.08% 20.74%,
    40.38% 29.45%,
    48.85% 38.16%,
    40.9% 52.4%,
    33.21% 62.43%,
    25.26% 84.59%,
    22.18% 96.47%,
    41.41% 95.15%,
    43.97% 81.69%,
    51.15% 82.75%,
    62.69% 94.36%,
    69.36% 88.55%,
    74.23% 82.75%,
    86.28% 97.52%,
    94.23% 97.52%,
    81.41% 50.82%,
    98.08% 45.28%,
    98.59% 31.56%,
    82.95% 16.52%,
    61.92% 1.48%
  );
}
.image-pzo-tree-singer {
  width: 375px;
  shape-outside: polygon(
    29.87% 22.02%,
    26.13% 31.35%,
    26.13% 42.41%,
    23.2% 52.24%,
    17.87% 55.68%,
    0.8% 55.68%,
    1.07% 79.27%,
    8.8% 97.94%,
    88% 96.71%,
    98.93% 78.53%,
    98.67% 63.79%,
    82.67% 23.25%,
    92% 1.13%,
    85.33% 0.15%,
    54.13% 0.89%,
    45.33% 5.56%,
    36% 8.5%
  );
}
.image-pzo-tempest-incarnate {
  width: 330px;
}
.image-astronomer {
  width: 310px;
  shape-outside: polygon(
    15.97% 0.07%,
    28.23% 7.56%,
    24.68% 10.74%,
    33.06% 15.62%,
    20.81% 19.59%,
    13.39% 23.11%,
    5.97% 33.78%,
    6.61% 42.41%,
    1.77% 53.99%,
    6.61% 69.2%,
    1.45% 85.88%,
    3.39% 92.46%,
    2.1% 95.19%,
    26.94% 98.25%,
    48.55% 99.62%,
    79.19% 98.14%,
    99.52% 92.92%,
    99.52% 89.97%,
    90.81% 71.24%,
    94.35% 50.35%,
    92.1% 29.24%,
    89.84% 21.52%,
    63.06% 15.96%,
    65.65% 10.74%,
    75% 10.06%,
    77.58% 6.77%,
    66.61% 0.3%
  );
}
.image-pzo-avuncular-professor {
  width: 330px;
  shape-outside: polygon(
    41.97% 0.69%,
    41.36% 14.25%,
    27.12% 17.86%,
    21.36% 35.48%,
    13.48% 25.09%,
    6.52% 24.34%,
    0.15% 25.69%,
    2.27% 30.66%,
    10.45% 38.8%,
    13.79% 45.87%,
    21.67% 51.15%,
    42.58% 72.98%,
    41.36% 91.36%,
    29.24% 93.16%,
    35% 99.04%,
    74.09% 94.97%,
    65.61% 79.01%,
    63.79% 69.07%,
    73.18% 82.02%,
    82.58% 95.72%,
    93.79% 99.49%,
    99.85% 99.34%,
    94.09% 83.07%,
    89.24% 63.19%,
    85.61% 51.45%,
    81.67% 39.4%,
    99.85% 36.99%,
    89.85% 15.45%,
    68.94% 10.94%,
    66.21% 0.54%
  );
}
.image-pzo-departmental-chair {
  width: 350px;
  shape-outside: polygon(
    11% 0.67%,
    13.29% 15.43%,
    13.29% 23.54%,
    14.43% 29.08%,
    0.43% 33.51%,
    7.57% 43.1%,
    15.57% 39.6%,
    22.71% 49.56%,
    9.57% 53.62%,
    11% 68.38%,
    25.57% 68.56%,
    28.71% 88.49%,
    39.29% 96.61%,
    53.29% 94.02%,
    70.71% 99.37%,
    77.57% 98.82%,
    84.43% 87.94%,
    85.57% 75.39%,
    99.29% 71.7%,
    98.14% 61.74%,
    78.71% 59.89%,
    72.71% 54.36%,
    89.57% 50.67%,
    91% 43.47%,
    87.57% 18.56%,
    97.29% 13.77%,
    97% 1.77%,
    85.57% 0.3%
  );
}
.image-pzo-globetrotting-scholar {
  width: 330px;
  shape-outside: polygon(
    45.61% 0.07%,
    38.33% 4.46%,
    15.61% 8.02%,
    1.36% 18.1%,
    1.67% 30.32%,
    15.3% 38.27%,
    8.03% 46.81%,
    18.94% 63.3%,
    7.42% 77.65%,
    1.06% 94.38%,
    5% 99.12%,
    18.03% 99.48%,
    22.88% 84.77%,
    48.94% 63.3%,
    56.82% 86.43%,
    53.48% 95.8%,
    95.91% 97.94%,
    91.67% 93.43%,
    78.64% 87.62%,
    80.76% 67.69%,
    93.79% 39.57%,
    99.85% 29.37%,
    87.42% 13.83%,
    67.42% 0.67%
  );
}
.image-pzo-eldritch-emeritus {
  width: 390px;
  shape-outside: polygon(
    1.15% 2.83%,
    -0.13% 14.47%,
    11.67% 24.24%,
    14.74% 46.28%,
    20.13% 64.78%,
    21.41% 77.26%,
    21.41% 91.6%,
    8.85% 96.38%,
    8.59% 99.09%,
    98.59% 98.88%,
    98.59% 93.06%,
    72.18% 65.62%,
    82.95% 48.98%,
    83.72% 31.73%,
    80.13% 14.26%,
    45.77% 8.65%,
    0.9% 8.86%
  );
}
.image-pzo-rigger {
  width: 330px;
  shape-outside: polygon(
    35.91% 0.58%,
    33.18% 12.69%,
    14.7% 13.18%,
    2.88% 28.67%,
    2.27% 44.27%,
    4.09% 51.26%,
    21.97% 50.89%,
    13.79% 67.37%,
    1.36% 77.23%,
    0.76% 99.58%,
    17.12% 99.08%,
    30.76% 81.97%,
    38.03% 71.11%,
    53.48% 56.51%,
    57.42% 67.49%,
    53.79% 78.6%,
    57.12% 96.95%,
    87.42% 98.45%,
    88.64% 94.71%,
    79.24% 85.72%,
    85.91% 73.11%,
    86.21% 58.13%,
    86.52% 43.52%,
    87.12% 38.28%,
    98.94% 43.9%,
    97.12% 16.31%,
    67.42% 13.43%,
    63.48% 0.7%
  );
}
.image-bosun {
  width: 350px;
  shape-outside: polygon(
    39% 0.94%,
    34.14% 4.85%,
    33.57% 13.18%,
    0.71% 16.56%,
    0.71% 29.85%,
    27.29% 35.05%,
    33.29% 42.61%,
    26.71% 63.44%,
    21.29% 97.29%,
    77.57% 99.64%,
    71.86% 79.33%,
    75% 69.95%,
    69.57% 42.61%,
    89.29% 17.87%,
    99.29% 13.44%,
    99.86% 6.67%,
    51.86% -0.1%
  );
}
.image-pzo-castaway {
  width: 350px;
  shape-outside: polygon(
    48.43% 1.08%,
    46.71% 13.77%,
    53.29% 21.27%,
    21% 34.54%,
    17.86% 40.31%,
    32.71% 43.39%,
    0.43% 88.58%,
    0.71% 98.19%,
    17% 98.77%,
    38.71% 68.58%,
    55% 63.39%,
    65.29% 67.62%,
    61.29% 76.66%,
    59.86% 90.69%,
    81.29% 93.19%,
    86.71% 87.62%,
    85.57% 63.19%,
    68.14% 51.66%,
    96.43% 35.69%,
    99% 28.39%,
    99% 13.58%,
    72.71% 4.35%,
    67.29% -0.08%
  );
}
.image-pzo-subaquatic-marauder {
  width: 330px;
  shape-outside: polygon(
    -0.15% 11.76%,
    10.45% 32.94%,
    4.39% 41.91%,
    4.39% 58.51%,
    5% 66.34%,
    29.55% 86.76%,
    38.33% 87.71%,
    35.61% 92.67%,
    37.12% 97.44%,
    65.91% 97.64%,
    99.55% 97.06%,
    98.33% 23.02%,
    66.82% 0.69%,
    51.67% 1.07%,
    0.76% 6.8%
  );
}
.image-pzo-ocean-nomad {
  width: 385px;
  shape-outside: polygon(
    36.62% 1.6%,
    34.81% 7.71%,
    10.65% 16.97%,
    4.42% 24.55%,
    10.65% 35.29%,
    0% 34.44%,
    0.78% 38.65%,
    14.29% 40.34%,
    17.66% 39.08%,
    15.84% 48.13%,
    12.99% 66.02%,
    17.14% 96.76%,
    31.95% 92.55%,
    53.77% 99.71%,
    64.68% 98.23%,
    75.06% 74.23%,
    99.22% 51.5%,
    98.96% 20.34%,
    72.73% 16.55%,
    70.39% 2.23%
  );
}
.image-pzo-toady {
  width: 330px;
  shape-outside: polygon(
    36.21% 0.28%,
    28.64% 3.28%,
    33.79% 15.05%,
    20.45% 18.37%,
    3.18% 35.08%,
    2.27% 46.75%,
    5% 49.53%,
    12.88% 57.35%,
    18.94% 69.87%,
    14.7% 76.08%,
    23.48% 85.29%,
    8.03% 88.61%,
    7.73% 93.86%,
    44.39% 92.68%,
    47.73% 91.07%,
    48.64% 78.76%,
    55.61% 80.79%,
    57.42% 91.39%,
    54.7% 96.53%,
    55.91% 98.67%,
    72.88% 99.32%,
    85.61% 92.36%,
    88.03% 78.65%,
    84.39% 58.2%,
    93.79% 54.78%,
    99.24% 49.42%,
    98.64% 24.69%,
    74.39% 11.95%,
    59.55% 0.39%
  );
}
.image-pzo-fiend-caller {
  width: 385px;
  shape-outside: polygon(
    39.48% 1.3%,
    36.36% 6.03%,
    42.34% 16.26%,
    31.69% 19.21%,
    28.57% 25.51%,
    19.48% 36.73%,
    7.01% 32.99%,
    5.97% 38.31%,
    20.26% 49.73%,
    5.19% 73.94%,
    0.52% 81.81%,
    1.56% 94.02%,
    22.08% 98.55%,
    91.69% 99.53%,
    99.22% 91.06%,
    99.48% 81.62%,
    85.97% 71.18%,
    70.39% 41.06%,
    78.96% 26.5%,
    71.69% 13.51%,
    55.32% 0.91%
  );
}
.image-pzo-propagandist {
  width: 375px;
  shape-outside: polygon(
    44.53% 0.39%,
    37.87% 11.07%,
    29.33% 11.31%,
    22.93% 20.29%,
    16.8% 27.33%,
    12.27% 33.64%,
    1.87% 45.05%,
    1.07% 68.35%,
    6.67% 73.69%,
    20.53% 98.21%,
    36.8% 98.45%,
    59.47% 99.42%,
    92% 90.92%,
    86.93% 82.43%,
    85.6% 43.84%,
    98.4% 43.11%,
    97.33% 4.52%,
    61.87% 0.88%
  );
}
.image-pzo-deluded-mob-troop {
  width: 385px;
  shape-outside: polygon(
    22.34% -0.1%,
    28.05% 8.59%,
    19.74% 10.82%,
    0% 27.2%,
    0.78% 77.82%,
    19.22% 84.52%,
    30.65% 97.42%,
    41.04% 96.93%,
    62.6% 91.22%,
    82.08% 83.53%,
    98.44% 55.49%,
    98.7% 40.1%,
    70.91% 16.03%,
    57.14% 1.64%
  );
}
.image-pzo-antipaladin {
  width: 350px;
  shape-outside: polygon(
    33.29% 0.3%,
    30.14% 8.98%,
    31.57% 15.21%,
    25% 24.27%,
    25.29% 36.34%,
    15.29% 35.96%,
    1.86% 42.76%,
    6.71% 51.06%,
    1.57% 64.45%,
    1.57% 79.93%,
    36.71% 78.42%,
    24.43% 89.93%,
    27.29% 95.96%,
    46.71% 92.76%,
    51% 82.38%,
    77% 98.23%,
    92.71% 95.96%,
    86.71% 49.36%,
    99% 48.42%,
    94.14% 18.23%,
    62.71% 2.19%
  );
}
.image-pzo-despot {
  width: 330px;
  shape-outside: polygon(
    24.7% 0.91%,
    27.73% 7.91%,
    22.88% 11.07%,
    16.52% 15.06%,
    0.15% 26.59%,
    5.61% 32.64%,
    17.12% 33.46%,
    20.76% 44.18%,
    10.45% 57.91%,
    8.64% 67.94%,
    20.45% 78.52%,
    2.58% 87.72%,
    2.88% 90.47%,
    32.27% 88.27%,
    42.58% 84.42%,
    52.58% 94.86%,
    67.73% 99.81%,
    71.67% 99.26%,
    98.03% 85.66%,
    99.24% 79.07%,
    81.36% 74.53%,
    75% 30.58%,
    71.36% 13.55%,
    53.48% 1.05%
  );
}
.image-pzo-interrogator {
  width: 330px;
  shape-outside: polygon(
    36.21% 0.66%,
    31.97% 10%,
    2.27% 20.28%,
    1.36% 40.14%,
    12.58% 47.5%,
    7.12% 50.77%,
    14.39% 52.17%,
    6.82% 62.34%,
    17.12% 71.1%,
    10.76% 75.66%,
    11.67% 88.74%,
    12.27% 98.44%,
    31.36% 99.14%,
    38.94% 74.6%,
    45.61% 82.43%,
    44.09% 91.66%,
    48.33% 94.81%,
    80.15% 95.87%,
    76.21% 90.73%,
    64.7% 81.85%,
    73.48% 69.35%,
    81.36% 66.66%,
    94.7% 73.09%,
    98.94% 72.73%,
    87.42% 51.94%,
    83.79% 39.21%,
    77.42% 16.19%,
    58.64% 0.54%
  );
}
.image-pzo-fleshwarper {
  width: 350px;
  shape-outside: polygon(
    73.29% 0.4%,
    65.86% 4.22%,
    47.57% 6.82%,
    39.57% 12.48%,
    28.71% 20.58%,
    23.86% 21.5%,
    19% 9.11%,
    11.57% 8.81%,
    6.14% 13.85%,
    5% 22.72%,
    16.14% 36.94%,
    2.14% 44.74%,
    3% 56.21%,
    11.86% 60.18%,
    19.57% 68.75%,
    20.71% 82.81%,
    20.14% 99.02%,
    54.43% 96.12%,
    51% 64.77%,
    69.86% 58.04%,
    99.29% 47.49%,
    98.43% 35.57%,
    72.14% 24.1%,
    86.43% 12.48%,
    84.43% 1.32%
  );
}
.image-gang-leader {
  width: 330px;
  shape-outside: polygon(
    50.45% 1.3%,
    52.27% 15.17%,
    43.48% 16.71%,
    37.42% 32.47%,
    15.3% 54.56%,
    -0.15% 61.58%,
    2.58% 71.34%,
    29.85% 60.04%,
    37.42% 64.32%,
    38.33% 75.79%,
    38.64% 81.95%,
    28.94% 86.92%,
    28.94% 94.62%,
    51.06% 98.22%,
    86.82% 99.59%,
    97.42% 95.14%,
    94.09% 84.52%,
    98.64% 62.43%,
    91.97% 27.16%,
    99.85% 25.28%,
    97.73% 17.91%
  );
}
.image-pzo-wealthy-vigilante {
  width: 370px;
  shape-outside: polygon(
    39.32% 0.12%,
    39.86% 6.66%,
    28.24% 9.16%,
    22.57% 15.12%,
    13.65% 25.12%,
    12.84% 42.81%,
    21.76% 50.5%,
    1.76% 56.08%,
    2.03% 62.04%,
    17.16% 58.39%,
    20.14% 67.62%,
    16.08% 97.62%,
    32.57% 98.77%,
    38.78% 93.77%,
    73.11% 96.08%,
    98.78% 92.23%,
    98.78% 86.27%,
    77.43% 75.69%,
    92.57% 61.46%,
    88.51% 50.31%,
    92.3% 41.08%,
    75.54% 27.42%,
    68.78% 14.92%,
    66.89% 0.31%
  );
}
.image-pzo-warmonger {
  width: 330px;
  shape-outside: polygon(
    25.91% 0.74%,
    15.61% 10.39%,
    8.94% 26.14%,
    8.64% 44.15%,
    0.45% 43.83%,
    1.06% 50.1%,
    17.12% 57.17%,
    11.67% 72.28%,
    6.82% 78.72%,
    1.36% 99.29%,
    24.39% 96.88%,
    37.73% 78.23%,
    50.45% 97.2%,
    78.03% 98.17%,
    93.79% 76.46%,
    73.79% 43.99%,
    90.45% 34.34%,
    98.33% 36.43%,
    99.85% 28.07%,
    60.15% 9.91%,
    52.58% 1.71%
  );
}
.image-pzo-hero-hunter {
  width: 330px;
  shape-outside: polygon(
    0.45% 0.41%,
    8.64% 7.58%,
    -0.15% 8.36%,
    0.76% 19.75%,
    20.45% 25.37%,
    17.73% 41.75%,
    18.03% 47.83%,
    31.97% 59.69%,
    26.52% 74.04%,
    26.21% 97.44%,
    96.82% 98.85%,
    83.79% 91.2%,
    91.06% 73.42%,
    99.55% 58.75%,
    95.3% 30.98%,
    75% 6.34%,
    21.36% -0.06%
  );
}
.image-pzo-worldender {
  width: 400px;
  shape-outside: polygon();
}
.image-pzo-obsessive-researcher {
  width: 330px;
  shape-outside: polygon(
    41.31% 0.33%,
    36.46% 4.72%,
    39.49% 9.45%,
    38.28% 13.61%,
    30.7% 14.99%,
    23.43% 22.15%,
    12.82% 21%,
    0.4% 26.66%,
    -0.21% 30.81%,
    10.1% 34.51%,
    13.43% 37.63%,
    26.16% 37.39%,
    23.73% 50.91%,
    30.7% 52.29%,
    39.19% 66.38%,
    43.43% 77.23%,
    46.16% 87.56%,
    36.16% 91.49%,
    37.07% 94.61%,
    54.06% 99.05%,
    68.3% 98.94%,
    71.31% 86.41%,
    71.61% 69.66%,
    69.49% 52.69%,
    79.19% 46.22%,
    72.52% 34.91%,
    94.04% 30.52%,
    92.82% 21.86%,
    99.79% 17.58%,
    95.25% 10.61%,
    73.13% 6.33%,
    64.04% 0.21%
  );
}
.image-apzo-leaping-thief {
  width: 330px;
  shape-outside: polygon(
    8.3% 9.4%,
    10.73% 15.37%,
    13.15% 23.15%,
    3.76% 31.46%,
    3.15% 39.6%,
    12.24% 41.41%,
    0.42% 76.31%,
    1.64% 91.32%,
    25.27% 82.28%,
    29.52% 81.74%,
    25.58% 88.43%,
    17.7% 88.97%,
    15.27% 94.76%,
    37.39% 93.85%,
    40.73% 89.69%,
    55.27% 85.71%,
    64.06% 83.18%,
    70.73% 86.44%,
    75.88% 84.27%,
    81.94% 96.93%,
    84.36% 99.49%,
    99.82% 99.67%,
    97.7% 86.11%,
    97.7% 68.03%,
    84.36% 46.33%,
    67.39% 34.21%,
    69.82% 28.93%,
    67.7% 0%,
    54.06% 0.54%,
    34.36% 4.7%,
    18.61% 7.78%
  );
}
.image-bpzo-lucky-courser {
  width: 360px;
  shape-outside: polygon(
    41.5% 1.78%,
    49.56% 16.93%,
    32.61% 19.15%,
    29.83% 27.62%,
    20.39% 47.66%,
    0.67% 69.71%,
    1.22% 74.61%,
    9.83% 76.61%,
    16.5% 83.52%,
    38.17% 78.84%,
    35.67% 98.44%,
    55.39% 99.6%,
    76.5% 97.15%,
    75.39% 82.45%,
    99.83% 71.98%,
    99.83% 54.83%,
    93.72% 59.06%,
    79.83% 35.46%,
    79% 26.33%,
    71.22% 10.07%,
    69.83% 0.45%
  );
}
.image-pzo-dwarf-smith {
  width: 330px;
  shape-outside: polygon(
    40.73% 1.26%,
    24.97% 20.84%,
    0.42% 34.95%,
    0.12% 56.42%,
    2.55% 64.21%,
    20.12% 68.84%,
    17.39% 84.8%,
    27.39% 98.69%,
    88.3% 99.33%,
    80.73% 85.85%,
    84.06% 51.96%,
    99.82% 42.27%,
    98.91% 27.33%,
    96.18% 9.26%,
    76.48% 1.05%
  );
}
.image-pzo-dwarf-battalion {
  width: 450px;
  shape-outside: polygon(
    0.09% 8.88%,
    0.09% 29.61%,
    13.87% 62.3%,
    14.98% 73.49%,
    10.53% 83.36%,
    27.2% 97.5%,
    53.87% 99.47%,
    78.76% 98.82%,
    92.09% 83.68%,
    99.42% 44.54%,
    99.64% 26.64%,
    82.53% 12.83%,
    59.42% 0%,
    41.64% 3.95%,
    20.53% 7.89%
  );
}
.image-pzo-dwarf-general {
  width: 350px;
  shape-outside: polygon(
    38.69% 1.47%,
    30.97% 9.8%,
    19.83% 13.24%,
    0.11% 44.12%,
    2.69% 62.06%,
    14.69% 74.31%,
    30.97% 92.7%,
    64.69% 99.8%,
    97.54% 99.8%,
    99.26% 75.29%,
    99.54% 50.78%,
    98.97% 27.7%,
    58.97% 1.23%
  );
}
.image-pzo-aiuvarin-translator {
  width: 330px;
  shape-outside: polygon(
    71.94% 0.9%,
    74.97% 6.41%,
    77.39% 12.6%,
    74.67% 27.9%,
    66.48% 27.45%,
    69.21% 18%,
    60.12% 13.27%,
    39.82% 11.81%,
    28% 15.19%,
    24.97% 24.41%,
    16.48% 28.57%,
    2.24% 51.29%,
    4.97% 60.52%,
    10.42% 63.67%,
    1.64% 73.34%,
    8% 85.04%,
    18.61% 99.33%,
    60.42% 99.89%,
    71.94% 96.74%,
    68.61% 90.21%,
    75.88% 65.92%,
    98.91% 60.85%,
    93.45% 50.51%,
    91.33% 29.02%,
    99.21% 4.61%,
    96.48% 0.45%
  );
}
.image-pzo-woodland-scouts {
  width: 425px;
  shape-outside: polygon(
    5.15% 2.05%,
    1.39% 8.22%,
    4.21% 19.18%,
    3.27% 31.85%,
    0.45% 35.96%,
    7.74% 49.66%,
    13.39% 63.15%,
    10.33% 66.58%,
    11.98% 70.34%,
    28.21% 77.19%,
    47.51% 82.67%,
    53.86% 83.36%,
    55.51% 97.05%,
    64.45% 96.71%,
    68.92% 83.7%,
    77.15% 83.01%,
    91.04% 74.45%,
    99.74% 50.14%,
    99.27% 34.25%,
    96.68% 4.45%,
    90.8% 0.68%
  );
}
.image-pzo-elven-court-guard {
  width: 350px;
  shape-outside: polygon(
    43.54% 0%,
    45.54% 5.62%,
    42.11% 13.45%,
    33.83% 15.66%,
    30.97% 25.7%,
    21.26% 47.39%,
    18.4% 59.64%,
    0.11% 93.17%,
    0.69% 96.18%,
    7.26% 93.57%,
    32.11% 92.37%,
    37.54% 93.98%,
    57.26% 98.59%,
    68.69% 99.4%,
    99.54% 92.97%,
    98.97% 84.94%,
    80.11% 78.31%,
    76.11% 35.74%,
    75.83% 20.68%,
    69.54% 15.06%,
    61.83% 12.05%,
    61.83% 0.2%
  );
}
.image-pzo-bleachling-survivor {
  width: 330px;
  shape-outside: polygon(
    28.61% 0.62%,
    31.03% 4.2%,
    28% 11.82%,
    28.61% 29.24%,
    18.3% 32.66%,
    9.21% 37.64%,
    7.09% 41.21%,
    0.73% 44.48%,
    1.03% 52.1%,
    3.15% 58.01%,
    8.3% 65.32%,
    22.24% 62.99%,
    24.97% 69.83%,
    15.27% 72.01%,
    0.42% 74.65%,
    1.64% 82.67%,
    21.03% 88.12%,
    28% 87.96%,
    32.55% 85.16%,
    21.33% 79.72%,
    46.18% 76.3%,
    52.24% 78.48%,
    55.58% 83.92%,
    58.61% 88.58%,
    57.09% 94.03%,
    61.33% 96.98%,
    78.61% 99%,
    91.03% 99.32%,
    96.18% 97.14%,
    91.64% 93.41%,
    78.91% 88.9%,
    74.67% 72.1%,
    73.76% 61.99%,
    78.61% 58.26%,
    91.64% 75.05%,
    97.7% 73.19%,
    97.7% 57.64%,
    95.88% 52.81%,
    88% 41.93%,
    86.48% 30.42%,
    97.39% 24.51%,
    99.52% 16.8%,
    96.18% 2.8%,
    90.12% 0.16%
  );
}
.image-pzo-razzle-dazzler {
  width: 360px;
  shape-outside: polygon(
    18.17% 2.06%,
    21.5% 10.54%,
    15.94% 14.4%,
    18.44% 41.65%,
    10.94% 41.65%,
    0.39% 24.94%,
    0.67% 52.44%,
    11.78% 63.75%,
    9.83% 78.97%,
    16.5% 87.97%,
    7.89% 96.45%,
    7.61% 99.54%,
    28.72% 98.51%,
    32.89% 92.34%,
    35.94% 80.77%,
    39.83% 90.03%,
    41.22% 97.99%,
    52.61% 98.77%,
    60.11% 90.03%,
    62.33% 76.66%,
    76.22% 89.51%,
    90.94% 81.54%,
    90.94% 68.95%,
    77.89% 62.52%,
    89.56% 51.47%,
    98.72% 46.07%,
    98.17% 37.02%,
    52.89% 7.46%,
    44.83% 0.51%
  );
}
.image-pzo-gnome-conservationist {
  width: 350px;
  shape-outside: polygon(
    20.4% 0.85%,
    23.54% 23.03%,
    11.26% 52.67%,
    18.4% 67.8%,
    2.97% 85.97%,
    1.54% 97.06%,
    21.54% 98.98%,
    50.11% 97.91%,
    98.69% 93.86%,
    98.69% 89.81%,
    83.26% 66.57%,
    86.4% 46.74%,
    80.97% 25.84%,
    66.4% 12.58%,
    59.26% 0.64%
  );
}
.image-pzo-goblin-chef {
  width: 330px;
  shape-outside: polygon(
    39.52% 0.23%,
    24.36% 8.29%,
    19.21% 20.28%,
    21.33% 28.34%,
    10.12% 32.49%,
    12.85% 35.94%,
    31.03% 38.25%,
    35.88% 50.23%,
    23.45% 60.83%,
    13.45% 67.7%,
    0.73% 80.83%,
    3.15% 97.88%,
    8.3% 99.26%,
    24.97% 84.75%,
    31.33% 82.9%,
    29.82% 92.58%,
    39.82% 96.04%,
    55.58% 92.35%,
    76.18% 99.03%,
    88.91% 98.57%,
    91.64% 93.73%,
    91.64% 62.86%,
    94.36% 43.5%,
    98.91% 22.81%,
    95.88% 1.15%
  );
}
.image-pzo-goblin-scavenger {
  width: 350px;
  shape-outside: polygon(
    30.69% 1.07%,
    22.69% 12.87%,
    5.26% 12.87%,
    5.83% 19.57%,
    2.11% 22.79%,
    0.69% 42.9%,
    1.54% 89.01%,
    21.54% 93.83%,
    42.97% 88.47%,
    47.26% 82.31%,
    56.4% 83.38%,
    53.83% 95.71%,
    59.26% 99.2%,
    90.4% 98.12%,
    99.54% 74.53%,
    98.69% 65.68%,
    73.54% 49.06%,
    81.54% 33.78%,
    73.83% 12.87%,
    41.83% 1.88%
  );
}
.image-pzo-goblin-raiding-party {
  width: 375px;
  shape-outside: polygon(
    6.11% 47.03%,
    21.84% 27.68%,
    54.91% 3.87%,
    67.97% 0.97%,
    67.97% 23.87%,
    85.57% 18.71%,
    92.24% 30.32%,
    95.71% 42.84%,
    99.44% 64.77%,
    93.31% 94.77%,
    47.17% 98.97%,
    0.24% 88%
  );
}
.image-pzo-big-goblin-boss {
  width: 350px;
  shape-outside: polygon(
    30.69% 0.69%,
    28.69% 7.85%,
    18.97% 13.86%,
    11.83% 32.56%,
    5.26% 54.5%,
    10.4% 67.44%,
    0.11% 83.88%,
    2.69% 87.34%,
    35.83% 99.12%,
    89.26% 92.42%,
    92.69% 83.88%,
    98.4% 58.71%,
    99.26% 45.5%,
    76.69% 13.63%,
    56.11% 0.92%
  );
}
.image-pzo-halfling-head-chef {
  width: 350px;
  shape-outside: polygon(
    37.83% 0.63%,
    25.26% 8%,
    0.4% 17.26%,
    1.26% 28%,
    15.26% 35.79%,
    11.54% 49.89%,
    11.54% 56.42%,
    24.97% 56.84%,
    28.69% 59.79%,
    21.83% 69.26%,
    22.97% 81.47%,
    17.26% 86.74%,
    18.69% 93.22%,
    30.4% 93.01%,
    67.83% 87.75%,
    71.83% 97.85%,
    89.54% 99.33%,
    90.69% 96.17%,
    86.4% 66.69%,
    90.97% 48.17%,
    80.97% 0.84%
  );
}
.image-pzo-billband-troop {
  width: 375px;
  shape-outside: polygon(
    27.17% 0.29%,
    30.11% 7.29%,
    37.57% 19.24%,
    18.11% 20.12%,
    10.91% 43.15%,
    0.24% 44.55%,
    1.57% 51.84%,
    14.11% 57.38%,
    16.24% 69.91%,
    11.97% 76.33%,
    19.44% 80.99%,
    30.11% 87.11%,
    50.37% 98.19%,
    69.57% 99.36%,
    96.77% 82.74%,
    99.44% 53.88%,
    99.44% 25.07%,
    92.51% 20.12%,
    51.71% 0.29%
  );
}
.image-pzo-halfling-yarnspinner {
  width: 360px;
  shape-outside: polygon(
    16.5% 9.06%,
    15.39% 32.36%,
    0.11% 26.86%,
    1.5% 57.61%,
    9% 63.43%,
    7.61% 76.12%,
    4.28% 90.03%,
    5.39% 98.12%,
    29.28% 98.77%,
    65.67% 96.83%,
    66.78% 92.94%,
    52.89% 53.14%,
    77.33% 33.07%,
    94.56% 39.55%,
    99.28% 22.01%,
    99.28% 0%,
    41.22% 3.56%,
    20.11% 6.47%
  );
}
.image-pzo-hobgoblin-vanguard {
  width: 350px;
  shape-outside: polygon(
    44.97% 0.63%,
    28.69% 8.39%,
    28.97% 14.05%,
    43.54% 18.03%,
    38.97% 20.96%,
    32.4% 24.32%,
    30.11% 38.57%,
    21.83% 28.72%,
    12.69% 37.32%,
    0.69% 37.95%,
    1.54% 45.07%,
    16.69% 55.56%,
    34.4% 51.99%,
    34.69% 72.96%,
    34.69% 84.53%,
    26.4% 91.45%,
    36.11% 97.95%,
    51.26% 90.4%,
    52.97% 68.18%,
    60.97% 67.76%,
    67.26% 94.8%,
    70.4% 98.36%,
    88.11% 98.78%,
    90.11% 86.62%,
    98.69% 79.92%,
    99.54% 53.08%,
    86.97% 50.36%,
    87.54% 25.83%,
    87.54% 19.29%,
    73.26% 13.63%,
    76.69% 0.84%
  );
}
.image-pzo-bone-scavenger {
  width: 360px;
  shape-outside: polygon(
    49.28% 1.77%,
    49.28% 7.08%,
    41.5% 6.19%,
    37.06% 12.98%,
    27.61% 21.53%,
    24.56% 41.89%,
    25.94% 63.6%,
    13.17% 62.42%,
    -0.17% 53.27%,
    1.5% 77.76%,
    19.83% 85.43%,
    22.61% 98.7%,
    77.33% 94.28%,
    73.72% 84.84%,
    76.5% 66.25%,
    99.56% 78.94%,
    98.72% 10.62%,
    87.89% 2.36%
  );
}
.image-pzo-kholo-outrider {
  width: 375px;
  shape-outside: polygon(
    44.97% 0.84%,
    25.51% 5.85%,
    12.27% 32.59%,
    3.62% 34.54%,
    1.73% 76.21%,
    6.32% 98.22%,
    67.68% 96.27%,
    95.78% 50.58%,
    98.49% 41.11%,
    82% 15.21%,
    72.54% 1.67%
  );
}
.image-pzo-trapper {
  width: 375px;
  shape-outside: polygon(
    0.24% 16.49%,
    1.31% 44.33%,
    0.24% 83.71%,
    12.77% 97.46%,
    39.97% 96.43%,
    66.64% 97.8%,
    98.37% 81.65%,
    98.37% 72.03%,
    71.44% 41.44%,
    81.57% 19.11%,
    66.64% 0.34%,
    55.71% 0.69%,
    18.64% 8.25%,
    2.37% 9.28%
  );
}
.image-pzo-egg-guardian {
  width: 375px;
  shape-outside: polygon(
    47.97% 0.74%,
    49.04% 10.78%,
    38.64% 20.82%,
    40.51% 42.75%,
    38.11% 68.4%,
    19.71% 75.46%,
    0.24% 86.62%,
    2.64% 92.57%,
    54.11% 98.14%,
    87.97% 94.42%,
    99.44% 53.53%,
    93.31% 20.82%,
    74.11% 0.37%
  );
}
.image-pzo-root-leshy-groundskeeper {
  width: 340px;
  shape-outside: polygon(
    73.94% 37.87%,
    64.53% 22.9%,
    48.4% 19.95%,
    32.97% 22.68%,
    19.26% 29.02%,
    1% 51.7%,
    2.18% 79.82%,
    23.35% 96.37%,
    77.18% 98.87%,
    96.59% 98.64%,
    99.24% 51.47%,
    98.94% 10.66%,
    91.29% 0.91%,
    77.47% 1.59%
  );
}
.image-pzo-tumbleweed-leshy-courier {
  width: 330px;
  shape-outside: polygon(
    28.91% 1.12%,
    17.09% 11.96%,
    20.73% 21.05%,
    15.58% 26.16%,
    22.55% 33.17%,
    11.64% 44.02%,
    1.03% 51.52%,
    3.45% 74.64%,
    6.48% 94.7%,
    2.55% 99.17%,
    15.88% 99.27%,
    87.7% 98.31%,
    78.91% 91.61%,
    82.55% 80.77%,
    97.7% 54.61%,
    95.88% 38.02%,
    99.52% 15.15%,
    82.55% 2.07%,
    71.03% 0%
  );
}
.image-pzo-corn-leshy-throng {
  width: 450px;
  shape-outside: polygon(
    7.42% 19.69%,
    6.31% 35.69%,
    0.98% 47.08%,
    2.31% 60.06%,
    9.2% 65.91%,
    7.64% 73.6%,
    34.53% 98.22%,
    69.64% 96.98%,
    91.64% 91.45%,
    98.31% 62.83%,
    98.31% 40%,
    84.76% 7.38%,
    30.31% 2.15%
  );
}
.image-pzo-gourd-leshy-witch {
  width: 350px;
  shape-outside: polygon(
    40.97% 1.67%,
    44.69% 18.42%,
    28.97% 19.86%,
    26.4% 9.57%,
    19.54% 17.46%,
    16.69% 36.36%,
    4.69% 46.89%,
    6.97% 66.03%,
    0.11% 93.25%,
    4.69% 98.28%,
    35.54% 97.8%,
    81.83% 88.95%,
    99.54% 68.37%,
    99.54% 44.45%,
    89.54% 18.18%
  );
}
.image-pzo-tidewater-guard {
  width: 345px;
  shape-outside: polygon(
    53.01% 0.83%,
    36.2% 4.98%,
    26.06% 12.66%,
    17.94% 33.2%,
    9.83% 43.98%,
    1.13% 64.52%,
    2% 73.86%,
    28.96% 87.76%,
    39.1% 92.12%,
    51.28% 92.12%,
    75.04% 78.84%,
    81.13% 61.41%,
    94.75% 49.79%,
    99.1% 32.78%,
    99.1% 18.46%,
    93.88% 0.62%
  );
}
.image-pzo-orc-skullcrushers {
  width: 440px;
  shape-outside: polygon(
    40.09% 5.68%,
    23.5% 6.31%,
    6.45% 26.5%,
    2.82% 58.99%,
    2.59% 85.49%,
    42.59% 97.16%,
    54.18% 99.68%,
    98.05% 79.5%,
    97.59% 62.15%,
    89.86% 2.52%,
    54.64% 0.32%,
    38.73% 1.26%
  );
}
.image-pzo-orc-veteran-master {
  width: 330px;
  shape-outside: polygon(
    0.12% 0.57%,
    4.36% 9.66%,
    19.82% 19.32%,
    9.52% 35.09%,
    14.36% 51.85%,
    16.48% 60.8%,
    6.18% 64.77%,
    0.42% 71.45%,
    2.85% 74.43%,
    21.64% 75.85%,
    24.97% 95.94%,
    35.27% 98.64%,
    92.24% 92.81%,
    99.52% 88.27%,
    97.7% 79.03%,
    80.73% 66.39%,
    66.18% 39.12%,
    64.97% 32.16%,
    56.48% 18.01%,
    57.09% 10.8%,
    31.03% 0.85%
  );
}
.image-pzo-swarm-voice {
  width: 330px;
  shape-outside: polygon(
    1.03% 7.81%,
    21.33% 26.9%,
    23.45% 41.65%,
    33.45% 57.27%,
    32.55% 66.81%,
    21.33% 62.47%,
    8% 64.21%,
    4.36% 83.08%,
    23.45% 97.44%,
    93.76% 98.52%,
    98.61% 97.44%,
    88% 80.52%,
    92.85% 73.36%,
    90.73% 48.42%,
    82.55% 30.2%,
    88% 14.14%,
    77.39% 2.82%,
    1.03% 0.22%
  );
}
.image-pzo-bone-mother {
  width: 330px;
  shape-outside: polygon(
    -0.18% 22.54%,
    21.33% 38.97%,
    21.33% 50.23%,
    24.06% 59.62%,
    14.67% 60.8%,
    8.91% 71.36%,
    25.88% 94.08%,
    53.15% 98.54%,
    75.27% 98.78%,
    92.24% 77.42%,
    98.3% 56.29%,
    98.91% 19.72%,
    69.52% 2.58%,
    37.09% 0.7%,
    11.33% 9.39%,
    1.33% 13.62%
  );
}
.image-pzo-gambling-companion {
  width: 330px;
  shape-outside: polygon(
    34.67% 0.72%,
    29.82% 7.93%,
    27.39% 20.19%,
    1.03% 35.82%,
    2.55% 54.57%,
    0.73% 78.13%,
    20.12% 89.28%,
    17.39% 92.16%,
    16.48% 98.17%,
    86.48% 96.73%,
    98.91% 80.87%,
    98.91% 72.93%,
    85.88% 53.94%,
    83.15% 24.86%,
    55.88% 1.92%
  );
}
.image-pzo-tripkee-scout {
  width: 330px;
  shape-outside: polygon(
    29.82% 0.86%,
    24.67% 13.82%,
    19.21% 17.93%,
    0.73% 45.79%,
    1.94% 61.99%,
    9.21% 68.25%,
    14.06% 83.15%,
    42.85% 84.67%,
    50.42% 98.62%,
    84.36% 97.75%,
    68.3% 85.87%,
    75.88% 70.11%,
    99.52% 64.71%,
    98.91% 24.75%,
    75.27% 13.74%,
    70.42% 0.86%
  );
}
.image-pzo-dragon-mouth-pistol {
  width: 250px;
  shape-outside: polygon(
    76.4% 0.94%,
    4% 51.52%,
    -12.4% 90.57%,
    22.4% 118.35%,
    116% 60.2%,
    104.4% -4.25%
  );
}
.image-pzo-dragon-mouth-pistol > p {
  left: 52.5555419921875px;
  top: 139.9774169921875px;
}
.image-pzo-dueling-pistol {
  width: 250px;
  shape-outside: polygon(
    76.4% -0.11%,
    2.8% 26.36%,
    -14.8% 85.92%,
    38% 119.01%,
    96% 73.42%,
    109.6% -3.42%
  );
}
.image-pzo-dueling-pistol > p {
  left: 85.0068359375px;
  top: 157.71005249023438px;
}
.image-pzo-flintlock-musket {
  width: 250px;
  shape-outside: polygon(
    88.4% -0.15%,
    -11.2% 90.47%,
    28.8% 117.43%,
    144.8% -5.23%
  );
}
.image-pzo-flintlock-musket > p {
  left: 74.0068359375px;
  top: 140.611083984375px;
}
.image-pzo-flintlock-pistol {
  width: 250px;
  shape-outside: polygon(
    81.6% 1.02%,
    -0.4% 49.71%,
    -1.2% 103.65%,
    108.8% 112.3%,
    112.8% -3.47%
  );
}
.image-pzo-flintlock-pistol > p {
  left: 79.0068359375px;
  top: 143.73260498046875px;
}
.image-pzo-hand-cannon {
  width: 250px;
  shape-outside: polygon(
    72% 1.57%,
    -0.4% 77.63%,
    -1.2% 110.97%,
    113.6% 104.56%,
    104.4% -3.13%
  );
}
.image-pzo-hand-cannon > p {
  left: 95.0068359375px;
  top: 141.6649169921875px;
}
.image-slide-pistol-pzo-firearmspot {
  width: 250px;
  shape-outside: polygon(
    72% 0.94%,
    -7.2% 53.29%,
    18.4% 110.94%,
    128% 86.1%,
    101.6% -5.66%
  );
}
.image-slide-pistol-pzo-firearmspot > p {
  left: 131.0068359375px;
  top: 87.59893798828125px;
}

.main-holder .image-with-subtitle-right.image-so {
  margin-left: 5px;
}

@media only screen and (max-width:500px) {
    .main-holder table td > h3 {
    font-size: var(--font-size-3);
}
    
    .main-holder .heading-block p {
        font-size: var(--font-size-2);
    }
} 

.main-holder .sidebar ul {
    margin-left: 60px;
    margin-right: 20px;
}