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

:root {

  --pf-sog-black: #221e1f;
  --pf-sog-off-white: rgb(248, 247, 240);
  --pf-sog-dark-teal: #0f4146;
  --pf-sog-grey: #58595b;
  --pf-sog-blue-grey: #bec5c9;
  
  --pf-sot-red-brown: #7B3616;
  --pf-sot-med-green: #3C6B36;
  
    --readaloud-color: var(--pf-sot-red-brown);

  --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");
}

@font-face {
  font-family: "A Jenson Pro";
  src: url("https://content.demiplane.com/fonts/AJensonPro-Bold.otf");
  font-weight: bold;
}

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

@font-face {
  font-family: "Bergell";
  src: url("https://content.demiplane.com/fonts/Bergell+Std+Regular.otf");
}

@font-face {
  font-family: "20000 Dollar Bail";
  src: url("https://content.demiplane.com/fonts/20.000DOLLARBAIL.TTF");
}

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


.map-return-icon {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/season-of-ghosts-players-guide/css/MapReturn.png);
    margin-bottom: -3px;
    width: 25px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 75%;
}

.bg-subchoice {
    padding-left: 1.\35 em;
}

.book-styled-block {
  padding-top: var(--font-size-3);
  padding-bottom: var(--font-size-small-3);
  margin-top: var(--font-size-1);
  margin-left: var(--font-size-1);
  margin-bottom: var(--font-size-1);
  margin-right: var(--font-size-1);
  padding-left: var(--font-size-1);
  padding-right: var(--font-size-1);
  /*margin-bottom: calc(var(--font-size-7) * -1);*/
  color: black;
  /*background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/SoT+Scroll+colomn+width.png");*/
  background-color: #eedebb;
  background-position: bottom;
  border: 2px solid #82664f;
}

/*.book-styled-block > * {
    padding-left: calc(var(--font-size-8) *2);
    padding-right: calc(var(--font-size-8) *2);
    padding-bottom: calc(var(--font-size-7) *2);
}*/



.book-styled-block p {
  font-family: Good OT;
  color: var(--pf-sot-red-brown);
}

.book-styled-block p strong {
  color: var(--pf-sot-red-brown);
}

.book-styled-block h5 {
  text-align: left;
  color: var(--pf-sot-red-brown);
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  padding-bottom: var(--font-size-small-1);
}

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

.main-holder > .split-header {
  font-size: var(--font-size-2);
  font-weight: normal;
  color: var(--pf-sot-med-green);
  font-family: Good OT;
  font-weight: bold;
  border-bottom: 0px;
}

#NewClassOptions {
  display: none;
}

.main-holder > h1 {
  font-family: "20000 Dollar Bail";
  font-weight: Bold;
  color: var(--pf-sot-red-brown);
  font-size: var(--font-size-8);
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  z-index: 2000;
  margin-top: -16px;
  margin-bottom: var(--font-size-3);
  padding-top: var(--font-size-4);
  padding-bottom: var(--font-size-3);
  padding-left: var(--font-size-1);
  padding-right: var(--font-size-1);
  position: relative;
  aspect-ratio: 2360/786;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/SoT-flat-full-page-graphic-comp.jpg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

h1 > span {
  font-size: var(--font-size-5);
}

.main-holder > h2 {
  font-family: "Attac Regular";
  font-weight: bold;
  color: var(--pf-sot-red-brown);
  text-transform: none;
  font-size: var(--font-size-4);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);

}

.main-holder > h2.chapter-title {
    font-family: Good OT;
    text-align: left;
      font-size: var(--font-size-3);
}

.main-holder > h3 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  color: var(--pf-sot-med-green);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);
}

.main-holder > h3.level-header {
  color: var(--roe-peach);
}

.main-holder > h4 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  text-transform: none;
  color: var(--pf-sog-grey);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);
}

.main-holder > h5 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-1);
  color: var(--pf-sog-grey);
}

.main-holder > .chapter-title {
  font-family: Good OT;
}

.adv-track {
  margin-bottom: var(--font-size-1);
  text-align: center;
  position: relative;
  margin-top: var(--font-size-6);
  padding: 5% 5%;
background-image: url('https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/sot-adv-background.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  color: var(--pf-sog-black);
  aspect-ratio: 800/574;
}

.adv-track h4 {
  font-family: Good OT;
  font-weight: bold;
  text-transform: none;
  font-variant: small-caps;
  color: var(--pf-sot-red-brown);
  font-size: 200%;
  padding-top: 4%;
  padding-bottom: 0px;
}

.adv-track .sub-title {
    margin-bottom: 0px;
}

.adv-track p {
  margin-top: 1%;
  font-family: Sabon LT Std;
}

.adv-track table {
  background-color: transparent;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito;
}

.main-holder .adv-track table td {
    padding: 0px;
}

.main-holder .adv-track tr > td {
  text-align: left;
  padding-bottom: 2%;
  font-family: Sabon LT Std;
}

.main-holder .adv-track tr > td:nth-of-type(2) {
    padding-top: 3%;
  padding-left: 4%;
  font-size: 100%;
}

.main-holder .adv-track .adv-level {
  text-align: center;
  font-family: "Attac Regular";
  font-weight: bold;
  font-size: 400%;
  color: var(--pf-sot-red-brown);
  line-height: 100%;
}

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

.standard-table {
  font-family: Good OT;
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-1);
}

.main-holder .sidebar {
  padding-top: var(--font-size-4);
  padding-bottom: var(--font-size-1);
  padding-left: var(--font-size-5);
  padding-right: var(--font-size-5);
  margin-bottom: var(--font-size-2);

  background-color: var(--pf-sog-off-white);
  border-radius: 0;
}

.main-holder .sidebar > * {
  font-family: GoodOT;
  color: var(--pf-sog-dark-teal);
}

.main-holder .sidebar > h5 {
  color: var(--pf-sog-dark-teal);
  font-size: var(--font-size-2);
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: var(--font-size-small-3);
}

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

.main-holder .sidebar.blue {
  background-color: var(--roe-slate);
}

.main-holder .sidebar.blue > * {
  color: white;
}

.main-holder .sidebar.blue .split-header {
  border: none;
  font-family: Gin;
  font-weight: normal;
  padding-bottom: var(--font-size-small-1);
}

.main-holder .readaloud-block {
  padding-top: var(--font-size-1);
  margin-top: var(--font-size-2);
  margin-bottom: var(--font-size-2);
  /*overflow: visible;*/
}

.main-holder .readaloud-block p {
  font-family: Good OT;
  font-size: var(--font-size-1);
  color: var(--pf-sot-red-brown);
}

.centered-block {
  background-color: var(--gw-pink);
  padding: var(--font-size-1) var(--font-size-5) var(--font-size-1)
    var(--font-size-5);
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-3);
  color: var(--gw-blue);
}

.centered-block p {
  font-family: Good OT;
  font-size: var(--font-size-1);
}

.centered-block p strong {
  color: var(--gw-blue);
}

.centered-block h5 {
  text-align: center;
  font-family: Good OT;
  font-weight: bold;
  color: var(--gw-blue);
  font-size: var(--font-size-2);
}

.main-holder .header-body {
  background-color: var(--roe-apricot);
  padding-left: var(--font-size-small-1);
  padding-right: var(--font-size-small-1);
  padding-bottom: var(--font-size-3);
  margin-top: 0px;
  margin-bottom: var(--font-size-4);
  color: black;
  position: relative;
}

.main-holder .header-body:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0px;
  width: 100%;
  height: 32px;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/rage-of-elements/css/roe-header-border-image-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-holder .header-body p {
  margin-top: 0px;
}

.trait-holder {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.display-flow-root {
  display: flow-root;
}

.trait-holder > p {
  margin-top: var(--font-size-1);
}

.main-holder .tags {
  margin-bottom: var(--font-size-small-3);
}


p {
  font-family: Nunito;
  font-size: var(--font-size-1);
  line-height: var(--font-size-2);
  margin-top: 0px;
  padding: 0px;
  margin-bottom: var(--font-size-1);
}

p strong {
  font-family: Good Ot;
}

.image-so {
  shape-margin: 8px;
  margin: 0px;
  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;
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: Benguiat Std;
  font-size: 14px;
  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: 'Attac Regular';
  font-weight: bold;
  font-size: var(--font-size-small-1);
  padding: 2px 8px 8px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-sot-red-brown);
  background-image: url("https:///content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/Subtitle.jpg");
  background-size: auto 100%;
  background-position: 50%;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
  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;
  }
}

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

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

.sot-lore-block {
    border: none !important;
    background-color: #ecdcb8;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom;
    padding: 130px 0 0 0 !important;
    margin-bottom: 20px;
    min-height: 1100px;
    max-height: 1100px;
}

.sot-lore-ch1 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/00-03-PZO90169+Chapter+1+Opener-ADJUSTED.jpg) !important;
    aspect-ratio: 1528 / 2000;
    padding: 6vw 0px 0px 0px;
    padding: 160px 0px 0px 0px;
    padding: clamp(75px, 19.23vw, 160px) 0px 0px 0px;
}

.sot-lore-ch2 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/iNPMbkGbcE6bOllt/00-12-PZO90169+Chapter+2+Opener-ADJUSTED.jpg) !important;
        aspect-ratio: 1528 / 2000;
    padding: 6vw 0px 0px 0px;
    padding: 160px 0px 0px 0px;
    padding: clamp(75px, 19.23vw, 160px) 0px 0px 0px;
}

.sot-lore-ch3 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/iNPMbkGbcE6bOllt/00-24-PZO90169+Chapter+3+Opener-ADJUSTED.jpg);
        aspect-ratio: 1528 / 2000;
    padding: 6vw 0px 0px 0px;
    padding: 160px 0px 0px 0px;
    padding: clamp(75px, 19.23vw, 160px) 0px 0px 0px;
}

.sot-lore-content {
    max-height: 400px;
    height: 48vw;
    overflow-y: scroll;
}

.sot-lore-content p {
    padding: 0 120px 0 120px;
    padding: 0 clamp(56.25px, 14.42vw, 120px);
    font-family: 'Bradley Hand';
    color: #7B3616;
}

.ch-3 {
    max-height: 340px !important;
    padding-right: 9em;
    padding-left: 5em;
    overflow-y: scroll;
}

@media only screen and (max-width: 650px) {
  .ch-3 {
      max-height: 300px !important;
    padding-right: 3em;
    padding-left: 3em;
}
.sot-lore-content p {
   padding: 0 3em 0 3em;
    font-family: 'Bradley Hand';
    color: #7B3616;
}
}

@media only screen and (max-width: 500px) {
    
   .sot-lore-content {
      max-height: 300px !important;
    }
  .ch-3 {
    padding-right: 1em;
    padding-left: 1em;

}

.sot-npc {
    font-size: var(--font-size-2);
    text-align: center;
    color: var(--pf-sot-red-brown);
    font-weight: bold;
    font-family: "20000 Dollar Bail";
    padding: 10px;
    border-top: 2px solid var(--pf-sot-red-brown);
     border-bottom: 2px solid var(--pf-sot-red-brown);
}
}

/*Image Wizard Styles*/
.image-pzo-warthog-mask {
  width: 315px;
  shape-outside: polygon(0.09% 68.66%, 0.72% 58.44%, 11.52% 44.82%, 21.68% 37.08%, 33.42% 28.72%, 51.52% 8.60%, 62.63% 1.48%, 98.18% 4.57%, 95.64% 27.79%, 94.69% 37.08%, 95.33% 46.68%, 66.12% 79.19%, 49.61% 81.97%, 34.69% 97.45%, 21.99% 98.69%);
}

.image-pzo-beaded-crocodile-mask {
  width: 240px;
  shape-outside: polygon(39.22% 18.22%, 41.30% 32.55%, 32.55% 49.10%, 16.72% 63.44%, 2.14% 66.01%, 0.05% 84.76%, 2.97% 96.52%, 18.80% 100.20%, 51.30% 98.00%, 75.47% 79.61%, 92.97% 52.04%, 105.47% 35.13%, 96.72% 6.08%, 72.14% -5.31%, 53.80% 6.08%);
}
.image-pzo-rhythm-bone {
  width: 285px;
  shape-outside: polygon(91.68% 1.39%, 85.71% 14.51%, 88.52% 31.72%, 74.13% 40.74%, 53.08% 53.85%, 23.26% 56.72%, 1.15% 60.82%, 0.80% 65.33%, 12.38% 68.61%, 24.66% 73.93%, 26.41% 90.74%, 34.48% 95.66%, 41.50% 98.52%, 55.19% 82.95%, 81.50% 64.92%, 92.73% 45.66%, 97.64% 23.93%, 98.34% 0.98%);
}
.image-pzo-giant-worker-bee {
  width: 390px;
  shape-outside: polygon(36.61% 5.27%, 22.51% 7.39%, 17.89% 24.84%, 19.17% 38.29%, 28.92% 51.73%, 33.53% 62.81%, 23.02% 68.71%, 1.99% 73.90%, 8.40% 84.75%, 34.81% 89.23%, 53.53% 98.19%, 68.15% 94.42%, 94.81% 80.27%, 97.38% 65.17%, 96.61% 48.66%, 95.07% 12.11%, 84.56% 2.91%, 72.51% 1.26%);
}
.image-pzo-giant-silverfish {
  width: 380px;
  shape-outside: polygon(64.42% 0.45%, 42.84% 4.13%, 1.26% 9.66%, 19.42% 30.82%, 21.78% 36.65%, 9.94% 48.00%, 7.84% 58.73%, 10.47% 74.69%, 10.73% 83.58%, 24.68% 94.93%, 36.78% 96.46%, 78.89% 94.62%, 95.20% 83.58%, 96.26% 52.60%, 94.42% 43.09%);
}
.image-pzo-kurshkin {
  width: 370px;
  shape-outside: polygon(95.35% 0.30%, 66.16% 14.04%, 52.10% 12.02%, 32.37% 19.45%, 30.75% 31.83%, 31.29% 35.89%, 37.78% 47.38%, 37.78% 57.96%, 28.86% 57.51%, 19.13% 67.87%, 16.43% 73.73%, 1.29% 93.55%, 5.35% 95.12%, 36.97% 94.00%, 46.70% 94.22%, 66.70% 96.70%, 92.64% 96.93%);
}
.image-pzo-stone-ghost {
  width: 395px;
  shape-outside: polygon(11.97% 0.62%, 3.87% 2.35%, 4.12% 10.06%, 7.16% 18.93%, 15.77% 28.37%, 18.05% 33.76%, 13.49% 43.01%, 9.44% 44.74%, 17.03% 51.10%, 12.48% 58.81%, 9.18% 63.63%, 2.10% 66.90%, 2.86% 71.33%, 8.17% 74.99%, 13.99% 74.22%, 30.70% 73.07%, 42.35% 79.23%, 49.69% 83.28%, 51.97% 92.16%, 50.70% 97.94%, 60.32% 98.14%, 60.83% 93.51%, 68.93% 86.96%, 77.29% 78.68%, 91.21% 72.32%, 91.72% 64.61%, 84.37% 38.41%, 84.12% 32.82%, 75.26% 21.07%, 62.86% 5.63%);
}
.image-pzo-takulu-ot {
  width: 390px;
  shape-outside: polygon(86.35% 0.93%, 7.12% 9.47%, 19.17% 28.69%, 17.38% 40.08%, 11.74% 52.00%, 16.10% 62.32%, 29.69% 66.05%, 27.64% 72.64%, 25.33% 88.71%, 24.56% 93.52%, 27.89% 97.61%, 34.81% 98.32%, 37.89% 93.34%, 36.61% 88.36%, 45.07% 86.40%, 65.33% 86.22%, 68.40% 85.15%, 69.17% 54.01%, 61.74% 38.71%, 75.84% 36.58%, 92.25% 33.19%, 95.58% 9.65%);
}
.image-pzo-seelah-studying {
  width: 435px;
  shape-outside: polygon(52.94% 1.04%, 41.44% 11.57%, 29.95% 19.92%, 20.52% 29.27%, 20.52% 33.44%, 29.49% 37.62%, 31.79% 47.36%, 20.06% 48.35%, 3.51% 49.94%, 4.89% 55.11%, 12.71% 58.10%, 18.22% 62.47%, 16.16% 72.41%, 14.55% 78.57%, 12.71% 91.98%, 16.62% 98.14%, 26.04% 98.74%, 49.95% 99.73%, 82.82% 98.74%, 89.72% 97.75%, 97.31% 90.99%, 93.63% 59.18%, 93.86% 40.09%);
}
.image-pzo-vesicant-egg {
  width: 370px;
  shape-outside: polygon(40.54% 2.20%, 34.32% 11.88%, 30.27% 36.34%, 26.49% 71.02%, 14.32% 77.20%, 0.54% 81.77%, 1.08% 94.14%, 13.78% 95.48%, 34.32% 98.17%, 68.38% 105.43%, 98.38% 98.17%, 101.89% 75.59%, 91.35% 68.06%, 84.59% 30.97%, 79.73% 14.57%, 64.86% -4.52%);
}
.image-pzo-vesicant-egg > p {
  left: 136.125px;
  top: 309.83984375px;
}
.image-pzo-frog-spellskein {
  width: 395px;
  shape-outside: polygon(8.23% 4.24%, 4.94% 17.60%, 0.63% 34.61%, 2.91% 54.04%, 7.47% 61.33%, 3.42% 72.66%, 0.13% 81.17%, 0.89% 91.69%, 14.05% 86.83%, 24.68% 94.53%, 25.44% 103.03%, 66.20% 98.57%, 86.46% 99.38%, 97.09% 97.36%, 98.86% 79.14%, 101.39% 64.97%, 97.34% 38.25%, 86.96% 13.96%, 57.85% 7.08%, 29.49% 3.84%, 13.04% -2.64%);
}
.image-pzo-frog-spellskein > p {
  left: 137.625px;
  top: 191.125px;
}
.image-pzo-lumusi-yao {
  width: 325px;
  shape-outside: polygon(14.00% 4.07%, 5.69% 11.04%, 1.69% 21.49%, 2.92% 39.40%, 11.23% 59.30%, 17.38% 68.00%, 0.46% 87.16%, 6.62% 95.37%, 26.00% 99.35%, 72.77% 100.59%, 90.00% 95.86%, 98.92% 92.13%, 87.23% 72.23%, 89.38% 19.25%, 75.23% 3.58%, 63.54% -1.90%, 43.23% 1.09%, 24.46% 0.34%);
}
.image-pzo-lumusi-yao > p {
  left: 111.625px;
  top: 353.015625px;
}
.image-pzo-ojofiri-chicken {
  width: 350px;
  shape-outside: polygon(61.71% 1.78%, 55.14% 20.88%, 35.43% 20.88%, 7.43% 19.29%, 2.86% 25.39%, 8.00% 44.75%, 15.71% 63.59%, 4.00% 69.95%, 1.14% 80.83%, 0.57% 98.07%, 48.57% 100.99%, 82.57% 98.86%, 96.86% 91.70%, 98.00% 68.36%, 89.14% 29.90%, 84.29% 5.23%, 70.00% -0.87%);
}
.image-pzo-ojofiri-chicken > p {
  left: 118.125px;
  top: 330.369140625px;
}
.image-pzo-koride-ulawa {
  width: 310px;
  shape-outside: polygon(15.48% 4.41%, 3.23% 9.54%, 0.65% 19.00%, 0.65% 31.98%, 2.58% 54.41%, 7.74% 66.03%, 17.42% 74.95%, 13.23% 79.81%, 8.71% 86.57%, 5.16% 93.33%, 17.42% 97.65%, 37.42% 99.81%, 84.19% 103.42%, 98.39% 97.47%, 96.45% 85.85%, 97.10% 60.44%, 101.29% 11.53%, 87.74% 5.04%, 69.68% 4.41%, 54.52% 9.00%, 36.45% -1.54%, 24.19% 0.90%);
}
.image-pzo-koride-ulawa > p {
  left: 86.125px;
  top: 327.9609375px;
}
.image-pzo-silverfish-swarm {
  width: 340px;
  shape-outside: polygon(21.47% 0.94%, 7.94% 11.17%, 9.71% 14.49%, 16.18% 16.54%, 14.41% 45.95%, 0.00% 52.85%, 0.59% 58.48%, 9.12% 62.06%, 22.35% 72.03%, 21.18% 79.45%, 11.18% 82.27%, 8.53% 92.50%, 51.18% 93.52%, 60.88% 99.40%, 94.12% 101.96%, 102.35% 96.33%, 95.59% 68.20%, 96.47% 54.13%, 80.29% 49.78%, 71.18% 38.02%, 58.53% 26.77%, 57.65% -2.13%);
}
.image-pzo-silverfish-swarm > p {
  left: 43.125px;
  top: 324.302734375px;
}
.image-pzo-zuma {
  width: 300px;
  shape-outside: polygon(6.67% 54.09%, 11.00% 65.85%, 8.33% 77.03%, 8.00% 90.27%, 27.67% 96.74%, 51.33% 100.85%, 83.67% 96.74%, 99.33% 86.74%, 99.00% 73.80%, 82.67% 16.44%, 72.67% 2.03%, 41.00% -0.62%, 10.67% 1.74%, 2.00% 11.74%, -1.00% 29.68%, 3.33% 44.09%);
}
.image-pzo-zuma > p {
  left: 114.125px;
  top: 297.55078125px;
}
.image-pzo-mafika-ayuwari {
  width: 300px;
  shape-outside: polygon(22.33% 3.07%, 11.33% 24.33%, 14.67% 42.18%, 22.00% 55.30%, 18.33% 64.49%, 4.33% 72.63%, -0.33% 79.71%, 11.33% 92.31%, 38.33% 97.04%, 46.33% 101.24%, 61.33% 98.87%, 83.00% 89.69%, 99.33% 78.14%, 99.00% 69.74%, 89.33% 62.39%, 84.00% 35.36%, 80.67% 16.20%, 61.00% -2.96%);
}
.image-pzo-mafika-ayuwari > p {
  left: 83.125px;
  top: 320.3515625px;
}
.image-pzo-goliath-beetle {
  width: 405px;
  shape-outside: polygon(43.83% 1.21%, 34.69% 11.35%, 30.49% 29.21%, 21.85% 32.15%, 16.67% 39.88%, 15.43% 48.41%, 13.95% 54.28%, 9.26% 60.15%, 7.78% 67.88%, -0.62% 76.95%, 1.36% 86.55%, 11.98% 84.41%, 25.80% 87.35%, 30.00% 95.61%, 31.48% 99.08%, 41.36% 102.01%, 50.25% 91.35%, 77.65% 89.75%, 91.98% 90.55%, 96.67% 68.41%, 102.35% 40.95%, 98.40% 29.75%, 97.41% 11.35%, 95.43% 5.21%, 84.81% 10.81%, 61.36% 17.48%, 54.44% -0.39%);
}
.image-pzo-goliath-beetle > p {
  left: 214.625px;
  top: 293.197265625px;
}
.image-pzo-anchor-root {
  width: 310px;
  shape-outside: polygon(12.30% 5.83%, 8.43% 18.36%, 10.36% 32.39%, 0.04% 39.66%, 0.36% 45.43%, 11.33% 44.92%, 13.27% 56.45%, 21.98% 61.72%, 29.07% 65.48%, 27.78% 71.24%, 19.07% 74.75%, 23.27% 94.55%, 30.69% 99.31%, 50.36% 100.06%, 91.01% 97.81%, 98.10% 88.53%, 98.10% 69.24%, 86.81% 60.71%, 89.07% 50.94%, 96.49% 40.91%, 91.65% 32.89%, 81.98% 5.33%, 75.20% 0.56%, 65.85% 1.32%, 61.01% 12.09%, 48.10% 9.34%, 35.52% 13.60%, 16.81% 0.81%);
}
.image-pzo-anchor-root > p {
  left: 179.125px;
  top: 357.248046875px;
}
.image-pzo-chizire {
  width: 295px;
  shape-outside: polygon(21.91% 11.72%, 1.57% 2.23%, -1.82% 8.56%, 1.91% 26.80%, 6.99% 31.67%, 4.62% 44.81%, 4.96% 58.43%, 10.04% 64.27%, 15.81% 70.84%, 8.69% 77.90%, 9.70% 88.36%, 24.62% 98.58%, 36.82% 100.53%, 68.35% 96.15%, 92.42% 92.01%, 98.52% 74.25%, 101.57% 61.84%, 86.65% 56.73%, 76.14% 39.21%, 77.16% 18.53%, 73.77% -1.18%, 58.86% 6.37%, 45.30% 15.37%, 34.79% 20.48%);
}
.image-pzo-chizire > p {
  left: 162.625px;
  top: 342.166015625px;
}
.image-pzo-esi-djan {
  width: 265px;
  shape-outside: polygon(8.16% 4.52%, 0.61% 13.28%, -0.14% 26.80%, 4.39% 45.11%, 10.42% 54.65%, 19.86% 59.96%, 10.42% 68.98%, 3.63% 88.08%, 7.41% 98.42%, 21.75% 101.34%, 59.10% 95.24%, 82.88% 92.59%, 96.08% 86.75%, 103.63% 73.22%, 93.44% 60.49%, 81.75% 56.25%, 90.42% 33.96%, 79.48% 11.42%, 62.12% 2.66%, 37.59% -0.52%);
}
.image-pzo-esi-djan > p {
  left: 152.625px;
  top: 307.046875px;
}
.image-pzo-haibram-thodja {
  width: 325px;
  shape-outside: polygon(4.81% 12.50%, -0.12% 21.59%, -0.12% 33.62%, 0.81% 51.00%, 12.19% 57.69%, 15.58% 63.84%, 6.04% 71.32%, 0.50% 82.55%, 5.12% 94.32%, 24.19% 98.33%, 48.19% 102.61%, 71.58% 97.79%, 89.73% 94.05%, 97.73% 80.68%, 102.35% 54.21%, 81.73% 53.14%, 80.81% 32.29%, 81.73% 18.38%, 68.19% 4.21%, 41.42% -0.60%, 22.35% 1.80%, 9.73% 5.81%);
}
.image-pzo-haibram-thodja > p {
  left: 154.625px;
  top: 312.748046875px;
}
.image-pzo-ignaci-canterells {
  width: 285px;
  shape-outside: polygon(14.25% 11.82%, 5.48% 23.35%, 6.18% 41.89%, 13.55% 49.41%, 18.11% 59.19%, 9.34% 70.71%, 0.92% 77.23%, 4.08% 90.51%, 22.68% 95.78%, 50.04% 100.54%, 77.41% 99.29%, 95.66% 92.02%, 102.32% 74.72%, 95.66% 58.43%, 85.13% 50.66%, 90.39% 36.88%, 82.68% 11.82%, 65.48% -1.47%, 27.94% 1.29%, 15.31% 3.80%);
}
.image-pzo-ignaci-canterells > p {
  left: 125.625px;
  top: 329.150390625px;
}
.image-pzo-mariama-keita {
  width: 320px;
  shape-outside: polygon(10.35% 60.23%, 20.35% 74.20%, 20.66% 90.12%, 31.91% 96.54%, 47.54% 100.45%, 74.10% 95.43%, 95.66% 91.51%, 102.54% 77.83%, 96.91% 56.60%, 84.73% 37.60%, 76.91% 9.95%, 55.98% -2.90%, 18.48% 1.57%, 0.98% 4.92%, 0.35% 32.30%, 3.48% 51.85%);
}
.image-pzo-mariama-keita > p {
  left: 152.125px;
  top: 295.623046875px;
}
.image-pzo-pzo-noxolo {
  width: 315px;
  shape-outside: polygon(5.91% 5.31%, 0.83% 9.71%, -1.39% 23.60%, 1.15% 49.06%, 7.82% 56.01%, 9.40% 61.10%, 0.83% 67.12%, 14.80% 96.98%, 21.47% 101.38%, 71.63% 90.50%, 98.61% 79.39%, 104.01% 66.89%, 81.79% 55.08%, 66.87% 41.65%, 72.90% 21.52%, 75.75% 9.94%, 53.85% -2.79%, 19.56% 0.91%);
}
.image-pzo-pzo-noxolo > p {
  left: 165.625px;
  top: 342.947265625px;
}
.image-pzo-okoro-obiyo {
  width: 295px;
  shape-outside: polygon(21.91% 6.89%, 13.09% 17.59%, 4.96% 24.07%, 5.30% 42.66%, 9.36% 64.63%, 8.01% 73.08%, -2.50% 79.56%, 3.60% 91.68%, 17.16% 96.75%, 46.31% 101.54%, 86.65% 99.56%, 98.18% 92.24%, 102.58% 76.75%, 93.77% 65.76%, 77.84% 56.47%, 89.36% 35.90%, 86.99% 15.06%, 69.70% 2.38%, 33.09% -1.00%);
}
.image-pzo-okoro-obiyo > p {
  left: 149.625px;
  top: 299.451171875px;
}
.image-pzo-tzeniwe {
  width: 295px;
  shape-outside: polygon(9.36% 5.62%, 1.23% 17.31%, 0.55% 32.99%, 1.23% 48.41%, 3.26% 56.87%, 8.01% 60.85%, 13.09% 66.57%, 1.23% 77.27%, 8.35% 91.44%, 19.19% 98.91%, 62.58% 96.67%, 93.09% 93.19%, 98.18% 83.98%, 101.91% 67.56%, 95.81% 59.85%, 80.21% 44.43%, 87.33% 32.24%, 85.97% 11.59%, 65.97% -4.33%, 13.77% 0.90%);
}
.image-pzo-tzeniwe > p {
  left: 45.625px;
  top: 334.60546875px;
}
.image-pzo-friendfetch {
  width: 440px;
  shape-outside: polygon(52.98% 3.75%, 50.48% 11.92%, 42.30% 17.48%, 36.39% 24.35%, 35.94% 31.03%, 29.57% 41.05%, 8.21% 44.76%, 5.48% 53.85%, 0.94% 68.13%, -0.65% 91.51%, -0.88% 107.09%, 70.48% 101.34%, 101.39% 100.79%, 99.80% 64.24%, 92.07% 50.32%, 86.85% 23.61%, 84.80% 6.31%, 72.30% -0.56%, 55.48% -0.00%);
}
.image-pzo-friendfetch > p {
  left: 269.125px;
  top: 502.236328125px;
}
.image-pzo-giant-mining-bee {
  width: 370px;
  shape-outside: polygon(62.16% 0.85%, 40.27% 12.32%, 26.49% 29.54%, 23.78% 39.37%, 16.49% 51.94%, 4.86% 68.33%, 0.54% 72.71%, -0.27% 95.66%, 4.32% 99.21%, 19.73% 100.03%, 42.70% 99.76%, 68.38% 93.20%, 86.22% 91.01%, 93.78% 75.17%, 98.92% 56.04%, 101.62% 37.46%, 94.86% 17.24%, 89.19% 1.12%, 73.24% -1.06%);
}
.image-pzo-giant-mining-bee > p {
  left: 186px;
  top: 292.1041564941406px;
}
.image-pzo-binji {
  width: 245px;
  shape-outside: polygon(47.14% 2.50%, 28.37% 6.91%, 17.76% 13.99%, 6.33% 18.02%, 12.86% 23.38%, 10.82% 29.70%, 3.88% 37.75%, 1.02% 42.92%, 0.20% 46.94%, 5.10% 56.91%, 4.69% 68.78%, 12.45% 75.68%, 8.37% 85.07%, 4.69% 91.77%, 28.37% 99.63%, 54.90% 99.24%, 57.35% 94.84%, 76.53% 91.39%, 86.33% 83.15%, 93.67% 68.78%, 97.76% 61.50%, 89.18% 52.12%, 81.43% 39.47%, 98.57% 35.07%, 96.53% 22.04%, 91.63% 4.80%, 70.00% -1.52%);
}
.image-pzo-binji > p {
  left: 138.5px;
  top: 434.05206298828125px;
}
.image-pzo-anadi-seeker {
  width: 385px;
  shape-outside: polygon(13.38% 3.68%, 4.81% 12.17%, 1.43% 23.74%, 1.43% 40.14%, 1.69% 51.41%, 0.13% 74.01%, 1.69% 80.45%, 4.81% 81.91%, -0.13% 85.72%, -0.13% 92.75%, 1.95% 96.26%, 18.57% 98.17%, 60.65% 98.61%, 86.36% 97.58%, 96.75% 92.46%, 95.97% 59.95%, 91.04% 23.74%, 53.12% 1.05%, 47.92% 0.61%, 39.09% 1.19%, 34.42% 0.02%, 29.22% 2.07%, 21.17% 5.59%);
}
.image-pzo-anadi-seeker > p {
  left: 112.5px;
  top: 569.4791564941406px;
}
