                       .main-holder .demiplane-credits {
      font-size: var(--font-size-small-1);
      font-family: "Good OT";
      border-top: 1px solid var(--book-accent-color-2);
      padding: 20px 0px;
      margin: 50px 0;
      color: var(--book-off-black);
      
      & h2 {
          font-size: var(--font-size-1);
          font-family: "GoodOT-Bold";
          color: var(--book-accent-color-1);
      }
  }            

/* Monsters with pluralized names */
.trait-holder:has([data-single-name=""]) {
    background: #a6a6ed  !important;
    & .left-header:after {
        content: "Missing data-single-name";
        margin-left: 20px;
        font-size: 15px;
    }
}

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

.force-clear {
    clear: both;
}

 :root{
    --readaloud-color: var(--book-header-color-1);
    --book-header-color-1: #0a2560; /*dark blue*/
    --book-off-black: #58585a;
    --book-accent-color-1: #b1423a; /*circus red*/
    --book-accent-color-2: #885737; /*ruddy oragne*/
    /*-----*/
    --book-header-font-1: "GoodOT-Bold";
    --book-header-font-2: "GoodOT-Bold";
    --book-header-font-3: "HenryRodeoCircus"; /*Book Title Font*/
    --book-header-font-4: "CBGBFont"; /*Secondary book title font*/
    --book-handout-font-1: "Ex Ponto"; /*cursive*/
    --book-handout-font-2: "Sabon"; /*standard serif*/
    --book-handout-font-3: "Beatty"; /*hand scrawl*/
     /*-----*/
  --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));
}

/*Fonts*/

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

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

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



/* Specific Fonts */

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

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

@font-face {
  font-family: "SourceSerif";
  src: url("https://content.demiplane.com/fonts/Source Serif Pro Bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Ex Ponto";
  src: url("https://content.demiplane.com/fonts/Ex Ponto Pro Regular.otf")
    format("opentype");
}

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

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

.reader-container .body-background {
background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/exc-bg1.jpg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

@media only screen and (max-width: 1200px) {
.reader-container .body-background {
background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/exc-bg1.jpg") !important;
  background-size: 110% !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}
}

@media only screen and (max-width: 1000px) {
.reader-container .body-background {
background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/exc-bgmobile.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}
}

.main-holder {
    background-color: transparent
}

.main-holder .center-rule {
    text-align: center;
    margin: 30px;
    font-family: "GoodOT-Bold";
}

.main-holder .npcrole {
    font-style: italic;
    opacity: 0.9;
}

.main-holder > h1 {
    font-family: var(--book-header-font-3);
    text-align: center;
    color: var(--book-header-color-1);
    font-size: var(--font-size-8);
    line-height: 1;
    text-transform: none;
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/exc-header-background.jpg");
    background-size: cover;
    background-position: top;
    text-shadow: 0px 0px 20px white;
    padding: 40px 10px 30px;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: 30px;
    z-index: 9001;
    display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-image-slice:
10px;
border-image-width:
0px 400px 15px;
border-image-outset:
0px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Star Border.jpg");

}

.main-holder > h1 > span { /*Improves spacing for Chapter label on APs*/
    font-size: var(--font-size-5);
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    
    & span {
        font-family: "SourceSerif";
    }
}

.main-holder > h1 .campaign-npc {
    font-size: var(--font-size-2);
    color: var(--book-accent-color-1);
    font-style: italic;
    padding-top: 10px;
}

@media only screen and (max-width: 500px) {
    
    .main-holder > h1 {
        font-size: var(--font-size-5);
    }
    
    .main-holder > h1 > span {
        font-size: var(--font-size-2);
    }
    
    .main-holder > h1 .campaign-npc {
        font-size: var(--font-size-1);
    }
}

.main-holder .npc {
    margin-top: 70px;
}

.main-holder > h2 {
    color: var(--book-accent-color-1);
    font-family: var(--book-header-font-4);
    line-height: 1;
    font-size: var(--font-size-3);
    text-transform: none;
}

.main-holder > .adv-summary {
    color: var(--book-off-black);
    font-family: var(--book-header-font-1);
    line-height: 1;
    font-size: calc(var(--font-size-2)*1.1);
    text-transform: none;
    margin-bottom: -5px;
}

.main-holder > h3 {
    font-family: "GoodOT-CondBold";
    color: var(--book-header-color-1);
    font-size: var(--font-size-3);
}

.main-holder > h3.level-header {
    color: white;
    margin-bottom: 20px;
}

.main-holder > h4 {
    color: var(--book-accent-color-1);
    font-family: "GoodOT-CondBold";
    line-height: 1;
    font-size: calc(var(--font-size-3)*0.9);
    text-transform: none;
}

.main-holder > h5 {
    font-family: "GoodOT-CondBold";
    font-size: var(--font-size-2);
}

.main-holder > .book-styled-block, .main-holder > .sidebar {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/exc-header-background.jpg");
    background-size: cover;
    background-position: top;
    padding: 60px 65px 50px !important;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 9001;
  position: relative;
  border-image-slice:
10px;
border-image-width:
0px 400px 15px;
border-image-outset:
0px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Star Border.jpg");

& p {
    color: black;
    font-size: var(--font-size-2);
    font-family: "GoodOT";
}

& h5 {
    font-size: var(--font-size-3) !important;
    text-align: center;
    font-family: "GoodOT-Bold";
    
    & strong {
        color: var(--book-accent-color-1);
        text-shadow: 0px 0px 15px white;
    }
}

& li {
    color: black;
    font-family: "GoodOT";
    line-height: 1.5;
    font-size: var(--font-size-2);
    
    &::marker {
        color: var(--book-accent-color-1);
    }
    
    & a, .reader-link, .tooltip-convert {
        filter: brightness(70%);
        font-family: "GoodOT-CondBold";
    }
    
}
}

.main-holder > .sidebar-v2 {
    background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/EC-Sidebar Background.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px 50px;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 9001;
  position: relative;
  border-image-slice:
10px;
border-image-width:
0px 400px 15px;
border-image-outset:
0px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Star Border.jpg");

& p {
    color: black;
    font-size: var(--font-size-2);
    font-family: "GoodOT";
}

& h5 {
    font-size: var(--font-size-3) !important;
    text-align: center;
    font-family: "GoodOT-Bold";
    
    & strong {
        color: var(--book-accent-color-1);
        text-shadow: 0px 0px 15px white;
    }
}

& li {
    color: black;
    font-family: "GoodOT";
    line-height: 1.5;
    font-size: var(--font-size-2);
    
    &::marker {
        color: var(--book-accent-color-1);
    }
    
    & a, .reader-link, .tooltip-convert {
        filter: brightness(80%);
        font-family: "GoodOT-CondBold";
    }
    
}

& .quote {
    color: var(--book-accent-color-1);
    font-family: "GoodOT-CondBold";
    font-size: var(--font-size-4);
    
    & em {
        color: var(--book-accent-color-1);
    }
}

& .two-column-holder h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}
}


@media only screen and (max-width: 500px) {
    .main-holder > .book-styled-block, .main-holder > .sidebar {
        margin: 60px 20px;
    }
}

.main-holder > .book-styled-block > .trait-holder {
    background-color: #f3f2f2;
}



.main-holder > h2.split-header {
    color: var(--book-accent-color-1);
    font-family: var(--book-header-font-4);
    line-height: 1;
    font-size: var(--font-size-3);
    text-align: left;
    text-transform: none;
    border-bottom: 0px;
}

.main-holder > h3.split-header {
   font-family: "GoodOT-CondBold";
    color: var(--book-header-color-1);
    font-size: var(--font-size-3);
    text-align: left;
    border-bottom: 0px;
}

.main-holder > h4.split-header {
    border-bottom: 0px;
}

@media only screen and (max-width: 500px) {
    .main-holder > h4.split-header {
    font-size: var(--font-size-1);
}
}

.main-holder > .standard-table th, .main-holder table th {
    background-color: #550000;
    font-family: "Good OT";
    font-size: var(--font-size-1);
}


.main-holder > .standard-table td, .main-holder table td {
    font-family: "Good OT";
    color: var(--book-off-black);
}

.main-holder > .standard-table td strong, .main-holder table td strong {
    font-family: "GoodOT-CondBold";
}

.main-holder > .standard-table td, .main-holder table td {
    border-right: 1px solid var(--book-header-color-1);
}

.main-holder > .adv-track {
   background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px;
    color: var(--book-off-black);
    margin: 50px auto;
    border-image-slice:
10px;
border-image-width:
15px 400px 15px;
border-image-outset:
0px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Star Border.jpg");
& h5 {
    text-align: center;
    font-family: "GoodOT-Bold";
    font-size: var(--font-size-3);
    text-transform: none;
    color: var(--book-accent-color-1);
}

& p {
    text-align: center;
}

& table {
    background-color: transparent;
    text-align: left !important;
    
}

& table td {
    border: none;
    text-align: left !important;
}

& table p {
    
    text-align: left !important;
}

& td:not(:last-child) {
    font-size: var(--font-size-5);
    font-family: var(--book-header-font-4);
    color: var(--book-header-color-1);
    letter-spacing: -3px;
}
}

.main-holder table .table-topper {
        background-color: #1c2c58;
       
        font-family: "GoodOT-Bold";
    }

/* Images & Subtitles */

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

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

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

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

.image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px !important;
  padding-top: 20px;
}

.main-holder > .image-with-subtitle-center p, .main-holder > .image-with-subtitle-left p, .main-holder > .image-with-subtitle-right p {
    color: var(--book-header-color-1);
}

.image-with-subtitle-left {
    margin-right: 10px;
}

.main-holder > .image-with-subtitle-center p {
    
    font-family: var(--book-header-font-2);
}

.main-holder > .image-with-subtitle-center a,
.main-holder > .image-with-subtitle-left a, 
.main-holder > .image-with-subtitle-right a {
    font-family: var(--book-header-font-2);
    color: var(--book-accent-color-1);
}

.image-so > p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  font-family: var(--book-header-font-4);
  font-size: var(--font-size-small-1);
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/No Star Border.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 5px #282525 !important;
  z-index: 1001;
}

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

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



/* Other */

.main-holder .map-left {
    margin-right: 20px;
    margin-bottom: -10px;
}

.main-holder .signature {
    text-align: right;
}

.main-holder .flip-image {
    transform: scaleX(-1);
}

.main-holder .readaloud-block {
    margin: 30px 0px;
}

.main-holder .trait-holder {
     border-image-slice:
10px;
border-image-width:
0px 400px 15px;
border-image-outset:
0px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-the-show-must-go-on/css/Star Border.jpg");
background-color: #f4ede3;
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px #81889a;
}

@media only screen and (max-width: 450px) {

.main-holder .book-styled-block, .main-holder > .sidebar, .main-holder > .sidebar-v2 {
    padding: 65px 25px 50px !important;
    
    & p {
        font-size: var(--font-size-1);
    }
    
    & ul {
        margin-left: -10px;
        
        & li {
            
        font-size: var(--font-size-1);
        }
    }
}
    
    :root {
        --base-font: 16px;
    }
    
    .main-holder .right-header, .trait-holder .right-header {
        font-size: var(--font-size-2);
    }
    
    .main-holder > h2.split-header {
        font-size: var(--font-size-2);
    }
}
}

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


/* Exctinction Curse Handouts */

.main-holder .handout-style-1 {
    background-color: tan;
    background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-legacy-of-the-lost-god/css/handout-background.jpg");
    padding: 10px 20px;
    color: black;
    margin: 30px 0px;
    font-family: var(--book-handout-font-1);
    
    & p {
    font-family: var(--book-handout-font-1);
    font-size: var(--font-size-3);
    
    & span {
        font-family: var(--book-handout-font-2);
        font-weight: bold;
    }
    }
    
    & h5 {
        text-align: right;
    }
    
}

.main-holder .handout-style-2 {
    background-color: tan;
    background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/extinction-curse-legacy-of-the-lost-god/css/handout-background.jpg");
    padding: 10px 20px;
    color: black;
    margin: 30px 0px;
    
    & p {
    font-family: var(--book-handout-font-3);
    font-size: var(--font-size-3);
}
    
    & .sign-off {
        text-align: right;
    }

    & h5 {
        text-align: right;
    }
}

/*Image Wizard Styles*/
.image-pzooppervandy {
  width: 300px;
  shape-outside: polygon(37.89% 0.40%, 31.22% 4.79%, 28.89% 16.92%, 20.56% 23.07%, 9.56% 44.86%, 0.22% 48.73%, 2.56% 54.53%, 18.56% 98.58%, 74.56% 99.64%, 94.89% 81.18%, 99.22% 32.85%, 96.56% 3.39%);
}
 {
}
.image-pzooppervandy > p {
  left: 81.66665649414062px;
  top: 466.9375px;
}
.image-pzo-skarjas-heartstone {
  width: 255px;
  shape-outside: polygon(23.59% 0.75%, 1.63% 11.99%, 0.07% 18.87%, 8.30% 37.71%, 7.91% 60.90%, -1.11% 70.68%, 3.20% 98.22%, 31.83% 101.12%, 122.42% 5.46%, 85.56% -1.78%);
}
.image-pzo-skarjas-heartstone > p {
  left: 28.166656494140625px;
  top: 50.08331298828125px;
}
.image-pzo-vandys-viewing-parlor {
  width: 395px;
  shape-outside: polygon(0.04% 0.68%, 99.79% 0.68%, 100.30% 100.68%, -2.24% 100.68%);
}
.image-pzo-vandys-viewing-parlor > p {
  left: 13.166656494140625px;
  top: 254.1978759765625px;
}
.image-pzo-mayor-altrusi {
  width: 295px;
  shape-outside: polygon(34.97% 0.46%, 24.12% 12.99%, 22.09% 47.75%, 0.73% 64.56%, 0.40% 86.21%, 12.26% 92.76%, 21.75% 97.32%, 79.72% 101.31%, 90.56% 97.32%, 99.38% 88.49%, 99.04% 67.41%, 95.99% 1.88%);
}
.image-pzo-mayor-altrusi > p {
  left: 66.16665649414062px;
  top: 279.6041259765625px;
}
.image-pzo-jemaig-hendri {
  width: 285px;
  shape-outside: polygon(29.88% 0.60%, 21.81% 10.86%, 22.87% 46.12%, 1.11% 60.33%, 0.76% 82.70%, 14.09% 96.91%, 74.09% 97.44%, 97.60% 83.49%, 91.29% 1.65%);
}
.image-pzo-jemaig-hendri > p {
  left: 41.166656494140625px;
  top: 297.27081298828125px;
}
.image-pzoanylla {
  width: 270px;
  shape-outside: polygon(16.54% 1.07%, 9.51% 7.41%, 5.80% 54.84%, 4.69% 77.67%, 19.51% 97.88%, 45.06% 99.08%, 97.65% 98.56%, 95.80% 12.60%, 77.28% 2.79%);
}
.image-pzoanylla > p {
  left: 33.666656494140625px;
  top: 446.6041564941406px;
}
.image-pzodarklandsgolem {
  width: 280px;
  shape-outside: polygon(35.24% 0.60%, 13.10% 14.63%, 9.52% 24.77%, 8.45% 51.16%, -6.55% 72.19%, 0.95% 93.41%, 70.24% 93.59%, 70.60% 98.76%, 86.67% 99.50%, 98.81% 96.18%, 106.31% 10.51%, 94.52% 0.97%);
}
.image-pzodarklandsgolem > p {
  left: 3.666656494140625px;
  top: 424.27081298828125px;
}
.image-pzoliferootstone {
  width: 300px;
  shape-outside: polygon(58.11% 0.14%, 49.78% 6.17%, 34.78% 18.64%, 15.11% 28.20%, 13.11% 34.86%, 0.11% 36.31%, 1.11% 48.79%, 13.78% 54.81%, 13.11% 92.24%, 16.11% 98.06%, 28.78% 99.93%, 101.78% 97.43%, 95.11% -0.07%);
}
.image-pzoliferootstone > p {
  left: 53.33331298828125px;
  top: 382.65625px;
}
.image-pzojormirgrundryn {
  width: 340px;
  shape-outside: polygon(99.22% 0.40%, 98.92% 42.00%, 84.80% 53.19%, 84.51% 89.69%, 89.80% 95.29%, 90.10% 99.42%, 0.10% 99.67%, 0.10% 0.64%);
}
.image-pzojormirgrundryn > p {
  left: 32.33331298828125px;
  top: 323.625px;
}
.image-pzorunkrunk {
  width: 265px;
  shape-outside: polygon(45.97% 0.06%, 29.37% 12.07%, 7.48% 21.96%, 0.69% 39.21%, -0.06% 67.11%, 9.75% 73.12%, 8.62% 98.31%, 13.90% 98.90%, 35.03% 99.48%, 91.64% 90.95%, 98.43% 53.74%, 98.81% 28.93%, 69.37% 0.45%);
}
.image-pzorunkrunk > p {
  left: 118.83331298828125px;
  top: 387.30206298828125px;
}
.image-pzo-dingo-dray {
  width: 310px;
  shape-outside: polygon(23.66% 1.19%, 16.24% 11.91%, 17.20% 51.34%, 15.27% 56.08%, -0.22% 75.00%, 1.40% 95.82%, 34.95% 103.39%, 97.85% 99.61%, 98.49% 85.41%, 85.59% 1.50%);
}
.image-pzo-dingo-dray > p {
  left: 89.33331298828125px;
  top: 249.7603759765625px;
}
.image-pzo-distillery-worker {
  width: 355px;
  shape-outside: polygon(16.57% -0.12%, 1.08% 8.96%, -0.61% 13.91%, 11.78% 22.65%, 10.66% 37.01%, 8.69% 80.13%, 8.69% 91.68%, 23.05% 97.79%, 78.26% 99.11%, 106.71% 30.13%, 59.39% 0.21%);
}
.image-pzo-distillery-worker > p {
  left: 38.83332824707031px;
  top: 481.6041564941406px;
}
.image-pzo-gretana-shoon {
  width: 285px;
  shape-outside: polygon(30.47% 0.20%, 10.12% 10.79%, 4.15% 26.55%, 9.42% 43.87%, 9.77% 63.50%, 0.29% 79.78%, -0.76% 90.38%, 16.43% 101.49%, 94.33% 98.65%, 104.15% 84.95%, 92.22% 2.01%);
}
.image-pzo-gretana-shoon > p {
  left: 47.83331298828125px;
  top: 321.7604064941406px;
}
.image-pzo-headless-xulgath {
  width: 335px;
  shape-outside: polygon(42.94% 0.02%, 19.35% 16.09%, 20.55% 35.54%, 4.13% 46.18%, 0.55% 54.77%, 2.34% 59.07%, 16.07% 68.12%, 20.25% 90.07%, 52.49% 94.59%, 55.47% 97.99%, 85.92% 98.89%, 99.65% 37.81%, 98.46% 22.65%, 87.11% -0.20%);
}
.image-pzo-hooklimb-xulgath {
  width: 330px;
  shape-outside: polygon(44.34% 0.35%, 27.07% 19.82%, 20.71% 29.68%, 1.31% 37.61%, -0.20% 48.43%, 2.22% 65.02%, 17.98% 72.47%, 18.28% 87.85%, 26.16% 96.99%, 39.80% 99.39%, 100.40% 84.97%, 101.92% 15.74%, 71.92% 0.35%);
}
.image-pzo-zan-gander {
  width: 325px;
  shape-outside: polygon(45.49% 0.32%, 43.64% 4.56%, 37.18% 12.46%, 33.18% 25.37%, 0.56% 57.16%, 0.56% 62.17%, 15.03% 65.83%, 15.95% 91.26%, 27.95% 97.62%, 79.03% 100.32%, 97.18% 95.50%, 99.33% 45.79%, 98.72% 0.12%);
}
.image-pzo-zan-gander > p {
  left: 58.83331298828125px;
  top: 374.64581298828125px;
}
.image-pzo-z-zevgavizeb-priest {
  width: 400px;
  shape-outside: polygon(0.83% 0.22%, 1.08% 7.34%, 5.83% 12.03%, 14.33% 30.95%, 35.08% 93.62%, 41.83% 95.01%, 69.83% 95.71%, 76.33% 99.35%, 89.33% 99.53%, 101.08% 13.42%, 63.08% -0.65%);
}
.image-pzo-shoony-fisher {
  width: 365px;
  shape-outside: polygon(14.47% 0.55%, 16.12% 9.22%, 18.86% 19.82%, 3.52% 35.04%, 0.23% 58.16%, 1.60% 76.85%, 15.02% 81.86%, 14.20% 98.05%, 27.63% 99.78%, 72.83% 99.21%, 82.69% 78.01%, 98.58% 71.84%, 99.68% 25.22%, 68.17% 5.37%);
}
.image-pzo-shoony-hierarch {
  width: 330px;
  shape-outside: polygon(32.42% -0.13%, 2.42% 18.05%, -0.30% 31.88%, -0.30% 67.46%, 9.39% 75.56%, 15.76% 77.34%, 13.33% 87.42%, 3.03% 95.72%, 16.06% 99.08%, 71.82% 101.45%, 98.79% 96.31%, 98.79% 55.20%, 76.36% 0.07%);
}
.image-pzo-golem-grafter {
  width: 280px;
  shape-outside: polygon(50.36% -0.27%, 47.50% 14.16%, 34.29% 19.53%, 31.43% 29.42%, 1.79% 30.45%, 0.71% 40.76%, 11.43% 57.67%, 14.29% 65.30%, 7.14% 81.17%, 16.07% 88.19%, 16.43% 97.88%, 34.64% 100.14%, 96.43% 97.67%, 103.93% 0.97%);
}
.image-pzo-turpin-rowe-lumberjack {
  width: 365px;
  shape-outside: polygon(0.96% 0.38%, 0.41% 45.86%, 22.33% 59.42%, 30.00% 85.81%, 37.95% 95.86%, 49.18% 101.89%, 94.66% 86.31%, 101.23% -1.13%);
}
.image-pzo-herecite {
  width: 305px;
  shape-outside: polygon(32.30% 0.18%, 32.30% 12.32%, 32.95% 18.18%, 10.00% 22.95%, 6.07% 32.93%, 1.15% 45.51%, 2.79% 56.14%, 13.28% 60.26%, 22.46% 65.25%, 27.38% 83.04%, 44.75% 100.18%, 99.51% 98.66%, 99.51% 86.51%, 77.54% 0.83%);
}
.image-pzo-shoony-warrior {
  width: 345px;
  shape-outside: polygon(71.74% 0.42%, 63.33% 21.21%, 38.41% 22.44%, 26.81% 27.38%, 22.46% 42.40%, 20.43% 73.47%, 0.72% 86.64%, 1.30% 90.55%, 51.74% 102.28%, 97.83% 99.19%, 97.25% 38.70%, 95.51% 0.84%);
}
.image-pzo-xulgath-stoneliege {
  width: 385px;
  shape-outside: polygon(42.73% 0.74%, 40.91% 6.37%, 17.79% 10.19%, 0.13% 26.09%, 1.43% 35.54%, 10.52% 42.18%, 15.97% 47.82%, 16.75% 63.71%, 19.61% 75.79%, 36.23% 81.62%, 35.97% 89.47%, 52.34% 95.50%, 62.47% 99.53%, 96.49% 98.32%, 98.83% 88.26%, 99.35% 57.88%, 98.05% 0.74%);
}
.image-pzo-skarja {
  width: 355px;
  shape-outside: polygon(38.73% 0.34%, 28.31% 14.79%, 12.82% 23.96%, 10.85% 37.03%, 1.55% 61.35%, 0.70% 89.56%, 4.93% 98.50%, 20.42% 116.01%, 94.51% 89.86%, 98.73% 67.16%, 99.58% 50.64%, 70.00% 0.57%);
}
