:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

.pxcode.contentContainer {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #02e1ff;
}
.pxcode .authorIntro {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--src) center center/100% 100% no-repeat;
  border-radius: 244px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.247));
}
@media (max-width: 1199px) {
  .pxcode .authorIntro {
    margin: 0 0 2.25rem;
  }
}
@media (max-width: 991px) {
  .pxcode .authorIntro {
    margin: 0 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .pxcode .authorIntro {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .pxcode .authorIntro {
    margin: 0 0 1.375rem;
  }
}
@media (max-width: 479px) {
  .pxcode .authorIntro {
    margin: 0 0 1.1875rem;
  }
}
@media (max-width: 383px) {
  .pxcode .authorIntro {
    margin: 0 0 1.0625rem;
  }
}
.pxcode .tagline {
  position: absolute;
  inset: auto auto 5rem 10.4375rem;
  width: 40rem;
  height: 3.625rem;
  font: 3rem/1.23 Inter, Helvetica, Arial, serif;
  color: black;
}
@media (max-width: 1199px) {
  .pxcode .tagline {
    align-items: flex-start;
    font-size: 2.6875rem;
  }
}
@media (max-width: 991px) {
  .pxcode .tagline {
    font-size: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .pxcode .tagline {
    bottom: 3.625rem;
    left: 5rem;
    width: 50.4%;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .pxcode .tagline {
    bottom: 1rem;
    left: 2rem;
    font-size: 1.875rem;
  }
}
@media (max-width: 479px) {
  .pxcode .tagline {
    bottom: 5rem;
    left: 4rem;
    font-size: 1.6875rem;
  }
}
@media (max-width: 383px) {
  .pxcode .tagline {
    bottom: -1.75rem;
    left: 2rem;
    width: 100%;
    height: 4rem;
    font-size: 1.5625rem;
  }
}
.pxcode .authorName {
  position: relative;
  margin: 5.3125rem auto 23.0625rem;
  width: 81.67%;
  height: auto;
  font: 3rem/1.23 Inter, Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 1919px) {
  .pxcode .authorName {
    width: 85.59%;
  }
}
@media (max-width: 1399px) {
  .pxcode .authorName {
    width: 88.79%;
  }
}
@media (max-width: 1199px) {
  .pxcode .authorName {
    align-items: flex-start;
    margin: 4.4375rem auto 17.8125rem;
    width: 85%;
    font-size: 2.6875rem;
  }
}
@media (max-width: 991px) {
  .pxcode .authorName {
    margin: 3.5625rem auto 12.1875rem;
    width: 80%;
    font-size: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .pxcode .authorName {
    margin: 2.75rem auto 7.375rem;
    width: 70%;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .pxcode .authorName {
    margin: 2.375rem auto 4.9375rem;
    width: 60%;
    font-size: 1.875rem;
  }
}
@media (max-width: 479px) {
  .pxcode .authorName {
    margin: 8rem auto 2.5rem;
    width: 80%;
    padding-left: 0;
    font-size: 1.6875rem;
  }
}
@media (max-width: 383px) {
  .pxcode .authorName {
    margin: 1rem auto;
    width: 70%;
    height: 40px;
    font-size: 1.5625rem;
  }
}
.pxcode .decorativeElement {
  position: absolute;
  inset: 5rem 9.5625rem auto auto;
  width: 23.375rem;
  height: 22.9375rem;
  border-radius: 163px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .pxcode .decorativeElement {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media (max-width: 1199px) {
  .pxcode .decorativeElement {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media (max-width: 991px) {
  .pxcode .decorativeElement {
    width: 9.375rem;
    height: 9.375rem;
  }
}
@media (max-width: 767px) {
  .pxcode .decorativeElement {
    top: 2.5rem;
    right: 5rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (max-width: 575px) {
  .pxcode .decorativeElement {
    top: 1.25rem;
    right: 6rem;
  }
}
@media (max-width: 479px) {
  .pxcode .decorativeElement {
    right: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (max-width: 383px) {
  .pxcode .decorativeElement {
    top: 0.3125rem;
    right: 2rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.pxcode .introSection {
  display: flex;
  flex-direction: column;
}
.pxcode .authorBio {
  display: flex;
  -moz-column-gap: 81px;
  column-gap: 81px;
  margin: 0 0 42px;
  border-radius: 244px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.247));
}
@media (max-width: 1199px) {
  .pxcode .authorBio {
    position: relative;
    margin: 0 0 2.25rem;
  }
}
@media (max-width: 991px) {
  .pxcode .authorBio {
    margin: 0 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .pxcode .authorBio {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .pxcode .authorBio {
    flex-direction: column;
    align-items: center;
    margin: 0 0 1.375rem;
  }
}
@media (max-width: 479px) {
  .pxcode .authorBio {
    margin: 0 0 1.1875rem;
  }
}
@media (max-width: 383px) {
  .pxcode .authorBio {
    margin: 0 0 1.0625rem;
  }
}
.pxcode .bookCover {
  margin: 10px 0 0 1%;
  width: 932px;
  cursor: pointer;
}
@media (max-width: 1919px) {
  .pxcode .bookCover {
    position: relative;
    width: 49.36%;
  }
}
@media (max-width: 575px) {
  .pxcode .bookCover {
    margin: 0 0 0 1%;
    width: 100%;
  }
}
@media (max-width: 383px) {
  .pxcode .bookCover {
    width: 80%;
  }
}
.pxcode .txt {
  margin: 0 62px 0 auto;
  width: 100%;
  font: 50px/1 Arial, Helvetica, Arial, serif;
  color: black;
}
@media (max-width: 1919px) {
  .pxcode .txt {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .pxcode .txt {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pxcode .txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pxcode .txt {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .pxcode .txt {
    position: relative;
    margin: 40px auto 0;
    width: 90%;
    font-size: 12px;
  }
}
.pxcode .bookCover1 {
  margin: 0 0 0 1%;
  width: 932px;
  cursor: pointer;
}
@media (max-width: 1919px) {
  .pxcode .bookCover1 {
    position: relative;
    width: 49.36%;
  }
}
@media (max-width: 575px) {
  .pxcode .bookCover1 {
    width: 100%;
  }
}
@media (max-width: 383px) {
  .pxcode .bookCover1 {
    width: 80%;
  }
}
.pxcode .txt1 {
  margin: 0 62px 0 auto;
  width: 100%;
  font: 48px/1 Arial, Helvetica, Arial, serif;
  color: #0f1111;
}
@media (max-width: 1919px) {
  .pxcode .txt1 {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .pxcode .txt1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pxcode .txt1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pxcode .txt1 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .pxcode .txt1 {
    position: relative;
    margin: 40px auto 0;
    width: 90%;
    font-size: 12px;
  }
}
.pxcode .bookShowcaseSection {
  display: flex;
  flex-direction: column;
}
.pxcode .bookGallery {
  display: grid;
  align-content: start;
  gap: 24px;
  margin: 49px 0 27px 3px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .pxcode .bookGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .pxcode .bookGallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.pxcode .item {
  grid-row: span 1;
  grid-column: span 1;
  margin: 0 0 0 1%;
  width: calc(100% - 0px - 0px);
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
.pxcode .item1 {
  grid-row: span 1;
  grid-column: span 1;
  width: calc(100% - 0px - 0px);
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
.pxcode .item2 {
  grid-row: span 1;
  grid-column: span 1;
  margin: 0 1% 0 0;
  width: calc(100% - 0px - 0px);
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .pxcode .item2 {
    position: relative;
  }
}
.pxcode .mediaSection {
  display: flex;
  flex-direction: column;
}
.pxcode .mediaGallery {
  display: flex;
  gap: 0;
  margin: 1.375rem 0;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .pxcode .mediaGallery {
    position: relative;
    margin: 1.1875rem 0;
  }
}
@media (max-width: 991px) {
  .pxcode .mediaGallery {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .pxcode .mediaGallery {
    margin: 0.875rem 0;
  }
}
@media (max-width: 575px) {
  .pxcode .mediaGallery {
    margin: 0.8125rem 0;
  }
}
@media (max-width: 479px) {
  .pxcode .mediaGallery {
    margin: 0.6875rem 0;
  }
}
@media (max-width: 383px) {
  .pxcode .mediaGallery {
    margin: 0.625rem 0;
  }
}
.pxcode .mediaItem {
  flex: 1 1 412px;
  margin: 0.5625rem 0 0 1%;
  width: 100%;
  height: 37.875rem;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .pxcode .mediaItem {
    position: relative;
    margin: 0.5625rem 0% 0 1%;
  }
}
@media (max-width: 1199px) {
  .pxcode .mediaItem {
    margin: 0.5rem 0% 0 1%;
  }
}
@media (max-width: 991px) {
  .pxcode .mediaItem {
    margin: 0.4375rem 0% 0 1%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pxcode .mediaItem {
    margin: 0.375rem 0% 0 1%;
  }
}
@media (max-width: 575px) {
  .pxcode .mediaItem {
    margin: 0.3125rem 0% 0 1%;
  }
}
.pxcode .mediaItem1 {
  flex: 1 1 689px;
  margin: 0.5625rem 0 0;
  width: 100%;
  height: 37.875rem;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .pxcode .mediaItem1 {
    position: relative;
    margin: 0.5625rem 0 0 1%;
  }
}
@media (max-width: 1199px) {
  .pxcode .mediaItem1 {
    margin: 0.5rem 0 0 1%;
  }
}
@media (max-width: 991px) {
  .pxcode .mediaItem1 {
    margin: 0.4375rem 0 0 1%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pxcode .mediaItem1 {
    margin: 0.375rem 0 0 1%;
  }
}
@media (max-width: 575px) {
  .pxcode .mediaItem1 {
    margin: 0.3125rem 0 0 1%;
  }
}
.pxcode .mediaItem2 {
  flex: 1 1 659px;
  margin: 0.5625rem 1% 0 0;
  width: 100%;
  height: 37.875rem;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .pxcode .mediaItem2 {
    position: relative;
    margin: 0.5625rem 1% 0;
  }
}
@media (max-width: 1199px) {
  .pxcode .mediaItem2 {
    margin: 0.5rem 1% 0;
  }
}
@media (max-width: 991px) {
  .pxcode .mediaItem2 {
    margin: 0.4375rem 1% 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pxcode .mediaItem2 {
    margin: 0.375rem 1% 0;
  }
}
@media (max-width: 575px) {
  .pxcode .mediaItem2 {
    margin: 0.3125rem 1% 0;
  }
}
.pxcode .socialSection {
  display: flex;
  flex-direction: column;
  margin: 36px 0;
}
@media (max-width: 1199px) {
  .pxcode .socialSection {
    position: relative;
    margin: 1.9375rem 0;
  }
}
@media (max-width: 991px) {
  .pxcode .socialSection {
    margin: 1.625rem 0;
  }
}
@media (max-width: 767px) {
  .pxcode .socialSection {
    margin: 1.375rem 0;
  }
}
@media (max-width: 575px) {
  .pxcode .socialSection {
    margin: 1.25rem 0;
  }
}
@media (max-width: 479px) {
  .pxcode .socialSection {
    margin: 1.0625rem 0;
  }
}
@media (max-width: 383px) {
  .pxcode .socialSection {
    margin: 1rem 0;
  }
}
.pxcode .socialNav {
  display: flex;
  flex-direction: column;
  margin: 0 0 4px;
  background: var(--src) center center/100% 100% no-repeat;
  border-radius: 244px;
}
.pxcode .socialLinks {
  display: flex;
  gap: 0;
  margin: 149px 3.18% 139px auto;
  width: 89.11%;
}
@media (max-width: 991px) {
  .pxcode .socialLinks {
    position: relative;
    margin: 3rem 3.18% 3rem auto;
  }
}
.pxcode .socialIcon {
  flex: 0 1 244px;
  margin: 0 0 9px;
  width: 244px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pxcode .socialIcon {
    position: relative;
    width: 120px;
  }
}
@media (max-width: 575px) {
  .pxcode .socialIcon {
    margin: 0.4375rem 0 9px;
  }
}
@media (max-width: 383px) {
  .pxcode .socialIcon {
    width: 50px;
  }
}
.pxcode .socialIcon1 {
  flex: 0 1 210px;
  margin: 9px 0 0;
  width: 210px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pxcode .socialIcon1 {
    position: relative;
    width: 120px;
  }
}
@media (max-width: 383px) {
  .pxcode .socialIcon1 {
    width: 50px;
  }
}
.pxcode .socialIcon2 {
  flex: 0 1 218px;
  margin: 9px 0 0;
  width: 218px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pxcode .socialIcon2 {
    position: relative;
    width: 120px;
  }
}
@media (max-width: 383px) {
  .pxcode .socialIcon2 {
    width: 50px;
  }
}