                                            :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.2;
  
  --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 {
    font-size: var(--font-size-1);
}

.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);
  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-family: GoodOT;
    font-weight: bold;
    text-transform: none;
    font-size: var(--font-size-3);
    margin-top: var(--font-size-2);
}

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

.book-styled-block h5 {
    text-align: center;
    color: var(--pf-core-black);
    /*font-family: GoodOT-CondBold;*/
        font-family: GoodOT;
            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 > .split-header {
    font-size: var(--font-size-2);
    color: var(--pf-core-dark-red);
    /*font-family: GoodOT-Bold;*/
        font-family: GoodOT;
            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 {
    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 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 p {
    font-size: var(--font-size-2);
    font-family: Times New Roman;
}

.main-holder .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 .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-4);
    text-transform: none;
    margin-top: var(--font-size-6);
    margin-bottom: var(--font-size-1);
}

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

.main-holder > h4 {
    color: var(--pf-core-teal);
    font-size: var(--font-size-2);
    font-family: GoodOT;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0.02em;
    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-family: GoodOT;
            font-weight: bold;
    font-size: var(--font-size-2);
    margin-top: var(--font-size-6);
    margin-bottom: var(--font-size-1);
}

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

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

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

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

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

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

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

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

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

.pc-ancestries-table p {
    font-family: GoodOT;
}

.pc-class-table p {
    font-family: GoodOT;
}

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

.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;
} 

.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.thedemiplane.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);
}

.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-Bard {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-20-ICONS_paizo_Bard.png");
}

.Icon-Cleric {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-22-ICONS_paizo_Cleric.png");
}

.Icon-Druid {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-24-ICONS_paizo_Druid.png");
}

.Icon-Fighter {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-26-ICONS_paizo_Fighter.png");
}

.Icon-Ranger {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-28-ICONS_paizo_Ranger.png");
}

.Icon-Rogue {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-30-ICONS_paizo_rogue.png");
}

.Icon-Witch {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-32-ICONS_paizo_Witch.png");
}

.Icon-Wizard {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/player-core/v8PSbsDpdfyioi4O/00-34-ICONS_paizo_Wizard.png");
}

.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;
  }

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

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

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

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

  .image-with-subtitle-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
  
  .main-holder .image-so > p {
      position: static;
  }
}

@media only screen and (max-width: 700px) {
  :root {
    --base-font: 16px;
  }
}

@media only screen and (max-width: 600px) {
  :root {
    --base-font: 14px;
  }
}
/*Image Wizard Styles*/
.image-janatimo {
  width: 345px;
  shape-outside: polygon(53.96% 1.80%, 44.98% 12.19%, 32.22% 15.53%, 11.64% 11.82%, 1.50% 8.11%, -1.40% 11.08%, 0.63% 18.87%, 11.06% 25.18%, 27.58% 31.67%, 31.64% 41.13%, 32.51% 56.90%, 31.35% 75.31%, 27.29% 86.73%, 6.14% 90.81%, 10.19% 98.23%, 58.31% 98.42%, 70.77% 103.18%, 86.14% 100.42%, 93.38% 86.51%, 95.70% 68.88%, 97.15% 50.70%, 100.34% 30.89%, 93.38% 18.09%, 75.99% 1.06%, 62.08% -0.98%);
}
 {
}
.image-irabeth-tirabade {
  width: 490px;
  shape-outside: polygon(68.71% 1.44%, 77.28% 10.75%, 85.65% 20.43%, 85.65% 28.25%, 93.61% 34.02%, 101.16% 37.27%, 99.73% 44.27%, 95.03% 61.29%, 90.14% 67.44%, 80.95% 70.61%, 69.73% 76.38%, 69.32% 83.93%, 65.24% 94.73%, 60.75% 99.01%, 49.12% 100.69%, 42.59% 97.90%, 38.50% 89.52%, 28.71% 86.54%, 21.56% 83.19%, 11.36% 83.00%, 0.14% 88.77%, -0.07% 65.50%, 22.59% 45.38%, 30.95% 18.20%, 38.30% 6.09%, 42.59% 0.32%, 60.14% -0.43%);
}
.image-pzostealing-from-the-party {
  width: 450px;
  shape-outside: polygon(38.42% 0.93%, 31.53% 4.31%, 25.75% 7.51%, 13.75% 14.10%, 9.31% 16.05%, 3.75% 26.37%, -0.02% 35.27%, 3.31% 37.05%, 10.42% 38.30%, 17.09% 39.72%, 22.64% 42.92%, 22.86% 48.62%, 21.98% 55.91%, 19.98% 61.25%, 25.98% 62.32%, 32.42% 64.63%, 37.53% 66.77%, 41.31% 75.90%, 40.20% 83.91%, 37.53% 88.00%, 33.53% 90.31%, 29.98% 95.12%, 33.31% 98.85%, 44.86% 99.74%, 54.64% 98.85%, 65.09% 86.58%, 77.98% 74.83%, 84.64% 69.67%, 94.20% 59.89%, 92.64% 42.45%, 98.20% 25.19%, 97.98% 12.85%, 92.42% 1.64%, 86.42% 1.46%);
}
.image-dogslicerbling {
  width: 140px;
  shape-outside: polygon(0.56% 0.04%, 3.41% 15.46%, 3.41% 18.23%, 14.84% 22.57%, 28.41% 29.69%, 39.13% 38.58%, 44.13% 46.29%, 44.84% 53.21%, 23.41% 55.97%, 17.70% 63.09%, 14.84% 70.60%, 20.56% 80.04%, 15.56% 86.96%, 17.70% 92.09%, 19.84% 98.42%, 64.84% 98.81%, 70.56% 93.08%, 66.27% 83.99%, 86.27% 64.43%, 98.41% 47.43%, 99.13% 33.79%, 93.41% 19.96%, 49.13% 5.58%);
}
.image-pzo-cyborgarchetype {
  width: 250px;
  shape-outside: polygon(26.71% -0.12%, 19.51% 2.67%, 17.91% 6.25%, 17.51% 10.90%, 12.31% 13.85%, 11.11% 17.58%, 9.51% 22.24%, 9.11% 27.52%, 6.31% 34.04%, 1.91% 39.94%, -0.49% 45.84%, 1.51% 57.26%, 9.91% 63.79%, 10.71% 70.77%, 10.71% 76.67%, 9.91% 83.35%, 8.31% 89.56%, 1.91% 95.93%, 4.31% 98.88%, 11.11% 99.03%, 27.51% 99.19%, 51.51% 99.19%, 57.51% 95.93%, 66.71% 85.21%, 73.91% 72.79%, 73.91% 58.04%, 73.91% 46.55%, 81.11% 41.11%, 94.31% 36.61%, 98.71% 31.18%, 85.51% 22.39%, 83.91% 17.74%, 75.51% 13.85%, 66.31% 7.02%, 57.11% 2.05%, 53.51% 0.03%);
}
.image-pzovaleros-draws-his-sword {
  width: 340px;
  shape-outside: polygon(38.17% 0.53%, 86.11% 0.20%, 94.64% 5.80%, 95.52% 13.55%, 91.70% 19.81%, 92.88% 27.05%, 93.76% 34.80%, 87.58% 41.22%, 88.46% 47.48%, 91.41% 57.37%, 94.64% 66.76%, 97.88% 85.17%, 99.35% 98.52%, 85.23% 98.85%, 58.17% 94.89%, 26.41% 91.43%, 12.58% 92.09%, 4.05% 80.40%, 1.11% 66.72%, 12.88% 49.75%, 17.58% 36.74%, 25.82% 14.37%, 29.64% 0.70%);
}
.image-pzospyglass {
  width: 390px;
  shape-outside: polygon(56.61% -0.83%, 40.97% 12.85%, 25.58% 26.53%, 6.35% 47.47%, -0.06% 63.28%, 0.71% 82.08%, 2.51% 95.33%, 22.25% 99.17%, 31.99% 88.92%, 47.12% 76.95%, 60.71% 62.85%, 72.51% 63.28%, 90.46% 73.53%, 97.64% 64.56%, 99.69% 47.89%, 96.35% 26.53%, 93.02% 11.57%, 79.43% 2.59%);
}
.image-pzofumbus-treasure {
  width: 450px;
  shape-outside: polygon(25.73% 1.28%, 27.73% 10.66%, 26.17% 17.39%, 16.17% 23.16%, 7.51% 30.13%, 5.06% 38.30%, 7.28% 50.08%, 6.40% 64.02%, 0.84% 87.10%, 3.73% 93.59%, 21.28% 95.27%, 46.84% 97.68%, 69.51% 97.20%, 88.40% 92.39%, 97.06% 88.30%, 99.51% 74.84%, 97.06% 59.70%, 96.40% 51.04%, 92.17% 33.49%, 89.73% 24.36%, 83.73% 18.11%, 73.51% 10.66%, 70.17% 2.97%, 68.17% 0.32%);
}
.image-gritty-adventure-recipes-final {
  width: 380px;
  shape-outside: polygon();
}
.image-farmboy-valeros-final {
  width: 335px;
  shape-outside: polygon(27.84% 0.35%, 22.77% 5.40%, 23.07% 14.70%, 19.78% 18.65%, 7.55% 25.27%, 0.38% 30.32%, 2.17% 36.00%, 10.83% 42.62%, 17.10% 46.88%, 17.40% 53.35%, 17.10% 73.94%, 14.71% 79.46%, 4.86% 82.61%, 0.38% 88.29%, 0.68% 92.71%, 13.52% 99.18%, 59.49% 99.81%, 89.34% 97.60%, 98.59% 91.29%, 95.90% 85.93%, 80.68% 76.62%, 74.41% 65.90%, 70.23% 48.70%, 88.14% 35.77%, 84.56% 22.59%, 60.38% 11.86%, 55.31% 3.66%, 51.43% 0.67%);
}
.image-pzo-hell-gate {
  width: 515px;
  shape-outside: polygon(66.46% -0.16%, 69.37% 4.50%, 71.90% 10.98%, 77.14% 23.16%, 79.08% 30.67%, 83.55% 39.48%, 86.07% 48.55%, 88.79% 56.06%, 91.51% 64.35%, 98.89% 68.49%, 99.28% 88.18%, 91.70% 97.37%, 72.09% 98.66%, 25.69% 97.63%, 1.41% 77.94%, 2.00% 48.92%, 3.74% 28.20%, 12.09% 10.84%, 14.62% 4.88%, 18.69% 0.99%);
}
.image-pzo-creating-hazards {
  width: 480px;
  shape-outside: polygon(30.16% 0.80%, 23.70% 8.94%, 21.20% 14.25%, 21.41% 23.15%, 21.83% 29.40%, 27.25% 36.60%, 29.33% 43.79%, 24.75% 50.80%, 8.50% 52.88%, 1.20% 64.63%, 0.16% 72.20%, 1.83% 85.06%, 2.87% 89.41%, 14.33% 95.10%, 19.95% 97.94%, 32.04% 98.51%, 63.70% 98.88%, 74.54% 90.55%, 94.33% 88.85%, 98.50% 82.98%, 94.75% 65.74%, 83.29% 52.48%, 82.45% 34.11%, 89.75% 20.66%, 87.25% 5.91%);
}
.image-pzo-weird-undead {
  width: 500px;
  shape-outside: polygon(73.96% 0.23%, 77.16% 4.19%, 81.96% 10.99%, 85.96% 20.42%, 88.16% 26.83%, 90.16% 35.89%, 89.96% 39.29%, 89.56% 47.02%, 87.96% 56.08%, 86.76% 67.97%, 89.76% 76.46%, 92.36% 84.97%, 94.16% 87.42%, 98.56% 89.31%, 98.96% 97.23%, 85.76% 99.10%, 70.76% 98.16%, 51.16% 95.32%, 34.76% 93.25%, 24.96% 83.63%, 3.76% 58.34%, 2.36% 30.99%, 1.16% 24.95%);
}
.image-pzo-werecreature {
  width: 455px;
  shape-outside: polygon(53.91% 98.40%, 74.13% 96.67%, 74.35% 85.87%, 75.89% 77.02%, 82.92% 72.48%, 94.79% 64.49%, 98.96% 55.63%, 98.74% 38.79%, 99.40% 32.31%, 90.17% 26.04%, 83.36% 25.40%, 78.96% 21.94%, 76.32% 12.44%, 77.20% 8.77%, 69.95% 4.45%, 64.02% 1.64%, 60.94% 0.34%, 52.37% -0.09%, 32.81% 4.23%, 31.27% 8.33%, 28.19% 30.80%, 18.74% 44.83%, 13.91% 57.58%, 7.09% 69.67%, 1.60% 71.83%, 2.26% 85.22%, 10.39% 91.27%);
}
.image-pzo-altar-shelyn {
  width: 445px;
  shape-outside: polygon(75.12% 0.64%, 63.88% 2.74%, 54.00% 5.30%, 46.58% 8.32%, 41.41% 16.45%, 35.34% 21.57%, 29.95% 27.29%, 22.53% 31.51%, 8.38% 33.62%, 7.25% 40.39%, 9.50% 44.91%, 16.24% 50.18%, 3.66% 53.35%, 3.66% 57.26%, 11.52% 65.93%, 15.12% 68.94%, 14.89% 74.97%, 10.85% 80.39%, 4.11% 85.06%, 0.74% 90.78%, 0.96% 98.46%, 7.93% 98.91%, 17.37% 99.82%, 43.21% 99.82%, 73.77% 95.90%, 91.52% 89.73%, 97.14% 77.23%, 92.42% 58.25%, 86.58% 50.87%, 79.84% 23.68%, 79.84% 5.76%, 80.06% 1.24%);
}
.image-pzosheila-heidmarch {
  width: 420px;
  shape-outside: polygon(63.28% 0.04%, 57.57% 5.02%, 53.28% 8.67%, 45.66% 15.65%, 42.80% 20.30%, 41.85% 27.28%, 43.52% 32.10%, 43.04% 40.07%, 41.85% 46.38%, 36.61% 52.86%, 30.66% 58.90%, 24.47% 65.37%, 22.09% 70.69%, 15.66% 76.67%, 9.71% 82.82%, 2.80% 86.64%, 0.90% 95.11%, 6.85% 97.43%, 27.09% 97.77%, 56.61% 98.27%, 86.38% 91.79%, 95.66% 47.27%, 96.38% 11.66%, 98.04% 1.20%);
}
.image-veieldmasterfinal {
  width: 400px;
  shape-outside: polygon(57.17% 0.16%, 67.42% 7.20%, 85.92% 5.00%, 86.67% 14.69%, 87.67% 29.01%, 91.92% 39.80%, 93.67% 48.17%, 86.92% 52.36%, 89.92% 61.61%, 96.92% 70.86%, 97.92% 80.55%, 94.42% 91.30%, 85.67% 99.01%, 70.17% 99.45%, 30.92% 100.16%, 16.67% 92.18%, 11.42% 73.23%, 5.42% 52.09%, 0.42% 41.52%, 4.67% 15.09%, 27.67% 4.78%, 44.42% 1.92%);
}
.image-pzofluterring-over-the-breeze {
  width: 365px;
  shape-outside: polygon(40.35% 0.61%, 25.56% 8.26%, 11.86% 19.63%, 3.64% 31.23%, 0.08% 45.39%, 0.62% 67.66%, 5.56% 79.03%, 12.95% 87.38%, 25.01% 96.66%, 57.88% 98.98%, 80.62% 96.20%, 92.40% 83.67%, 99.80% 56.06%, 91.58% 27.75%, 81.17% 8.26%, 71.86% 2.69%);
}
.image-pzochvictory-pointsspot-golden-laurel {
  width: 350px;
  shape-outside: polygon(29.37% 0.84%, 9.37% 7.48%, 1.08% 23.89%, 1.08% 56.70%, 9.65% 73.89%, 31.08% 92.64%, 46.51% 98.11%, 75.65% 98.89%, 90.51% 87.17%, 99.37% 64.12%, 98.79% 38.73%, 84.51% 16.08%, 57.94% 1.62%);
}
.image-pzo-noble {
  width: 355px;
  shape-outside: polygon(44.59% 0.20%, 31.06% 4.68%, 27.68% 9.99%, 17.54% 16.29%, 15.57% 23.09%, 11.06% 28.73%, 10.78% 37.85%, 4.59% 46.14%, 0.64% 54.27%, 10.22% 62.63%, 17.82% 66.61%, 13.04% 72.75%, 9.09% 77.39%, 4.59% 85.68%, 2.61% 94.80%, 16.98% 98.62%, 45.15% 99.45%, 91.06% 96.46%, 97.82% 91.65%, 85.15% 81.70%, 65.43% 68.60%, 59.51% 54.17%, 72.75% 37.26%, 73.88% 29.80%, 62.33% 18.11%, 70.78% 8.00%, 64.87% 0.53%);
}
.image-pzolibrarian {
  width: 305px;
  shape-outside: polygon(41.07% -0.12%, 29.93% 1.88%, 22.39% 4.95%, 17.14% 9.40%, 10.26% 15.55%, 4.35% 20.77%, 2.06% 27.68%, 3.37% 33.37%, 5.01% 42.28%, 5.01% 50.73%, 6.65% 67.50%, 6.65% 72.88%, 5.34% 79.95%, 0.09% 85.94%, 0.09% 95.46%, 6.65% 98.99%, 23.37% 99.45%, 73.53% 99.30%, 98.78% 91.01%, 98.45% 85.94%, 85.66% 69.50%, 90.26% 55.37%, 87.96% 44.62%, 87.30% 35.55%, 77.80% 13.86%, 60.42% 7.56%, 57.80% 1.26%);
}
.image-thief {
  width: 380px;
  shape-outside: polygon(42.31% 1.50%, 27.57% 7.71%, 24.68% 22.20%, 22.57% 33.17%, 18.89% 43.52%, 11.78% 51.81%, 8.89% 58.22%, 5.73% 72.10%, 0.20% 86.80%, 0.73% 98.48%, 16.78% 98.07%, 39.42% 96.20%, 52.05% 86.68%, 67.31% 75.71%, 91.78% 61.01%, 98.63% 49.00%, 98.63% 27.88%, 85.47% 14.22%, 79.42% 6.14%, 78.36% 4.69%);
}
.image-pzothe-duelist {
  width: 300px;
  shape-outside: polygon(74.26% 0.37%, 99.59% 0.37%, 98.26% 37.22%, 91.26% 42.58%, 86.26% 48.28%, 79.93% 60.00%, 77.59% 64.53%, 70.26% 75.90%, 61.26% 78.58%, 64.93% 85.28%, 57.93% 89.13%, 42.59% 90.30%, 25.93% 91.64%, 14.26% 96.84%, 5.26% 99.18%, 0.59% 95.33%, 2.93% 81.43%, 6.26% 55.13%, 11.93% 34.86%, 29.26% 13.40%, 47.93% 3.69%);
}
.image-master-smiths-forge {
  width: 360px;
  shape-outside: polygon(40.22% 0.16%, 31.33% 4.64%, 24.66% 10.90%, 14.94% 17.83%, 6.60% 27.45%, 1.33% 36.40%, 2.16% 53.40%, 4.38% 67.27%, 9.10% 86.07%, 21.05% 92.11%, 43.83% 97.92%, 68.27% 90.99%, 86.60% 80.70%, 96.88% 71.75%, 98.83% 62.35%, 81.60% 39.98%, 56.60% 9.78%, 51.33% -0.06%);
}
.image-scrollofglitterdust {
  width: 275px;
  shape-outside: polygon(15.74% 2.13%, 2.65% 7.45%, -0.26% 22.54%, 3.74% 27.27%, 9.19% 33.78%, 9.92% 42.66%, 11.74% 58.64%, 15.37% 67.51%, 24.46% 74.91%, 29.92% 88.22%, 33.19% 94.73%, 47.37% 98.28%, 79.01% 100.65%, 86.65% 98.58%, 92.83% 84.37%, 97.19% 67.22%, 98.28% 41.18%, 89.56% 22.84%, 93.92% 3.01%, 88.46% 0.65%);
}
.image-janatimo > p {
  left: 40.166656494140625px;
  top: 479.48609924316406px;
}
.image-irabeth-tirabade > p {
  left: 126.66665649414062px;
  top: 405.70831298828125px;
}
.image-veieldmasterfinal > p {
  left: 132.66665649414062px;
  top: 384.486083984375px;
}
