/*Ancestry Block Style Changes*/

.main-holder > .class-sidebar h3 {
    color: var(--pf-tx-blue);
}

.main-holder > .class-sidebar {
        background: linear-gradient(90deg, #fff, #f1eee6);
    border-left: 5px solid var(--pf-tx-blue);
    color: var(--pf-tx-darktan) !important;
    margin-left: 20px;
    margin-right: 20px;
}

/*General*/

       .tooltip-convert {
    color: magenta;
}
:root {

  --pf-tx-black: #221f20;
  --pf-tx-off-white: rgb(248, 247, 240);
  --pf-tx-coral: #752c45;
  --pf-tx-darktan: #675542;
  --pf-tx-blue-grey: #bec6c9;
  --pf-tx-tan: #af9f7a;
  --pf-tx-blue: #092460;
  --pf-tx-purple: #9aa0be;
  
    --readaloud-color: var(--pf-sdfs-blue);

  --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-9: calc(var(--font-size-8) * 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));
}

  /**/
/*Headers*/
/**/



.main-holder > h3 {
    color: var(--pf-tx-blue);
    font-family: Taroca;
    text-transform: none !important;
}

.main-holder .level-header {
    color: var(--pf-tx-off-white);
    font-family: Gin;
}

.main-holder > h5 {
    color: var(--pf-tx-blue);
    font-size: var(--font-size-2);
    font-family: 'GoodOT-CondBold';
}

.main-holder > h1 {
    margin-top: 0px;
    color: white !important;
    background: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-character-guide/css/leaves-header.png?format=webp);
    background-size: cover;
    padding: 40px 10px 30px 20px;
    text-transform: none !important;
    text-align: left;
    border-bottom: thick solid var(--pf-tx-coral);
    font-size: var(--font-size-6);
    text-shadow: 2px 2px 1px var(--pf-tx-coral);
}

.main-holder > .ancestry-header {
    background: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-character-guide/css/waves-header.png?format=webp);
    background-size: 800px;
    margin-top: 50px;
}

.main-holder > h1:before {
  content: "" !important;
  background-image: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/tx-divider.png?format=webp);
  color: transparent !important;
  background-size: 100% !important;
  overflow: visible !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: block !important;
  position: relative !important;
  min-width: 110%;
  min-height: 80px !important;
  background-position: center;
  margin-top: -1.9em !important;
  margin-left: -1.1em;
  z-index: 2001;
}

.main-holder > .no-topper:before {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    .main-holder > h1:before {
        display: none !important;
}
}

.main-holder > h4 {
    color: var(--pf-tx-blue);
    font-family: Taroca;
    font-size: var(--font-size-2);
    text-transform: none;
}

 /**/
/*Sidebar*/
/**/

.main-holder > .sidebar {
    background: linear-gradient(90deg, #fff, #f1eee6);
    border-left: 2px solid var(--pf-tx-tan);
    color: var(--pf-tx-darktan) !important;
    margin-left: 20px;
    margin-right: 20px;
}

.sidebar h5 {
    color: var(--pf-tx-darktan);
    font-size: var(--font-size-2);
}

  /**/
/*Clear*/
/**/

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



.book-styled-block {
    background: var(--pf-tx-purple);
    padding: 20px;
    font-family: Good OT;
    color: var(--pf-tx-black);
}

.book-styled-block h5 {
    color: var(--pf-tx-black);
    font-family: GoodOT-CondBold;
    text-align: center;
    font-size: var(--font-size-3);
    margin-bottom: -5px;
}

.main-holder > .split-header {
    font-size: 24px;
    font-weight: normal;
    color: #5d0000;
    font-family: gin, serif;
    border-bottom:0px;
}

  /**/
/*Region Block*/
/**/

.main-holder > .tx-settlement-header {
    margin-bottom: 10px !important;
    margin-top: -20px !important;
}

.tx-settlement-span {
    color: #d9c484;
    font-family: Taroca;
    font-weight: normal;
    font-size: 32px !important;
    position: relative;
    font-style: normal;
    border-bottom: 0px;
    text-shadow: 2px 2px 2px black;
    display: flex;
    height: 80px;
    background-size: 800px;
    /* background-position: center; */
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    line-height: .85em !important;
    margin: auto;
    margin-top: -114px !important;
    z-index: 3001 !important;
}

.tx-settlement-header::before {
    content: "";
    display: block;
    max-width: 120%;
    top: -40px;
    margin-bottom: 0px;
    position: relative;
    height: 70px;
    background-size: 800px;
    background-image: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-world-guide/css/wg-settlement-divider.png?format=webp);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3000;
}

.main-holder > .region-summary-block {
    border-image-slice:50 29 320 29 !important;
    border-image-width:50px 20px 20px 20px !important;
    border-image-repeat:round round;
    border-color: transparent;
    border-style: solid;
    border-image-source: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/tx-region-background.jpg?format=webp) !important;
    background: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/tx-region-block.jpg?format=webp);
    background-size: cover;
    background-color: var(--pf-tx-darktan) !important;
    border-width: 1px;
    padding: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main-holder > .region-summary-block {
    flex-flow: row wrap;
    color: #252525;
    margin-top: -60px;
    padding-top: 60px;
}

.region-summary-block h2 {
    font-family: Taroca;
    font-size: var(--font-size-1);
    color: var(--pf-tx-blue);
}

.main-holder > .region-summary-block p {
    font-family: GoodOT-CondBold;
    font-size: var(--font-size-1);
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
}

.region-header-container {
    width: 100%;
}

.peoples-languages-block .region-header-container:last-of-type {
    margin-top: 16px;
}

.nations-block, .peoples-languages-block, .factions-block, .religions-block, .resources-block {
    background-color: rgba(0, 0, 0, 0.1); ;
    padding: 5px;
    margin: 5px;
    border: 2px solid var(--pf-tx-blue);
    border-radius: 10px;
}

@media only screen and (max-width: 500px) {
    .nations-block, .peoples-languages-block, .factions-block, .religions-block, .resources-block {
        flex: 50% !important;
}
}

.region-top-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 10px;
    padding: 0px 30px;
}

.nations-block {
    display: flex;
    flex-flow: row wrap;
    flex: 40%;
}

.nation-block {
    padding-top: 5px;
}



.nation-image-container {
    float: right;
    clear: both;
    padding: 10px;
    max-width: 200px;
}

.resource-image-container {
    align-items: center;
}

.region-image-container {
    float: left;
    width: 50px;
    height: 60px;
}

.peoples-languages-block {
    flex: 20%;
    flex-direction: column;
}

.factions-block {
    display: flex;
    flex-direction: column;
    flex: 20%;
}

.factions-block img {
    max-width: 40px;
    max-height: 70px;
    padding-bottom: 5px;
    margin-right: 10px;
}

.faction-block {
    margin-bottom: 15px;
    padding-top: 6px;
}

.religions-block {
    display: flex;
    flex-flow: row wrap;
    flex: 30%;
}

.religion-block {
    min-width: 120px;
    margin-right: 5px;
    width: 100%;
}

.religion-block img {
    min-width: 40px;
    max-width: 50px;
    max-height: 80px;
    min-height: 40px;
    margin-right: 5px;
    padding: 2px;
}

.resources-block {
    display: flex;
    flex-flow: row wrap;
    flex: 50%;
}

.resources-block img { 
max-height: 70px;
max-width: 70px;
min-width: 40px;
min-height: 50px;
}

.resource-block {
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    overflow-wrap: wrap;
    display: grid;
    word-break: break-word;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 5px;
    height: 100px;
    margin-top: 10px;
}



  /**/
/*Religion Main*/
/**/
.tx-religion-header {
    color: #fff !important;
    background: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/tx-religion-banner.png?format=webp);
    background-size: cover;
    padding: 40px 10px 30px 20px;
    margin-top: 35px !important;
    
}

.tx-religion-header::before {
  content: "" !important;
  background-image: url(https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/tx-divider.png?format=webp);
  color: transparent !important;
  background-size: 100% !important;
  overflow: visible !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: block !important;
  position: relative !important;
  min-width: 110%;
  min-height: 70px !important;
  background-position: center;
  margin-top: -1.8em !important;
  margin-left: -1.3em;
  z-index: 2001;
}

@media only screen and (max-width: 700px) {
    .tx-religion-header::before {
        display: none !important;
}
}

  /**/
/*Other*/
/**/

.main-holder > .region-summary-block .region-map-subtitle {
    text-align: center !important;
    padding-bottom: 15px !important;
    display: block !important;
}

.subtitle-quote {
    font-family: Sabon;
    padding: 10px;
    color: var(--pf-tx-black);
    font-size: var(--font-size-2);
}

.tx-npc-subhead {
    color: var(--pf-tx-coral);
    font-family: Good OT;
    margin-top: -3px;
}

.tx-shrink-header {
    font-size: var(--font-size-3) !important;
}

  /**/
/*Tables*/
/**/

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

.standard-table th {
    background-color: var(--pf-tx-blue) !important;
}

.standard-table td {
    color: var(--pf-tx-black) !important;
    border-bottom: 1px solid var(--pf-tx-tan);
}

.standard-table p {
    padding: 5px;
}

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

.book-image-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.region-summary-block .book-image-center {
    max-width: 90% !important;
}

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

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

.main-holder > .image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0px auto !important;
}

.main-holder > .image-with-subtitle-center p {
  padding-bottom: 20px !important;
  text-align: center !important;
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: Brioso Semibold;
  font-size: 14px;
  padding: 2px 8px 0px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-sdfs-blue);
  background-color: var(--pf-sdfs-off-white);
  border: 2px solid var(--pf-sdfs-blue);
  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: Gin, serif;
  font-size: var(--font-size-small-2);
  padding: 5px 8px 5px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-tx-darktan);
  background-image: url("https://images.demiplane.com//compendium/pathfinder-2e/lost-omens-tian-xia-world-guide/css/caption.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
  }
  
  .main-holder > .image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0px auto !important;
}

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

.trait-holder table th p {
    color: white !important;
}

.peizing td:first-child {
     background-color: var(--pf-tx-blue) !important;
     border-color: white;
 }
 
.peizing td:first-child > p {
     color: white !important;
 }
 
      .main-holder > .human-feature-table {
    background-color: transparent;
}

/*Image Wizard Styles*/
.image-pzo-wheelchair-monk {
  width: 399.996px;
  shape-outside: polygon(30.94% 1.99%, 18.44% 18.09%, 15.44% 29.31%, 7.94% 33.70%, 0.19% 50.53%, 0.19% 72.72%, 3.69% 84.43%, 15.69% 94.43%, 66.69% 97.85%, 71.19% 99.07%, 89.19% 90.77%, 96.44% 67.60%, 95.44% 45.89%, 83.19% 7.85%, 70.94% 1.75%, 45.94% 0.53%, 35.69% 0.53%);
}

.image-pzo-mechanist-puppeteer {
  width: 444.996px;
  shape-outside: polygon(27.47% 6.65%, 24.33% 15.39%, 22.53% 28.74%, 11.74% 37.96%, 5.00% 38.69%, 2.98% 55.92%, -0.17% 57.62%, 0.28% 63.45%, 11.29% 89.42%, 27.25% 98.64%, 40.06% 100.34%, 53.77% 99.13%, 80.51% 70.73%, 104.55% 61.99%, 98.71% 55.44%, 85.23% 51.55%, 80.73% 31.16%, 68.37% 25.58%, 68.37% 5.92%, 45.45% -2.09%);
}
.image-pzo-letter-writer {
  width: 330px;
  shape-outside: polygon(58.71% 1.55%, 55.08% 7.17%, 52.65% 17.94%, 35.08% 30.59%, 13.26% 30.82%, 8.11% 38.08%, 0.53% 41.59%, 8.11% 71.80%, 4.77% 84.22%, 39.32% 101.55%, 90.23% 94.52%, 97.80% 83.05%, 102.96% 11.62%, 68.41% -0.33%);
}
.image-pzo-prayer-wheelpsd {
  width: 214.992px;
  shape-outside: polygon(39.65% 1.18%, 35.93% 6.81%, 31.75% 19.02%, 4.30% 29.11%, 3.37% 37.09%, 5.70% 89.44%, 23.84% 92.96%, 23.84% 99.30%, 74.07% 98.59%, 98.72% 89.67%, 99.19% 71.36%, 95.93% 23.01%, 48.03% 0.00%);
}
.image-pzo-prayer-wheelpsd > p {
  left: 60.25px;
  top: 376.0078125px;
}
.image-pzo-jesa {
  width: 300px;
  shape-outside: polygon(43.11% 1.65%, 29.11% 8.98%, 22.44% 14.89%, 23.78% 24.46%, 13.11% 30.57%, 11.44% 40.96%, 2.44% 44.83%, 5.44% 48.09%, 7.78% 51.75%, 12.11% 72.93%, 7.78% 84.54%, 7.11% 88.41%, 27.44% 98.19%, 38.78% 98.80%, 92.78% 89.63%, 97.78% 42.99%, 80.44% -0.39%);
}
.image-pzo-jesa > p {
  left: 100.33331298828125px;
  top: 414.1041564941406px;
}
.image-pzo-magician {
  width: 365px;
  shape-outside: polygon(45.98% 1.46%, 46.26% 9.46%, 50.91% 19.66%, 66.26% 21.02%, 72.28% 27.14%, 81.60% 43.47%, 97.49% 56.57%, 97.49% 66.26%, 75.02% 75.27%, 55.57% 78.16%, 51.74% 84.68%, 50.91% 91.15%, 40.78% 98.40%, 21.05% 98.57%, 13.65% 96.87%, 5.71% 38.88%, 3.79% 14.56%, 4.34% 0.61%);
}
.image-pzo-water-kineticist {
  width: 440px;
  shape-outside: polygon(50.30% 1.25%, 45.98% 6.73%, 44.39% 10.13%, 14.85% 10.32%, 0.76% 18.07%, 0.98% 24.31%, 14.85% 39.24%, 30.53% 46.24%, 34.39% 52.48%, 37.58% 67.03%, 44.62% 71.00%, 44.62% 93.31%, 50.30% 95.01%, 54.39% 95.20%, 58.48% 98.66%, 72.12% 98.10%, 80.30% 82.79%, 95.30% 71.63%, 96.44% 60.29%, 102.58% 49.52%, 98.48% 29.67%, 66.67% 0.68%);
}
.image-pzokineticist-archetype-wild {
  width: 415px;
  shape-outside: polygon(82.37% 3.76%, 91.77% 17.45%, 91.77% 30.86%, 94.66% 43.43%, 93.94% 63.82%, 98.03% 76.67%, 95.86% 92.03%, 87.43% 96.22%, 64.06% 96.78%, 22.61% 93.99%, 4.06% 86.16%, 1.65% 71.08%, 13.94% 58.79%, 17.31% 38.12%, 16.35% 19.68%, 22.85% 9.63%, 31.77% 7.11%, 39.48% 0.41%, 59.24% 0.97%);
}
.image-pzo-conquesthungertiefling {
  width: 370px;
  shape-outside: polygon(54.68% 1.63%, 48.47% 11.61%, 10.90% 12.79%, 3.06% 17.36%, 6.58% 23.11%, 16.58% 45.11%, 25.23% 47.99%, 30.36% 59.66%, 34.14% 90.74%, 40.09% 95.48%, 79.01% 94.63%, 86.31% 98.86%, 92.79% 99.20%, 98.47% 92.94%, 90.90% 11.72%, 72.25% 1.74%);
}
.image-pzo-tianshen {
  width: 240px;
  shape-outside: polygon(5.97% 8.48%, 15.56% 16.01%, 17.22% 29.32%, 23.47% 54.31%, 12.64% 91.07%, 21.81% 94.54%, 44.72% 97.43%, 64.72% 97.87%, 94.31% 96.71%, 96.39% 93.24%, 95.56% 51.99%, 95.14% 31.25%, 67.22% 3.42%, 57.22% 1.10%, 43.06% 2.40%, 34.31% 8.92%);
}
.image-pzo-tianshen > p {
  left: 116.33331298828125px;
  top: 586.2708282470703px;
}
.image-pzo-elf {
  width: 350px;
  shape-outside: polygon(-0.19% 5.42%, 4.10% 24.16%, 12.10% 35.40%, 44.38% 70.53%, 45.81% 80.60%, 46.10% 89.50%, 62.67% 95.12%, 75.52% 98.63%, 86.38% 99.10%, 93.24% 97.69%, 98.95% 51.09%, 99.52% 25.09%, 98.10% 6.12%, 80.10% 1.44%, 68.38% 2.14%, 27.52% 4.25%);
}
.image-pzo-elf > p {
  left: 168.33331298828125px;
  top: 335.14581298828125px;
}
.image-pzo-halfling {
  width: 280px;
  shape-outside: polygon(45.12% 1.25%, 19.05% 41.06%, 2.26% 66.83%, 4.40% 75.49%, 12.26% 82.52%, 14.76% 96.33%, 26.19% 98.68%, 47.26% 98.91%, 72.62% 99.14%, 95.48% 89.31%, 99.05% 64.72%, 94.76% 27.25%, 87.98% 1.95%);
}
.image-pzo-halfling > p {
  left: 175.33331298828125px;
  top: 355.34375px;
}
.image-pzo-sovereign-dragon-portrait {
  width: 250px;
  shape-outside: polygon(79.73% 4.34%, 91.73% 17.77%, 94.93% 37.21%, 94.13% 69.71%, 93.73% 85.26%, 73.33% 90.56%, 68.53% 99.75%, 9.73% 99.04%, 4.13% 24.48%, 24.53% 2.22%, 67.73% 0.81%);
}
.image-pzo-sovereign-dragon-portrait > p {
  left: 40.33331298828125px;
  top: 232.2916259765625px;
}
.image-pzo-sea-dragon-portrait {
  width: 235px;
  shape-outside: polygon(41.63% 2.61%, 12.27% 8.47%, 3.33% 16.10%, 5.89% 46.60%, 18.65% 81.49%, 27.59% 97.62%, 69.29% 97.04%, 94.40% 85.31%, 99.50% 72.99%, 96.95% 34.57%, 89.72% 1.73%);
}
.image-pzo-sea-dragon-portrait > p {
  left: 78.83331298828125px;
  top: 282.89581298828125px;
}
.image-pzo-forest-dragon-portrait {
  width: 250px;
  shape-outside: polygon(82.13% 4.66%, 84.13% 20.36%, 94.53% 37.67%, 97.73% 55.30%, 93.33% 93.76%, 62.53% 97.61%, 50.13% 99.21%, 18.53% 97.61%, 6.13% 55.30%, 2.53% 10.43%, 18.13% 4.34%, 74.53% 1.45%);
}
.image-pzo-forest-dragon-portrait > p {
  left: 52.33331298828125px;
  top: 264.53125px;
}
.image-pzo-underworld-dragon-portrait {
  width: 250px;
  shape-outside: polygon(26.53% 3.42%, 7.73% 29.01%, 4.53% 44.84%, 6.53% 71.77%, 12.13% 95.68%, 19.33% 103.09%, 77.33% 99.05%, 98.13% 67.40%, 95.33% 32.72%, 79.33% 1.74%, 64.93% 1.74%);
}
.image-pzo-underworld-dragon-portrait > p {
  left: 53.33331298828125px;
  top: 255.1666259765625px;
}
.image-pzo-hobgoblin-portrait {
  width: 305px;
  shape-outside: polygon(21.26% 0.30%, 21.58% 11.16%, 13.72% 34.56%, 11.42% 45.42%, 0.93% 50.71%, 1.26% 54.89%, 16.67% 66.59%, 15.68% 77.73%, 4.86% 86.65%, 12.40% 91.66%, 35.03% 97.51%, 48.14% 99.46%, 87.81% 88.78%, 99.29% 67.33%, 92.73% 21.09%, 28.80% 1.32%);
}
.image-pzo-hobgoblin-portrait > p {
  left: 181.83331298828125px;
  top: 274.0625px;
}
.image-pzo-tianshu-portrait {
  width: 255px;
  shape-outside: polygon(46.47% 2.44%, 37.06% 17.51%, 33.53% 40.11%, 28.83% 51.75%, 0.59% 62.71%, 0.98% 73.33%, 13.53% 86.34%, 30.39% 102.09%, 95.10% 96.62%, 106.08% 66.14%, 95.49% 49.36%, 83.73% 1.41%, 64.90% 0.73%);
}
.image-pzo-tianshu-portrait > p {
  left: 105.50390625px;
  top: 236.1171875px;
}
.image-pzo-tiandan-portrait {
  width: 214.992px;
  shape-outside: polygon(89.53% 7.25%, 97.44% 22.45%, 88.60% 41.17%, 76.05% 71.56%, 96.98% 79.69%, 56.51% 101.25%, 28.14% 97.00%, -3.49% 74.04%, 15.58% 64.85%, 18.84% 27.39%, 26.74% 7.25%, 55.12% -2.64%);
}
.image-pzo-tiandan-portrait > p {
  left: 69.5px;
  top: 226.5234375px;
}
.image-pzo-tianhwan-portrait {
  width: 259.992px;
  shape-outside: polygon(28.08% 2.76%, 18.08% 16.95%, 22.69% 45.03%, 23.08% 56.38%, 3.08% 69.32%, 8.85% 82.25%, 25.00% 97.71%, 38.46% 98.02%, 81.54% 94.87%, 97.70% 77.84%, 98.85% 69.95%, 92.70% 11.27%, 61.92% -0.08%);
}
.image-pzo-tianhwan-portrait > p {
  left: 87px;
  top: 257.73828125px;
}
.image-pzo-tianyae-portrait-copy {
  width: 300px;
  shape-outside: polygon(66.33% 2.71%, 76.33% 25.01%, 84.33% 61.95%, 98.67% 75.88%, 97.33% 91.91%, 84.33% 97.83%, 15.67% 98.88%, 1.00% 86.34%, 3.33% 67.52%, 23.33% 48.36%, 29.67% 5.15%, 44.67% -0.07%);
}
.image-pzo-tianyae-portrait-copy > p {
  left: 120.00390625px;
  top: 236.78515625px;
}
.image-pzo-tianright-portrait {
  width: 270px;
  shape-outside: polygon(36.30% 0.96%, 25.56% 11.45%, 21.48% 62.76%, 1.85% 75.87%, 0.37% 90.47%, 12.22% 96.09%, 30.74% 99.84%, 78.89% 98.71%, 104.08% 84.11%, 95.56% 60.89%, 68.15% 4.71%, 54.82% 0.59%);
}
.image-pzo-tianright-portrait > p {
  left: 91.00390625px;
  top: 223.56640625px;
}
.image-pzo-tianla-portrait {
  width: 240px;
  shape-outside: polygon(60.13% 0.66%, 10.73% 31.49%, 0.17% 58.16%, 6.93% 76.49%, 39.87% 98.16%, 77.45% 99.27%, 94.34% 95.38%, 104.89% 54.83%, 97.71% 12.33%, 84.62% 0.38%);
}
.image-pzo-tianla-portrait > p {
  left: 99.41015625px;
  top: 303.37109375px;
}
.image-pzo-tiandtang-portrait {
  width: 244.992px;
  shape-outside: polygon(44.59% 1.50%, 36.68% 16.93%, 29.19% 47.21%, 2.55% 59.21%, 0.47% 70.64%, 10.87% 84.07%, 35.43% 94.35%, 81.64% 100.35%, 109.11% 86.93%, 92.04% 18.35%, 80.81% 1.78%, 64.99% 0.07%);
}
.image-pzo-tiandtang-portrait > p {
  left: 64.12109375px;
  top: 275.23828125px;
}
.image-pzo-tianmin-portrait {
  width: 249.996px;
  shape-outside: polygon(31.60% 1.24%, 14.00% 38.11%, 0.80% 69.99%, 0.40% 80.30%, 11.60% 93.74%, 30.80% 98.11%, 66.40% 101.86%, 83.20% 94.99%, 108.40% 77.80%, 91.20% 52.80%, 78.00% 3.74%, 64.80% -0.33%);
}
.image-pzo-tianmin-portrait > p {
  left: 110.99609375px;
  top: 267.95703125px;
}
.image-pzo-jorogumo {
  width: 390px;
  shape-outside: polygon(94.87% 2.05%, 99.23% 15.18%, 93.33% 26.81%, 76.67% 32.44%, 70.51% 49.89%, 72.82% 57.21%, 72.05% 79.16%, 74.10% 87.04%, 53.59% 99.05%, 42.05% 97.36%, 14.62% 81.22%, 1.54% 59.84%, 2.05% 15.37%, 29.23% 3.93%, 41.54% 3.55%, 72.31% 0.36%, 86.41% -0.01%);
}
.image-pzo-jorogumo > p {
  left: 140.00390625px;
  top: 391.921875px;
}
.image-pzo-gumiho-portrait {
  width: 270px;
  shape-outside: polygon(26.67% 5.20%, 23.71% 21.23%, 19.63% 35.33%, 22.59% 52.64%, 1.48% 65.78%, 1.11% 77.00%, 4.82% 91.10%, 15.56% 97.51%, 24.45% 98.79%, 84.82% 97.83%, 99.26% 86.29%, 96.30% 68.66%, 74.08% -0.25%, 49.26% 0.39%, 34.08% 0.71%);
}
.image-pzo-gumiho-portrait > p {
  left: 110.00390625px;
  top: 262.23046875px;
}
.image-pzo-naga-portrait {
  width: 304.992px;
  shape-outside: polygon(0.49% 2.59%, 3.11% 21.32%, 14.59% 56.06%, 19.84% 72.37%, 5.74% 86.88%, 14.59% 92.31%, 24.10% 95.94%, 40.82% 97.75%, 68.69% 100.47%, 86.72% 95.64%, 106.72% 59.99%, 83.77% 16.79%, 54.92% 3.19%, 21.80% 1.98%, 2.46% 0.77%);
}
.image-pzo-naga-portrait > p {
  left: 170.5px;
  top: 283.55859375px;
}
.image-pzo-nagaji-portrait {
  width: 255px;
  shape-outside: polygon(23.73% 2.13%, 12.35% 18.04%, 10.79% 33.94%, 0.59% 40.93%, 0.98% 53.70%, 14.32% 65.99%, 20.20% 85.02%, 44.12% 101.89%, 81.77% 98.04%, 106.86% 81.17%, 97.45% 71.05%, 74.32% 32.98%, 38.24% 0.93%);
}
.image-pzo-nagaji-portrait > p {
  left: 132.50390625px;
  top: 360.8515625px;
}
.image-pzo-oni-portrait {
  width: 285px;
  shape-outside: polygon(17.37% 4.06%, 5.79% 13.60%, 2.98% 51.75%, 1.23% 75.45%, 2.28% 85.86%, 6.84% 98.28%, 15.97% 99.15%, 72.81% 89.03%, 110.00% 59.84%, 89.65% 15.62%, 58.77% 2.04%, 48.60% 0.88%);
}
.image-pzo-oni-portrait > p {
  left: 117.50390625px;
  top: 266.05859375px;
}
.image-pzo-suli-portrait {
  width: 270px;
  shape-outside: polygon(0.00% 7.93%, 20.74% 39.93%, 19.63% 77.46%, 27.04% 89.16%, 32.59% 99.62%, 45.93% 102.39%, 88.52% 98.39%, 102.96% 68.85%, 93.71% 43.93%, 87.78% 0.23%, 47.78% 2.69%, 1.11% 0.23%);
}
.image-pzo-suli-portrait > p {
  left: 141.00390625px;
  top: 281.7578125px;
}
.image-pzo-tengu-portrait {
  width: 304.992px;
  shape-outside: polygon(31.31% 3.26%, 19.84% 35.58%, 15.90% 53.09%, 3.44% 56.46%, -0.16% 74.64%, 9.34% 95.18%, 21.80% 97.87%, 45.41% 101.91%, 71.97% 98.54%, 90.33% 88.78%, 104.43% 68.58%, 96.56% 53.42%, 70.00% 19.75%, 54.26% 3.59%, 38.20% -0.45%);
}
.image-pzo-tengu-portrait > p {
  left: 139.5px;
  top: 249.671875px;
}
.image-pzo-vanara {
  width: 339.996px;
  shape-outside: polygon(19.12% 4.10%, 3.82% 31.95%, 0.59% 55.69%, 2.35% 78.30%, 8.53% 91.99%, 22.65% 102.95%, 77.65% 98.05%, 94.12% 58.32%, 95.59% 27.95%, 98.24% 5.69%, 92.94% -0.01%, 62.65% 1.36%, 27.06% 3.87%);
}
.image-pzo-vanara > p {
  left: 75.99609375px;
  top: 335.9375px;
}
.image-pzo-ysoki-portrait {
  width: 249.996px;
  shape-outside: polygon(11.60% 4.29%, 14.00% 29.43%, 6.80% 37.72%, 12.00% 58.29%, 30.00% 75.72%, 51.60% 92.86%, 65.60% 98.86%, 88.00% 98.86%, 98.40% 92.29%, 96.80% 68.00%, 98.00% 46.00%, 98.00% 20.57%, 80.00% 12.86%, 45.20% 0.29%, 31.60% 0.29%);
}
.image-pzo-ysoki-portrait > p {
  left: 131.99609375px;
  top: 270.00390625px;
}
.image-pzo-dokkaebi {
  width: 330px;
  shape-outside: polygon(15.99% 5.36%, 14.47% 10.47%, 24.47% 34.24%, -1.89% 61.36%, 0.23% 71.36%, 15.08% 72.69%, 15.08% 87.13%, 8.41% 97.80%, 12.65% 100.69%, 57.20% 95.13%, 78.41% 98.24%, 92.65% 99.80%, 97.20% 56.47%, 101.14% 28.47%, 96.59% 10.47%, 75.99% -2.87%, 50.53% 4.47%, 39.93% 8.47%);
}
.image-pzo-dokkaebi > p {
  left: 245.75390625px;
  top: 268.1015625px;
}
.image-pzo-onggi {
  width: 169.992px;
  shape-outside: polygon(13.97% 0.81%, 3.38% 11.22%, -8.97% 42.47%, 3.97% 93.86%, 24.56% 101.15%, 84.56% 101.85%, 120.44% 65.39%, 96.32% 1.15%, 75.74% -4.05%);
}
.image-pzo-onggi > p {
  left: 81.75px;
  top: 205.32421875px;
}
.image-pzo-hungerseedtiefling {
  width: 390px;
  shape-outside: polygon(54.30% 1.02%, 48.14% 10.64%, 37.63% 19.57%, 1.99% 33.84%, -1.60% 41.74%, 0.19% 48.27%, 7.12% 68.29%, 28.40% 101.10%, 91.99% 99.04%, 102.76% 77.56%, 96.09% 25.59%, 84.30% 2.39%, 67.37% 0.33%);
}
.image-pzo-kijimunagnome {
  width: 364.992px;
  shape-outside: polygon(0.07% 2.08%, 0.62% 18.88%, 15.41% 21.93%, 22.26% 53.04%, 30.48% 92.54%, 29.66% 96.17%, 35.68% 98.84%, 49.11% 99.41%, 77.60% 99.79%, 92.67% 97.89%, 104.18% 64.87%, 93.22% 28.04%, 80.62% 9.91%, 52.12% 6.28%, 9.93% -0.21%);
}
.image-pzo-banyan-home {
  width: 349.992px;
  shape-outside: polygon(24.21% 2.36%, 19.36% 12.78%, 9.64% 25.94%, 1.64% 36.61%, -1.21% 47.03%, 7.07% 55.96%, 21.93% 66.88%, 26.21% 76.06%, 27.93% 91.94%, 17.07% 100.87%, 52.50% 98.39%, 80.22% 87.23%, 97.65% 73.83%, 103.65% 36.61%, 86.79% 9.06%, 60.50% 1.37%, 37.07% 0.38%);
}
.image-pzo-koboldofficial {
  width: 315px;
  shape-outside: polygon(-1.51% 6.57%, 1.03% 17.17%, 19.13% 29.30%, 18.49% 45.75%, 4.21% 63.06%, 2.30% 90.98%, 4.84% 98.34%, 19.13% 100.72%, 48.65% 101.81%, 95.32% 98.34%, 104.21% 88.17%, 97.22% 39.47%, 79.13% 8.30%, 59.13% -4.25%, 32.14% 2.24%, 30.87% 11.98%);
}
.image-pzo-koboldkoikeeper {
  width: 319.992px;
  shape-outside: polygon(34.30% 4.69%, 17.42% 18.77%, 11.17% 36.97%, 5.23% 44.01%, -2.58% 62.94%, 0.23% 77.02%, 6.80% 97.65%, 20.55% 98.38%, 50.86% 100.56%, 72.11% 95.71%, 104.92% 71.19%, 94.61% 48.86%, 61.49% -1.38%);
}
.image-pzo-chrysanthemumleshy {
  width: 285px;
  shape-outside: polygon(62.55% 0.96%, 70.26% 10.54%, 72.37% 23.86%, 80.09% 34.14%, 102.19% 41.85%, 96.93% 51.66%, 76.58% 51.66%, 73.77% 66.85%, 81.14% 89.98%, 73.42% 94.65%, 54.48% 100.03%, 25.35% 100.50%, -8.33% 89.75%, 0.09% 4.23%, 44.65% -3.71%);
}
.image-pzo-chrysanthemumleshy > p {
  left: 3.25390625px;
  top: 332.12109375px;
}
.image-pzo-peachchildleshy {
  width: 255px;
  shape-outside: polygon(25.59% 0.55%, 15.00% 15.09%, 0.88% 18.67%, -3.43% 34.55%, 0.10% 58.49%, 6.37% 71.91%, 13.04% 77.28%, 11.47% 97.86%, 31.86% 100.77%, 83.24% 98.98%, 93.43% 92.27%, 98.53% 36.57%, 87.94% 3.68%, 64.81% 0.77%);
}
.image-pzo-peachchildleshy > p {
  left: 109.25390625px;
  top: 329.44921875px;
}
.image-pzo-bakuwalizardfolk {
  width: 360px;
  shape-outside: polygon(0.76% 2.46%, 6.60% 20.28%, 31.32% 65.33%, 32.15% 69.29%, 28.82% 82.91%, 31.88% 97.02%, 38.82% 99.24%, 49.38% 99.00%, 97.71% 98.50%, 97.99% 89.84%, 99.10% 37.36%, 94.65% 23.50%, 79.65% 12.12%, 23.26% 8.65%, 1.60% -1.99%);
}
.image-pzo-bakuwalizardfolk > p {
  left: 201.75390625px;
  top: 331.9453125px;
}
.image-pzo-makarilizardfolk {
  width: 244.992px;
  shape-outside: polygon(66.22% 1.17%, 75.20% 15.69%, 77.24% 34.58%, 77.65% 38.46%, 100.92% 53.47%, 101.73% 63.39%, 85.00% 67.51%, 83.78% 75.99%, 74.39% 82.77%, 76.43% 92.69%, 80.51% 98.75%, 4.59% 102.01%, -8.06% 15.51%, 23.37% 7.22%, 42.55% -1.74%);
}
.image-pzo-makarilizardfolk > p {
  left: 67.25px;
  top: 328.8203125px;
}
.image-pzo-dijiang {
  width: 375px;
  shape-outside: polygon(65.67% 1.05%, 77.40% 16.24%, 83.53% 27.49%, 93.67% 34.79%, 97.13% 47.55%, 96.07% 70.65%, 100.60% 87.98%, 98.73% 97.10%, 61.40% 98.31%, 49.13% 99.22%, 21.93% 95.88%, 14.47% 81.59%, -3.40% 82.51%, 0.33% 65.79%, 14.73% 62.14%, 11.80% 35.09%, 28.33% 17.16%, 31.00% 5.61%, 60.33% -0.78%);
}
.image-pzo-dijiang > p {
  left: 73.25390625px;
  top: 241.4453125px;
}
.image-pzo-kanchil {
  width: 300px;
  shape-outside: polygon(39.92% 0.94%, 36.58% 19.86%, 25.25% 40.50%, 10.25% 34.85%, 7.58% 40.50%, 10.58% 50.57%, -4.42% 61.38%, 3.25% 92.83%, 26.92% 97.01%, 60.25% 100.94%, 88.25% 97.74%, 106.58% 70.47%, 92.58% 34.60%, 70.25% -2.75%);
}
.image-pzo-kanchil > p {
  left: 129.75390625px;
  top: 311.8203125px;
}
.image-pzo-kasaobake {
  width: 330px;
  shape-outside: polygon(49.02% 1.36%, 55.99% 18.76%, 71.74% 20.04%, 89.93% 26.63%, 97.20% 30.85%, 82.05% 44.40%, 74.17% 55.39%, 73.86% 80.94%, 60.23% 88.81%, 62.65% 95.04%, 53.56% 100.44%, 27.50% 99.02%, 11.14% 68.25%, 2.05% 38.95%, 7.80% 31.08%, 25.38% 27.41%, 32.35% 12.94%, 40.53% 0.17%);
}
.image-pzo-kasaobake > p {
  left: 80.75390625px;
  top: 421.421875px;
}
.image-pzo-kotofurunushi {
  width: 345px;
  shape-outside: polygon(43.84% 4.20%, 37.75% 12.34%, 25.87% 17.43%, 28.19% 45.93%, 28.19% 52.29%, 33.70% 67.81%, 26.74% 81.55%, 0.07% 89.70%, 0.65% 96.06%, 13.12% 97.33%, 50.80% 99.11%, 67.03% 98.86%, 82.68% 99.37%, 94.57% 98.09%, 92.83% 76.72%, 98.91% 7.76%, 88.48% 0.13%, 77.18% 1.91%, 66.74% 9.54%, 48.48% 2.16%);
}
.image-pzo-kotofurunushi > p {
  left: 165.25390625px;
  top: 323.5078125px;
}
.image-pzo-kitsune-portrait {
  width: 274.992px;
  shape-outside: polygon(14.64% 4.24%, 5.18% 11.49%, 6.27% 23.93%, 0.82% 38.96%, 6.27% 55.28%, 9.55% 61.24%, 4.82% 96.73%, 22.27% 99.58%, 49.55% 99.84%, 91.73% 99.32%, 98.64% 93.36%, 99.73% 71.86%, 95.37% 48.28%, 86.64% 14.86%, 53.55% 1.65%, 34.27% 0.87%);
}
.image-pzo-hooded-nagaji-portrait {
  width: 270px;
  shape-outside: polygon(34.35% 0.75%, 30.65% 17.33%, 22.50% 20.60%, 13.98% 23.36%, 7.32% 43.71%, -2.68% 51.00%, 2.13% 61.30%, 16.58% 65.82%, 17.69% 79.39%, 4.72% 90.70%, 17.69% 95.97%, 65.83% 99.24%, 106.95% 93.96%, 91.02% 75.87%, 74.35% 60.29%, 72.13% 31.65%, 45.09% -0.01%);
}
.image-pzo-eagletaloncudgel {
  width: 180px;
  shape-outside: polygon(68.20% 0.30%, 80.97% 4.53%, 92.09% 6.40%, 94.86% 14.07%, 85.42% 25.50%, 72.09% 38.64%, 70.97% 54.45%, 85.97% 56.95%, 86.53% 63.37%, 64.86% 65.40%, 62.09% 87.82%, 57.64% 96.90%, 41.53% 100.34%, 25.42% 99.56%, 10.42% 59.96%, 10.97% 28.90%, -0.69% 18.18%, 12.64% 5.62%, 50.97% -0.79%);
}
.image-pzo-eagletaloncudgel > p {
  left: 30.75390625px;
  top: 353.921875px;
}
.image-pzo-staffofsunwukong {
  width: 259.992px;
  shape-outside: polygon(86.83% 0.67%, 39.91% 42.32%, 25.29% 45.40%, 22.98% 62.62%, 10.29% 75.48%, -0.87% 93.22%, 2.60% 97.84%, 11.83% 97.84%, 75.29% 87.05%, 91.06% 74.96%, 102.21% -2.16%);
}
.image-pzo-mountaineer-samsaran {
  width: 345px;
  shape-outside: polygon(60.29% 1.02%, 51.60% 14.44%, 43.19% 22.53%, 36.52% 49.90%, -0.29% 61.43%, 0.00% 65.91%, 37.10% 98.44%, 41.45% 99.81%, 74.49% 100.33%, 107.25% 93.62%, 97.97% 6.87%, 79.42% -2.25%);
}
.image-pzo-mountaineer-samsaran > p {
  left: 107.00390625px;
  top: 448.921875px;
}
.image-pzo-oracular-samsaran {
  width: 309.996px;
  shape-outside: polygon(67.90% 1.55%, 83.06% 7.96%, 95.00% 20.77%, 98.55% 23.74%, 92.10% 37.18%, 92.10% 56.24%, 91.13% 76.71%, 74.35% 85.77%, 68.23% 99.36%, 44.68% 99.99%, 8.22% 88.58%, 2.42% 56.86%, 1.77% 28.19%, 12.42% 4.91%, 23.06% 1.39%, 54.03% 0.46%);
}
.image-pzo-oracular-samsaran > p {
  left: 43.49609375px;
  top: 530.921875px;
}
.image-pzo-sanctuary-samsaran {
  width: 279.996px;
  shape-outside: polygon(33.39% 0.44%, 30.89% 5.09%, 20.89% 16.35%, 8.03% 20.86%, 0.18% 24.01%, 0.89% 48.41%, 9.82% 53.52%, 6.25% 79.34%, 16.25% 92.41%, 35.89% 100.96%, 70.18% 99.31%, 99.46% 99.01%, 96.96% 75.89%, 99.46% 36.93%, 89.11% 9.45%, 59.11% -1.96%);
}
.image-pzo-sanctuary-samsaran > p {
  left: 129.49609375px;
  top: 538.421875px;
}
.image-pzo-samsaran-home {
  width: 249.996px;
  shape-outside: polygon(44.60% 1.43%, 81.40% 20.07%, 89.40% 78.25%, 99.00% 80.98%, 101.80% 94.61%, 73.80% 101.43%, 22.20% 98.25%, 5.40% 94.16%, 1.00% 84.61%, 1.00% 23.25%, 26.60% -1.75%);
}
.image-pzo-samsaran-home > p {
  left: 9.5078125px;
  top: 153.15234375px;
}
.image-pzo-wilderness-samsaran {
  width: 300px;
  shape-outside: polygon(44.50% 1.48%, 36.17% 8.55%, 25.50% 15.44%, 18.50% 51.20%, 14.17% 73.91%, 0.17% 78.38%, 0.83% 94.40%, 13.83% 96.07%, 24.50% 98.78%, 41.50% 100.64%, 64.17% 99.15%, 88.17% 96.17%, 98.83% 88.91%, 97.17% 75.31%, 101.50% 15.72%, 94.50% 1.48%, 70.17% -2.62%);
}
.image-pzo-wilderness-samsaran > p {
  left: 121.50390625px;
  top: 472.921875px;
}
.image-pzo-full-moon-sarangay {
  width: 334.992px;
  shape-outside: polygon(77.91% 5.52%, 84.48% 10.74%, 87.76% 21.65%, 92.84% 34.84%, 98.81% 48.20%, 99.41% 56.83%, 85.97% 61.06%, 75.23% 84.80%, 80.00% 97.83%, 66.87% 99.13%, 18.51% 98.44%, 13.43% 88.95%, 5.97% 61.96%, 0.60% 12.04%, 3.88% -3.76%, 28.96% 1.62%, 35.52% 6.01%);
}
.image-pzo-full-moon-sarangay > p {
  left: 63px;
  top: 536.671875px;
}
.image-pzo-half-moon-sarangay {
  width: 339.996px;
  shape-outside: polygon(55.15% 1.22%, 64.56% 6.49%, 68.97% 16.33%, 82.50% 32.50%, 98.38% 45.33%, 91.32% 57.28%, 84.85% 72.92%, 93.38% 85.18%, 97.79% 90.45%, 99.56% 100.25%, 68.09% 98.10%, 31.62% 98.62%, 21.03% 99.68%, 2.20% 98.98%, 2.20% 89.13%, 1.91% 38.87%, 21.03% 13.17%, 24.85% 0.34%);
}
.image-pzo-half-moon-sarangay > p {
  left: 41.49609375px;
  top: 442.671875px;
}
.image-pzo-new-moon-sarangay {
  width: 369.996px;
  shape-outside: polygon(15.54% 2.66%, 5.27% 34.59%, 6.08% 74.37%, 10.41% 98.74%, 24.19% 99.30%, 78.79% 99.02%, 103.92% 72.40%, 98.25% 48.31%, 85.00% 12.18%, 48.79% 3.78%, 27.98% 3.22%);
}
.image-pzo-new-moon-sarangay > p {
  left: 151.5078125px;
  top: 285.484375px;
}
.image-pzo-waning-moon-sarangay {
  width: 384.996px;
  shape-outside: polygon(58.44% 0.55%, 62.60% 13.42%, 68.31% 40.66%, 72.21% 59.31%, 82.60% 66.40%, 99.22% 64.54%, 99.22% 69.95%, 65.20% 91.59%, 57.66% 95.13%, 56.37% 100.50%, 38.70% 99.57%, 11.69% 88.00%, 2.34% 75.69%, 1.30% 44.34%, 0.52% 32.59%, 16.63% 11.55%, 22.34% -0.76%);
}
.image-pzo-waning-moon-sarangay > p {
  left: 32.0078125px;
  top: 388.671875px;
}
.image-pzo-ponpoko {
  width: 420px;
  shape-outside: polygon(96.07% 3.12%, 101.55% 17.06%, 99.17% 41.46%, 83.93% 57.54%, 86.79% 79.53%, 81.07% 86.50%, 74.88% 89.44%, 73.69% 98.02%, 53.22% 100.70%, 28.45% 97.76%, 16.31% 70.41%, -2.98% 44.14%, 0.12% 23.22%, 8.45% 3.65%, 27.02% 2.05%, 61.31% 0.70%);
}
.image-pzo-ponpoko > p {
  left: 205.50390625px;
  top: 312.62890625px;
}
.image-pzo-tanuki-teapot {
  width: 354.996px;
  shape-outside: polygon(32.68% 0.43%, 9.86% 26.46%, -4.23% 60.35%, 2.25% 79.77%, 16.62% 93.40%, 34.93% 101.67%, 69.01% 99.60%, 87.04% 97.12%, 97.75% 99.19%, 109.58% 74.81%, 93.52% 18.20%, 56.90% -8.25%);
}
.image-pzo-festivalgoer-tanuki {
  width: 274.992px;
  shape-outside: polygon(63.64% 1.78%, 77.09% 20.22%, 71.27% 36.84%, 84.00% 46.20%, 97.09% 61.00%, 101.82% 78.40%, 80.00% 80.74%, 66.18% 95.29%, 60.36% 98.66%, 31.64% 98.92%, 5.82% 87.23%, 0.73% 62.82%, 7.27% 10.35%, 16.73% 0.48%);
}
.image-pzo-festivalgoer-tanuki > p {
  left: 39px;
  top: 296.8515625px;
}
.image-pzo-flintmarked-tanuki {
  width: 459.996px;
  shape-outside: polygon(53.81% 1.58%, 51.85% 9.06%, 40.76% 22.35%, 27.28% 30.94%, 23.37% 38.42%, 0.11% 38.97%, 0.33% 68.61%, 15.76% 83.30%, 22.28% 96.32%, 40.98% 97.98%, 82.50% 101.30%, 92.72% 96.87%, 102.07% 70.28%, 93.59% 43.13%, 74.02% 4.07%, 61.20% 0.47%);
}
.image-pzo-flintmarked-tanuki > p {
  left: 275.5078125px;
  top: 289.69921875px;
}
.image-pzo-transformed-tanuki {
  width: 204.996px;
  shape-outside: polygon(33.17% 1.83%, 7.81% 11.89%, 12.69% 22.36%, 17.08% 31.19%, 1.96% 42.89%, 1.96% 82.53%, 6.35% 95.87%, 25.86% 98.54%, 43.91% 99.57%, 77.08% 98.34%, 93.17% 69.18%, 101.96% 43.10%, 95.13% 28.32%, 83.42% 2.03%);
}
.image-pzo-transformed-tanuki > p {
  left: 22.0078125px;
  top: 423.8984375px;
}
.image-pzo-shadow-of-earth-fin {
  width: 444.996px;
  shape-outside: polygon(62.47% 1.30%, 72.81% 16.59%, 73.04% 32.12%, 100.00% 32.59%, 98.88% 41.30%, 97.75% 45.54%, 62.70% 87.65%, 61.13% 92.59%, 23.15% 98.48%, 3.60% 100.59%, 1.35% 95.65%, -0.22% 88.12%, 0.00% 59.65%, 4.72% 17.30%, 30.56% 5.30%, 52.81% -1.52%);
}
.image-pzo-shadow-of-earth-fin > p {
  left: 78.0078125px;
  top: 334.52734375px;
}
.image-pzo-sarangay-home {
  width: 229.992px;
  shape-outside: polygon(69.78% 1.41%, 72.83% 20.51%, 8.04% 20.86%, -0.22% 30.23%, -0.22% 68.08%, 5.00% 97.94%, 96.30% 99.33%, 98.04% 91.34%, 98.48% 11.13%, 87.17% 0.72%);
}
.image-pzo-sarangay-home > p {
  left: 76.5px;
  top: 58.06640625px;
}
.image-pzo-wayang-house {
  width: 309.996px;
  shape-outside: polygon(26.29% 5.83%, 24.68% 28.36%, 11.45% 36.57%, 9.52% 43.93%, 2.42% 48.78%, 0.49% 60.36%, 6.29% 76.78%, 28.23% 90.46%, 50.16% 93.20%, 65.65% 101.41%, 76.94% 99.51%, 101.45% 57.41%, 98.87% 1.20%, 85.65% 0.14%, 45.97% 0.57%);
}
.image-pzo-wayang-house > p {
  left: 92.5078125px;
  top: 381.6875px;
}
.image-pzo-wayang-djong {
  width: 364.992px;
  shape-outside: polygon(52.60% 0.26%, 83.84% 18.62%, 95.62% 33.78%, 100.00% 49.53%, 87.67% 77.51%, 91.51% 92.97%, 88.50% 98.21%, 4.11% 99.38%, 0.82% 90.63%, 7.40% 54.48%, 10.41% 4.92%, 33.97% -1.49%);
}
.image-pzo-wayang-djong > p {
  left: 56px;
  top: 282.875px;
}
.image-pzo-shadow-of-sea-fin {
  width: 315px;
  shape-outside: polygon(18.41% 2.05%, 14.29% 11.15%, 10.79% 53.68%, 5.08% 83.58%, -0.95% 90.45%, 2.22% 96.98%, 13.65% 99.21%, 30.16% 99.56%, 91.43% 98.70%, 96.51% 96.46%, 105.40% 74.47%, 93.33% 47.07%, 50.48% 29.37%, 37.78% 1.36%, 28.57% 0.50%);
}
.image-pzo-shadow-of-sea-fin > p {
  left: 159.00390625px;
  top: 523.421875px;
}
.image-pzo-shadow-of-wind-fin {
  width: 354.996px;
  shape-outside: polygon(84.51% 12.61%, 94.37% 26.96%, 95.49% 43.75%, 96.34% 66.62%, 98.31% 80.49%, 99.15% 83.66%, 92.11% 89.01%, 77.18% 89.49%, 71.27% 93.63%, 40.28% 96.06%, 37.46% 99.23%, 18.87% 100.69%, 8.45% 90.47%, -9.86% 24.77%, 1.97% 1.42%, 67.61% 3.85%);
}
.image-pzo-shadow-of-wind-fin > p {
  left: 139.99609375px;
  top: 327.82421875px;
}
.image-pzo-yaksha {
  width: 390px;
  shape-outside: polygon(66.28% 0.32%, 72.69% 9.84%, 98.59% 31.68%, 98.85% 35.62%, 89.62% 40.38%, 88.85% 56.14%, 85.00% 59.59%, 80.39% 61.24%, 81.15% 81.27%, 83.72% 91.53%, 89.87% 97.61%, 89.10% 99.58%, 70.13% 100.73%, 24.49% 97.61%, 23.21% 52.94%, 0.64% 46.05%, 0.13% 36.19%, 12.69% 34.72%, 32.69% 34.22%, 36.54% 14.93%, 51.92% -1.33%);
}
.image-pzo-yaksha > p {
  left: 111.50390625px;
  top: 505.421875px;
}
.image-pzo-respiteofloamandleaf {
  width: 390px;
  shape-outside: polygon(56.80% 8.31%, 61.15% 26.31%, 63.72% 42.31%, 95.51% 79.74%, 98.85% 81.45%, 97.57% 90.02%, 81.41% 94.88%, 75.77% 100.59%, 48.33% 105.16%, 10.13% 97.45%, 0.64% 79.16%, -0.13% 61.16%, 22.18% 5.74%, 40.64% 1.45%, 50.90% 2.02%);
}
.image-pzo-respiteofloamandleaf > p {
  left: 66.50390625px;
  top: 290.07421875px;
}
.image-pzo-yaksha-house {
  width: 244.992px;
  shape-outside: polygon(64.49% 0.38%, 53.06% 13.02%, 31.43% 25.97%, 24.49% 36.26%, 9.39% 50.08%, 11.84% 78.91%, 2.45% 85.38%, 7.35% 90.67%, 22.86% 98.02%, 34.69% 99.49%, 57.55% 99.20%, 104.08% 97.95%, 99.18% 10.60%, 74.69% 1.55%);
}
.image-pzo-yaksha-house > p {
  left: 73px;
  top: 286.28125px;
}
.image-pzo-wolf-yaoguai {
  width: 510px;
  shape-outside: polygon(58.92% 0.37%, 66.57% 14.02%, 73.63% 38.02%, 93.04% 59.43%, 101.28% 73.31%, 97.94% 75.90%, 86.77% 80.61%, 79.51% 86.49%, 60.88% 91.90%, 58.33% 98.72%, 50.29% 99.90%, 24.02% 93.08%, 0.10% 69.31%, 0.69% 62.25%, 24.61% 31.43%, 34.80% 7.19%, 42.84% 1.08%);
}
.image-pzo-wolf-yaoguai > p {
  left: 131.50390625px;
  top: 348.57421875px;
}
.image-pzo-lightning-yaoguai {
  width: 405px;
  shape-outside: polygon(73.58% 2.00%, 71.11% 9.92%, 88.15% 28.92%, 95.31% 43.16%, 100.25% 60.84%, 98.03% 70.61%, 86.91% 74.30%, 86.91% 88.28%, 89.88% 96.99%, 85.19% 103.06%, 70.62% 98.84%, 44.69% 95.41%, 38.77% 71.13%, 15.31% 66.38%, 10.62% 34.19%, 1.48% 16.25%, 1.24% 9.92%, 32.84% 20.74%, 42.22% 6.23%, 69.88% 0.95%);
}
.image-pzo-lightning-yaoguai > p {
  left: 84.00390625px;
  top: 204.59375px;
}
.image-pzo-flower-yaoguai {
  width: 334.992px;
  shape-outside: polygon(53.14% 1.30%, 63.29% 8.99%, 80.90% 19.95%, 91.05% 30.43%, 92.54% 44.18%, 95.23% 65.29%, 99.11% 76.58%, 95.52% 88.37%, 82.69% 97.04%, 65.67% 98.84%, 42.09% 99.50%, 22.09% 93.93%, 0.30% 80.02%, 0.00% 63.00%, 24.48% 40.41%, 22.09% 20.77%, 25.08% 1.13%, 42.39% -0.01%);
}
.image-pzo-flower-yaoguai > p {
  left: 107px;
  top: 537.921875px;
}
.image-pzo-paper-yaoguai {
  width: 364.992px;
  shape-outside: polygon(99.45% 25.10%, 99.18% 30.00%, 88.22% 35.67%, 69.32% 65.57%, 56.71% 76.65%, 58.08% 91.86%, 64.66% 95.46%, 61.65% 99.84%, 32.06% 99.33%, 18.36% 87.99%, 2.74% 69.69%, 5.21% 18.66%, 0.27% 7.58%, 10.41% -4.54%, 47.67% 0.36%, 73.97% 4.23%, 96.44% 20.21%);
}
.image-pzo-paper-yaoguai > p {
  left: 71px;
  top: 294.3984375px;
}
.image-pzo-fivebreath-vanguard-copy {
  width: 360px;
  shape-outside: polygon(98.96% 20.86%, 88.96% 22.76%, 87.01% 29.03%, 69.24% 41.02%, 71.18% 52.47%, 66.46% 66.63%, 80.90% 106.48%, 59.24% 99.40%, 0.90% 92.86%, 0.90% 54.99%, 16.18% 14.59%, 20.07% 0.97%, 42.01% -0.94%, 97.29% 4.24%);
}
.image-pzo-strategistmarshal {
  width: 324.996px;
  shape-outside: polygon(3.61% -1.45%, 23.61% 22.53%, 37.46% 42.45%, 32.23% 56.38%, 29.15% 80.17%, -1.92% 95.26%, -0.39% 102.42%, 99.62% 98.31%, 99.62% 85.54%, 99.31% 25.24%, 72.85% 5.32%, 22.08% -1.84%);
}
.image-pzo-guardian-champion {
  width: 465px;
  shape-outside: polygon(44.68% 1.40%, 42.31% 8.58%, 41.45% 17.09%, 3.82% 46.08%, -3.28% 55.92%, 0.38% 63.63%, 30.05% 68.95%, 36.08% 89.96%, 33.07% 105.92%, 53.93% 97.67%, 91.78% 89.96%, 106.88% 47.67%, 91.61% -4.46%);
}
.image-pzo-magicalgirl {
  width: 334.992px;
  shape-outside: polygon(3.21% 0.46%, 9.48% 6.14%, 17.54% 11.50%, 16.34% 20.65%, 20.52% 29.96%, 23.21% 51.56%, 9.18% 52.04%, 0.22% 57.09%, 7.39% 73.49%, 6.49% 84.53%, 20.82% 89.58%, 22.02% 96.52%, 26.49% 98.25%, 62.31% 97.94%, 66.49% 101.09%, 82.61% 97.78%, 104.70% 63.08%, 99.63% 0.78%);
}
.image-pzo-dragondancer {
  width: 405px;
  shape-outside: polygon(8.83% 6.90%, 4.88% 15.53%, 10.31% 18.98%, 9.57% 25.26%, 3.40% 28.72%, -0.06% 35.00%, -0.06% 46.30%, 7.10% 54.30%, 2.90% 66.86%, 5.87% 76.13%, 15.49% 91.04%, 38.70% 96.69%, 44.38% 100.62%, 61.67% 99.05%, 90.80% 59.01%, 102.66% 24.32%, 86.85% 9.41%, 69.57% -0.17%, 45.37% -0.01%, 23.89% 4.70%);
}
.image-pzo-fandancer {
  width: 349.992px;
  shape-outside: polygon(0.07% 2.65%, 14.07% 21.50%, 13.79% 29.78%, 22.07% 41.04%, 21.21% 45.87%, 6.36% 66.79%, 0.36% 84.49%, 7.79% 93.69%, 30.36% 99.20%, 55.79% 101.96%, 80.07% 92.54%, 103.79% 72.54%, 92.07% 44.95%, 74.93% 8.86%, 0.64% -4.71%);
}
.image-pzo-wildcraft-druid {
  width: 375px;
  shape-outside: polygon(98.33% 2.38%, 97.53% 13.80%, 92.20% 21.53%, 74.87% 37.55%, 71.67% 45.66%, 70.60% 51.92%, 67.13% 55.60%, 70.07% 74.57%, 71.67% 92.25%, 70.60% 99.30%, 41.00% 97.82%, 21.53% 95.61%, 28.73% 86.04%, 26.60% 67.43%, 1.00% 56.02%, -0.07% 50.31%, 22.33% 41.84%, 27.13% 23.05%, 31.67% 6.43%, 38.87% 0.54%, 87.93% 0.35%);
}
.image-pzo-palace-chef {
  width: 375px;
  shape-outside: polygon(18.07% 0.21%, 15.93% 15.17%, 8.20% 32.49%, 7.13% 43.52%, 8.47% 50.34%, 8.73% 56.38%, 0.20% 69.24%, 3.67% 83.67%, 17.27% 93.39%, 33.27% 102.31%, 74.60% 99.42%, 105.00% 75.80%, 91.40% 63.46%, 50.33% 26.72%, 26.33% -2.68%);
}
.image-pzo-ruralchef {
  width: 435px;
  shape-outside: polygon(78.79% 0.79%, 72.13% 14.22%, 63.39% 33.02%, 56.27% 24.97%, 11.21% 33.32%, 0.40% 53.62%, -0.52% 95.41%, 20.40% 105.26%, 67.30% 96.91%, 95.12% 88.85%, 99.25% 16.61%, 99.71% -3.69%);
}
.image-pzo-fire-noodles {
  width: 339.996px;
  shape-outside: polygon(35.37% -0.29%, 25.66% 15.42%, 23.90% 23.68%, 1.54% 30.29%, 0.07% 55.91%, 8.31% 71.20%, 19.48% 88.97%, 39.48% 97.23%, 50.96% 98.89%, 66.54% 99.30%, 104.78% 60.87%, 92.72% 11.28%, 76.54% -6.07%);
}
.image-pzo-cloud-buns {
  width: 349.992px;
  shape-outside: polygon(49.79% -1.28%, 35.22% 20.60%, 18.07% 33.72%, -2.50% 47.47%, 1.50% 74.03%, 24.93% 84.66%, 49.50% 87.47%, 63.22% 99.03%, 71.22% 99.03%, 98.65% 63.72%, 99.50% 50.60%, 78.64% 28.41%, 69.50% 0.91%);
}
.image-pzo-ghost-fowl-porridge {
  width: 354.996px;
  shape-outside: polygon(32.89% 6.10%, 22.46% 52.58%, 0.77% 53.42%, 0.77% 59.62%, 10.63% 74.83%, 12.32% 84.41%, 34.01% 93.99%, 58.52% 99.34%, 90.35% 85.25%, 98.52% 72.86%, 94.86% 21.87%, 70.35% 3.28%, 59.93% 0.18%);
}
.image-pzo-healer-samsaran {
  width: 319.992px;
  shape-outside: polygon(22.58% 1.06%, 11.95% 11.48%, 19.14% 21.89%, 9.14% 37.51%, 3.52% 43.07%, 11.02% 55.28%, 5.08% 66.59%, 1.02% 81.85%, 1.64% 97.25%, 9.77% 99.04%, 72.89% 100.30%, 79.46% 81.27%, 99.77% 41.23%, 97.27% 29.21%, 61.95% 19.91%, 46.33% -0.19%);
}
.image-pzo-medicine-seller {
  width: 354.996px;
  shape-outside: polygon(7.96% 1.27%, 2.04% 19.81%, 3.45% 48.59%, 5.42% 58.35%, 14.15% 61.76%, 22.04% 83.23%, 23.73% 91.03%, 42.61% 95.91%, 58.10% 99.32%, 74.44% 99.32%, 87.11% 82.01%, 98.38% 48.84%, 98.94% 18.84%, 92.46% 2.25%, 62.04% -0.19%);
}
.image-pzo-traditional-medicine {
  width: 334.992px;
  shape-outside: polygon(92.02% 0.49%, 98.29% 17.67%, 99.18% 31.26%, 90.23% 57.93%, 76.20% 71.26%, 58.58% 73.31%, 49.93% 92.80%, 49.63% 99.47%, 12.31% 107.41%, 9.93% 97.41%, 3.36% 73.05%, 0.67% 49.72%, 0.97% 7.16%, 36.49% -0.02%);
}
.image-pzo-masseuse {
  width: 349.992px;
  shape-outside: polygon(44.22% 2.31%, 37.93% 14.05%, 34.79% 26.28%, 29.07% 36.54%, 26.21% 52.93%, 3.93% 64.42%, 1.07% 97.67%, 99.07% 98.40%, 99.65% 93.51%, 75.07% 17.72%, 65.64% -0.13%);
}
.image-pzo-tian-inventor {
  width: 384.996px;
  shape-outside: polygon(8.64% 4.54%, 1.63% 25.83%, 9.42% 44.62%, 26.82% 47.96%, 34.87% 61.11%, 28.90% 73.01%, 17.21% 80.95%, 21.89% 102.03%, 96.95% 97.23%, 99.29% 75.10%, 94.87% 30.01%, 78.77% 0.99%);
}
.image-pzo-unfurling-brocade {
  width: 414.996px;
  shape-outside: polygon(27.53% 4.06%, 12.11% 12.02%, 4.64% 27.07%, 1.03% 40.84%, 2.47% 83.85%, 28.01% 95.68%, 45.12% 99.98%, 53.56% 98.90%, 77.41% 94.60%, 99.10% 66.64%, 99.58% 42.34%, 98.62% 15.46%, 70.91% -2.39%);
}
.image-pzo-unfurling-brocade > p {
  left: 176.2578125px;
  top: 399.89453125px;
}
.image-pzo-cultivator {
  width: 459.996px;
  shape-outside: polygon(0.81% 5.25%, 1.03% 8.66%, 31.03% 20.60%, 27.12% 35.31%, 15.81% 47.25%, 18.42% 80.51%, 20.16% 93.95%, 31.68% 99.49%, 49.08% 101.62%, 77.77% 98.42%, 103.21% 80.94%, 96.03% 52.58%, 78.86% 1.83%, 56.47% 0.56%, 36.25% 0.34%, 29.29% 6.74%);
}
.image-pzo-way-of-dance {
  width: 319.992px;
  shape-outside: polygon(61.17% 1.63%, 53.36% 9.51%, 18.36% 24.31%, 19.61% 36.00%, 19.61% 40.06%, 1.80% 57.24%, 0.55% 62.97%, 1.48% 74.19%, 15.86% 81.35%, 30.24% 84.45%, 39.30% 96.38%, 54.92% 102.83%, 96.80% 99.25%, 99.61% 75.62%, 99.30% 39.34%, 72.74% -4.09%);
}
.image-pzo-way-of-dance > p {
  left: 121.75px;
  top: 350.84375px;
}
.image-pzo-way-of-the-mountain-goat {
  width: 309.996px;
  shape-outside: polygon(94.44% 0.59%, 94.11% 14.19%, 99.27% 21.35%, 102.50% 32.33%, 98.63% 38.30%, 74.44% 40.20%, 79.92% 59.30%, 94.11% 76.00%, 57.98% 83.40%, 56.05% 101.78%, 9.27% 96.53%, 6.69% 47.13%, 14.43% 27.56%, 0.89% 10.37%, 0.89% 2.26%, 39.27% -5.62%);
}
.image-pzo-way-of-the-mountain-goat > p {
  left: 60.74609375px;
  top: 358.45703125px;
}
.image-pzo-way-of-the-adamantine-body {
  width: 279.996px;
  shape-outside: polygon(45.27% 0.90%, 35.62% 11.30%, 35.62% 28.73%, 29.20% 42.98%, 24.20% 66.51%, 0.62% 75.78%, -1.88% 82.80%, 10.62% 85.06%, 20.98% 86.87%, 24.55% 93.88%, 43.84% 97.73%, 58.84% 100.44%, 103.84% 96.88%, 99.55% 31.04%, 89.55% -9.74%);
}
.image-pzo-way-of-the-adamantine-body > p {
  left: 117.74609375px;
  top: 381.96484375px;
}
.image-pzo-sundaflora {
  width: 339.996px;
  shape-outside: polygon(25.51% 0.65%, 3.16% 23.05%, -0.37% 37.33%, -1.55% 63.59%, 6.40% 77.49%, 16.98% 87.14%, 50.22% 94.47%, 67.87% 97.95%, 80.51% 105.67%, 107.57% 87.91%, 93.16% 40.03%, 60.81% -9.00%);
}
.image-pzo-tikar-urchinpad {
  width: 319.992px;
  shape-outside: polygon(38.67% 4.34%, 7.42% 17.83%, -1.02% 28.41%, 1.17% 90.23%, 13.67% 95.42%, 23.05% 97.08%, 39.61% 97.91%, 65.24% 95.63%, 104.30% 55.38%, 93.99% 4.34%, 84.30% -0.02%, 57.11% 2.06%);
}
.image-pzo-paper-familiars {
  width: 324.996px;
  shape-outside: polygon(27.46% 1.86%, 18.54% 22.54%, 16.08% 30.75%, 20.69% 47.75%, 8.08% 61.35%, -3.00% 72.11%, 0.69% 79.20%, 25.62% 82.03%, 33.62% 95.34%, 90.85% 93.36%, 105.00% 70.70%, 95.16% 38.69%, 57.31% 5.83%, 40.08% -2.67%);
}
.image-pzo-paper-familiars > p {
  left: 144.2578125px;
  top: 266.5625px;
}

 